kali下routerploit,对IOT设备探测
版权声明:转载请注明出处:http://blog.csdn.net/dajitui2024 https://blog.csdn.net/dajitui2024/article/details/79396566 参考:https://github.com/reverse-shell/routersploit routerploit部署: #kali: git clone https://github.com/reverse-shell/routersploitcd routersploit./rsf.py #Ubuntu 16.04: sudo apt-get install python-dev python-pip libncurses5-dev git git clone https://github.com/reverse-shell/routersploitcd routersploit pip install -r requirements.txt./rsf.py #Centos 7: sudo yum install python-devel python2-pip ncu...