2024-04-11 01:36:50 +10:00
|
|
|
# autorecon
|
|
|
|
|
|
|
|
> A multi-threaded network reconnaissance tool which performs automated enumeration of services.
|
|
|
|
> More information: <https://github.com/Tib3rius/AutoRecon>.
|
|
|
|
|
|
|
|
- Perform reconnaissance on target host(s) (detailed scan results will be dumped in `./results`):
|
|
|
|
|
|
|
|
`sudo autorecon {{host_or_ip1,host_or_ip2,...}}`
|
|
|
|
|
2025-03-27 16:42:21 +02:00
|
|
|
- Perform reconnaissance on target(s) from a file:
|
2024-04-11 01:36:50 +10:00
|
|
|
|
2025-03-27 16:42:21 +02:00
|
|
|
`sudo autorecon {{[-t|--target-file]}} {{path/to/file}}`
|
2024-04-11 01:36:50 +10:00
|
|
|
|
2025-03-27 16:42:21 +02:00
|
|
|
- Output results to a different directory:
|
2024-04-11 01:36:50 +10:00
|
|
|
|
2025-03-27 16:42:21 +02:00
|
|
|
`sudo autorecon {{[-o|--output]}} {{path/to/results}} {{host_or_ip1,host_or_ip2,...}}`
|
2024-04-11 01:36:50 +10:00
|
|
|
|
2025-03-27 16:42:21 +02:00
|
|
|
- Limit scanning to specific ports and protocols (`T` for TCP, `U` for UDP, `B` for both):
|
2024-04-11 01:36:50 +10:00
|
|
|
|
2025-03-27 16:42:21 +02:00
|
|
|
`sudo autorecon {{[-p|--ports]}} {{T:21-25,80,443,U:53,B:123}} {{host_or_ip1,host_or_ip2,...}}`
|