mergify[bot] 532b78303a Merge pull request #14 from 0x61nas/renovate/actions-checkout-4.x | il y a 1 an | |
---|---|---|
.github | il y a 1 an | |
.idea | il y a 2 ans | |
archpackge | il y a 2 ans | |
src | il y a 2 ans | |
.gitignore | il y a 2 ans | |
.gitmodules | il y a 2 ans | |
.mergify.yml | il y a 1 an | |
Cargo.lock | il y a 1 an | |
Cargo.toml | il y a 1 an | |
LICENSE.txt | il y a 2 ans | |
README.md | il y a 2 ans | |
renovate.json | il y a 1 an |
bash
cargo 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