mergify[bot] 532b78303a Merge pull request #14 from 0x61nas/renovate/actions-checkout-4.x | před 1 rokem | |
---|---|---|
.github | před 1 rokem | |
.idea | před 2 roky | |
archpackge | před 2 roky | |
src | před 2 roky | |
.gitignore | před 2 roky | |
.gitmodules | před 2 roky | |
.mergify.yml | před 1 rokem | |
Cargo.lock | před 1 rokem | |
Cargo.toml | před 1 rokem | |
LICENSE.txt | před 2 roky | |
README.md | před 2 roky | |
renovate.json | před 1 rokem |
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