Crates.io | ports-sniffer |
lib.rs | ports-sniffer |
version | 0.1.0 |
source | src |
created_at | 2022-08-30 07:44:31.40064 |
updated_at | 2022-09-05 15:04:39.578395 |
description | A simple port sniffer(scanner) implementation with 🦀 |
homepage | https://github.com/anas-elgarhy/ports-sniffer |
repository | https://github.com/anas-elgarhy/ports-sniffer |
max_upload_size | |
id | 654998 |
size | 12,822 |
crago install ports-sniffer
yay -S ports-sniffer
Argument | Description |
---|---|
-h or --help |
Show help |
-v or --version |
Show version |
-t or --threads |
Set number of threads (4 by default) |
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