https://github.com/dollarkill...
Blackwater是rust编写基于SCP并发模型的 端口扫描器
官网测试1秒内扫描6W个端口

吊打传统测试软件NMAP

ubuntu@ubuntu:~/$ time blackwater -i 110.242.68.3 -p1-65535 _      _| |    | || |_   | |   __| | |  | |  |  || _ |  |_|  |  |Black WaterAsynchronous Port Scanner written in rusthttps://github.com/dollarkillerx/blackwater110.242.68.3:80110.242.68.3:443110.242.68.3:2000110.242.68.3:5060real    0m1.637suser    0m1.196ssys     0m1.672subuntu@ubuntu:~/$ time ./blackwater -i www.baidu.com -p1-65535  _      _| |    | || |_   | |   __| | |  | |  |  || _ |  |_|  |  |Black WaterAsynchronous Port Scanner written in rusthttps://github.com/dollarkillerx/blackwaterwww.baidu.com:80www.baidu.com:2000www.baidu.com:443www.baidu.com:5060real    0m1.151suser    0m0.654ssys     0m0.697subuntu@ubuntu:~/$ time ./blackwater -i www.bing.com -p1-65535  _      _| |    | || |_   | |   __| | |  | |  |  || _ |  |_|  |  |Black WaterAsynchronous Port Scanner written in rusthttps://github.com/dollarkillerx/blackwaterwww.bing.com:80www.bing.com:443www.bing.com:2000real    0m1.079suser    0m0.589ssys     0m0.442subuntu@ubuntu:~/$ time ./blackwater -i github.com -p1-65535  _      _| |    | || |_   | |   __| | |  | |  |  || _ |  |_|  |  |Black WaterAsynchronous Port Scanner written in rusthttps://github.com/dollarkillerx/blackwatergithub.com:2000github.com:22github.com:80github.com:443github.com:5060real    0m1.137suser    0m0.685ssys     0m0.756s