knockson
simple multi-threaded port scanner written in rust
Install
Using AUR
https://aur.archlinux.org/packages/knockson-bin/
yay -Syu knockson-bin
Manual
Builds can be found here https://github.com/joshmuente/knockson/releases/
Usage
knockson [OPTIONS]
FLAGS:
--help Print help information
-V, --version Print version information
OPTIONS:
-a, --amount-thread
[default: 10]
-f, --from-port
[default: 1]
-h, --host
[default: 127.0.0.1]
-t, --to-port
[default: 65535]
Example
knockson -f 1 -t 200 -h scanme.nmap.org -a 100