ipscan
all
A fast network scanner designed to be simple to use. Also known as Angry IP Scanner.
More info →Examples (6)
Scan a specific IP address
ipscan 192.168.0.1Scan a range of IP addresses
ipscan 192.168.0.1-254Scan a range of IP addresses and save the results to a file
ipscan 192.168.0.1-254 -o path/to/output.txtScan IPs with a specific set of ports
ipscan 192.168.0.1-254 -p 80,443,22Scan with a delay between requests to avoid network congestion
ipscan 192.168.0.1-254 -d 200Display help
ipscan --helpmade by @shridhargupta | data from tldr-pages