使用Python来临时启动端口,用来做安全时候的扫描用

root用户:
mkdir /home/aicc
cd /home/aicc/
nohup python -m SimpleHTTPServer 8060 &
netstat -antp|grep 8060

posted @ 2020-06-02 18:40  菜鸟++  阅读(925)  评论(0)    收藏  举报