一款结合nmap及mascan还有shodan的扫描脚本

github在这里

https://github.com/s0md3v/Silver

很是舒服

Usage
Note: Silver scans all TCP ports by default i.e. ports 0-65535.

Scan host(s) from command line
python3 silver.py 127.0.0.1
python3 silver.py 127.0.0.1/22
python3 silver.py 127.0.0.1,127.0.0.2,127.0.0.3
Scan top ~1000 ports
python3 silver.py 127.0.0.1 --quick
Scan hosts from a file
python3 silver.py -i /path/to/targets.txt
Set max number of parallel nmap instances
python3 silver.py -i /path/to/targets.txt -t 4

误报还是有的,扫不到还是有的,但是还是不错了,可以自己改改

猜你喜欢

转载自www.cnblogs.com/xm17/p/12058067.html
今日推荐