Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-28 00:18:38 +00:00
parent 9fe6559a97
commit a3692d638b
77 changed files with 334 additions and 180 deletions

View File

@@ -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,...}}`