autorecon
linux
A multi-threaded network reconnaissance tool which performs automated enumeration of services.
More info →Options (3)
-t, --target-filebooleanPerform reconnaissance on target(s) from a file
Example:
sudo autorecon {{[-t|--target-file]}} {{path/to/file}}-o, --outputbooleanOutput results to a different directory
Example:
sudo autorecon {{[-o|--output]}} {{path/to/results}} {{host_or_ip1,host_or_ip2,...}}-p, --portsbooleanLimit scanning to specific ports and protocols (`T` for TCP, `U` for UDP, `B` for both)
Example:
sudo autorecon {{[-p|--ports]}} {{T:21-25,80,443,U:53,B:123}} {{host_or_ip1,host_or_ip2,...}}Examples (4)
Perform reconnaissance on target host(s) (detailed scan results will be dumped in `results`)
Output results to a different directory
made by @shridhargupta | data from tldr-pages