lijiejie

Results 7 comments of lijiejie

你直接 Win +R, 打开cmd,能直接运行nmap吗? 可能是没有加到环境变量。 可以把nmap的路径加到用户环境变量中试试

程序打开后,你试试F5打开shell, import subprocess; subprocess.check_output('where nmap', shell=True).strip() 看看有错误提示吗? ![test_nmap](https://user-images.githubusercontent.com/3167953/197157431-fca8b794-1407-4170-a278-134fac4f2e88.png)

暂时还没有能复现这个问题,也可以试试管理员权限打开程序试试

我这边处理修复一下,是因为你的路径中出现了空格引起的问题。

工具应该是支持https站点的,如果有问题可以截图看一看

your host may has no internet access. test it with `dig @114.114.114.114 example.com`

暂时不支持,未来准备出一个图形化界面的工具,批量扫描。 现在你可以试试通过管道命令来实现 cat xxx.txt | xargs python xxx.py