GhostTroops/scan4all

-np参数和 -p参数不起作用

qing-root opened this issue · 3 comments

加了-np还是会poc扫描:
image
-p参数也是

image

m1 macos13
scan4all

❯ ./scan4all -version                
2022/12/02 15:48:38 wait for init config files ... 
2022/12/02 15:48:38 init config files is over .
2022/12/02 15:48:38 MyDebug
Can't to build ./logs/errror.log
2022/12/02 15:48:38 DbName  config/scan4all_db
2022/12/02 15:48:38 wait for all threads to end
[INF] Current Version: 2.7.9

NoPOC=true ./scan4all
删除config/congig.json中
"-top-ports", "http",
config.json的配置都会覆盖命令行参数

看了下config.json中无"-top-ports", "http"的选项。
尝试注释了config.json “naabu”选项和“nuclei”选项
image

使用
./scan4all -host 127.0.0.1 -p 5432 -np -v
还是会扫端口和poc。。。