scan4all -host 127.0.0.1会对 127.0.0.1 进行http常用端口扫描,扫描完端口后对端口地址进行检测
scan4all -host http://127.0.0.1:7001不会对 127.0.0.1 进行端口扫描,而是直接对 http://127.0.0.1:7001 地址进行检测
scan4all -host 192.168.1.1/24对 192.168.1.1/24 C段进行端口扫描,扫描完端口后对端口地址进行检测
scan4all -l ips.txt对 ips.txt 内的 ip/域名/c段/url地址 进行逐行检测(如果有url地址,则不会进行端口扫描)
echo 127.0.0.1|scan4all可以使用管道进行输入并扫描
scan4all -host 127.0.0.1 -s SYNSYN扫描速度更快,但需要root权限 (不使用此参数,默认进行SYN扫描)
scan4all -host 127.0.0.1 -p 7001,7002对 127.0.0.1 的7001,7002端口进行检测
scan4all -host 127.0.0.1 -top-Ports 1000
scan4all -host 127.0.0.1 -top-Ports http对 127.0.0.1 进行 NmapTop1000 端口进行检测 (不使用此参数,默认进行http常用端口扫描)
scan4all -host 127.0.0.1 -ceyeapi xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -ceyedomain xxxxxx.ceye.io使用DNSLOG功能可以更好的进行POC检测,有些POC的检测要用到DNSLOG功能
scan4all -host 127.0.0.1 -json -o 1.json输出json格式的结果,并且输出到1.json文件中。端口扫描结果保存在port.1.json中
scan4all -host 127.0.0.1 -csv -o 1.csv输出csv格式的结果,并且输出到1.csv文件中。端口扫描结果保存在port.1.csv中
scan4all -host 127.0.0.1 -npscan4all -host 127.0.0.1 -no-colorscan4all -host 127.0.0.1 -c 25 -rate 1000scan4all -host 127.0.0.1 -proxy socks5://127.0.0.1:1080scan4all -host www.google.com -ecscan4all -l nmapResult.xml -v见 Usage