https://github.com/dollarkillerx/blackwater
Blackwater 是 rust 编写基于 SCP 并发模型的 端口扫描器 官方测试 1 秒内扫描 6W 个端口
吊打传统测试软件 NMAP
官方貌似还打算更进分布式版本
ubuntu@ubuntu:~/$ time blackwater -i 110.242.68.3 -p1-65535
_ _
| | | |
| |_ | | __
| | | | | | |
| _ | |_| | |
Black Water
Asynchronous Port Scanner written in rust
https://github.com/dollarkillerx/blackwater
110.242.68.3:80
110.242.68.3:443
110.242.68.3:2000
110.242.68.3:5060
real 0m1.637s
user 0m1.196s
sys 0m1.672s
ubuntu@ubuntu:~/$ time ./blackwater -i www.baidu.com -p1-65535
_ _
| | | |
| |_ | | __
| | | | | | |
| _ | |_| | |
Black Water
Asynchronous Port Scanner written in rust
https://github.com/dollarkillerx/blackwater
www.baidu.com:80
www.baidu.com:2000
www.baidu.com:443
www.baidu.com:5060
real 0m1.151s
user 0m0.654s
sys 0m0.697s
ubuntu@ubuntu:~/$ time ./blackwater -i www.bing.com -p1-65535
_ _
| | | |
| |_ | | __
| | | | | | |
| _ | |_| | |
Black Water
Asynchronous Port Scanner written in rust
https://github.com/dollarkillerx/blackwater
www.bing.com:80
www.bing.com:443
www.bing.com:2000
real 0m1.079s
user 0m0.589s
sys 0m0.442s
ubuntu@ubuntu:~/$ time ./blackwater -i github.com -p1-65535
_ _
| | | |
| |_ | | __
| | | | | | |
| _ | |_| | |
Black Water
Asynchronous Port Scanner written in rust
https://github.com/dollarkillerx/blackwater
github.com:2000
github.com:22
github.com:80
github.com:443
github.com:5060
real 0m1.137s
user 0m0.685s
sys 0m0.756s
There are many reasons for packet loss, roughly divided into two.
-t
timeout time)-c
Calculation formula: Number of current CPU logical cores * 100blackwater -i github.com -c 400 -p 1-65535
-c
Calculation formula: Number of current CPU logical cores * 250blackwater -i 192.168.88.11 -c 1000 -p 1-65535
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.