设计一个简单的目录、WEB指纹、端口等扫描程序,判断主机的相应端口的开放情况,扫描发现敏感信息,从而达到信息收集的目的。
python3.6.3、pychram、pyqt5、qt designer
pip install -r requeriments.txt
git clone https://github.com/hannoch/Network-Scanner.git
每次更新mainwindows.ui文件都要在后面添加一些代码
def percent(self, finished, total, per):
self.finished_lineEdit.setText(str(finished))
self.all_lineEdit.setText(str(total))
self.progressBar.setValue(per)
这个问题参考了各种资料都没有解决
MonkeyPatchWarning: Monkey-patching ssl after ssl has already been imported may lead to errors, including RecursionError on Python 3.6. It may also silently lead to incorrect behaviour on Python 3.7. Please monkey-patch earlier. See https://github.com/gevent/gevent/issues/1016. Modules that had direct imports (
https://github.com/deibit/cansina
https://github.com/zerokeeper/WebEye
https://github.com/YaokaiYang-assaultmaster/PythonPortScanner
https://blog.csdn.net/ski_12/article/details/78443601