naabu
all
A fast port scanner written in Go with a focus on reliability and simplicity. Note: Some features are only activated when `naabu` is run with root privileges such as SYN scan. See also: `hping3`, `masscan`, `nmap`, `rustscan`, `zmap`.
More info →Options (4)
booleanDisplay available network interfaces and public IP address of the local host
Example:
naabu {{[-il|-interface-list]}}-pbooleanScan all ports of the remote host (CONNECT scan without `sudo`)
Example:
naabu {{[-p|-port]}} - -host {{host}}booleanScan the top 1000 ports of the remote host
Example:
naabu {{[-tp|-top-ports]}} 1000 -host {{host}}-vbooleanRun `nmap` from `naabu` for additional functionalities (`nmap` must be installed)
Example:
sudo naabu {{[-v|-verbose]}} -host {{host}} -nmap-cli 'nmap {{-v -T5 -sC}}'Examples (7)
Display available network interfaces and public IP address of the local host
naabu [-il|-interface-list]made by @shridhargupta | data from tldr-pages