5个版本
0.1.0 | 2022年9月5日 |
---|---|
0.0.4 | 2022年8月30日 |
0.0.3 | 2022年8月30日 |
0.0.2 | 2022年8月30日 |
0.0.1 | 2022年8月30日 |
#8 在 #sniffer
8KB
120 代码行
使用🦀实现的简单端口嗅探器(scanner)
安装
- 来自crates.io
crago install ports-sniffer
- 来自aur:
yay -S ports-sniffer
参数
参数 | 描述 |
---|---|
-h 或 --help |
显示帮助 |
-v 或 --version |
显示版本 |
-t 或 --threads |
设置线程数(默认为4) |
用法
ports-sniffer [ip] [-t <threads>]
示例
ports-sniffer # scan localhost with 4 threads
ports-sniffer 192.168.1.1 # scan the given ip with 4 threads
ports-sniffer 192.168.1.1 -t 1000
依赖项
~0.4–11MB
~64K SLoC