mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-03 07:55:02 +00:00
Update cheatsheets
This commit is contained in:
@@ -12,14 +12,14 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`sudo autorecon {{host_or_ip1,host_or_ip2,...}}`
|
||||
|
||||
- Perform reconnaissance on [t]arget(s) from a file:
|
||||
- Perform reconnaissance on target(s) from a file:
|
||||
|
||||
`sudo autorecon --target-file {{path/to/file}}`
|
||||
`sudo autorecon {{[-t|--target-file]}} {{path/to/file}}`
|
||||
|
||||
- [o]utput results to a different directory:
|
||||
- Output results to a different directory:
|
||||
|
||||
`sudo autorecon --output {{path/to/results}} {{host_or_ip1,host_or_ip2,...}}`
|
||||
`sudo autorecon {{[-o|--output]}} {{path/to/results}} {{host_or_ip1,host_or_ip2,...}}`
|
||||
|
||||
- Limit scanning to specific [p]orts and protocols (`T` for TCP, `U` for UDP, `B` for both):
|
||||
- Limit scanning to specific ports and protocols (`T` for TCP, `U` for UDP, `B` for both):
|
||||
|
||||
`sudo autorecon --ports {{T:21-25,80,443,U:53,B:123}} {{host_or_ip1,host_or_ip2,...}}`
|
||||
`sudo autorecon {{[-p|--ports]}} {{T:21-25,80,443,U:53,B:123}} {{host_or_ip1,host_or_ip2,...}}`
|
||||
|
||||
Reference in New Issue
Block a user