mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-17 19:00:46 +00:00
Update cheatsheets
This commit is contained in:
@@ -10,28 +10,28 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Scan a domain and save the results to an SQLite database:
|
||||
|
||||
`dnsrecon --domain {{example.com}} --db {{path/to/database.sqlite}}`
|
||||
`dnsrecon {{[-d|--domain]}} {{example.com}} --db {{path/to/database.sqlite}}`
|
||||
|
||||
- Scan a domain, specifying the nameserver and performing a zone transfer:
|
||||
|
||||
`dnsrecon --domain {{example.com}} --name_server {{nameserver.example.com}} --type axfr`
|
||||
`dnsrecon {{[-d|--domain]}} {{example.com}} {{[-n|--name_server]}} {{nameserver.example.com}} {{[-t|--type]}} axfr`
|
||||
|
||||
- Scan a domain, using a brute-force attack and a dictionary of subdomains and hostnames:
|
||||
|
||||
`dnsrecon --domain {{example.com}} --dictionary {{path/to/dictionary.txt}} --type brt`
|
||||
`dnsrecon {{[-d|--domain]}} {{example.com}} {{[-D|--dictionary]}} {{path/to/dictionary.txt}} {{[-t|--type]}} brt`
|
||||
|
||||
- Scan a domain, performing a reverse lookup of IP ranges from the SPF record and saving the results to a JSON file:
|
||||
|
||||
`dnsrecon --domain {{example.com}} -s --json`
|
||||
`dnsrecon {{[-d|--domain]}} {{example.com}} -s {{[-j|--json]}}`
|
||||
|
||||
- Scan a domain, performing a Google enumeration and saving the results to a CSV file:
|
||||
|
||||
`dnsrecon --domain {{example.com}} -g --csv`
|
||||
`dnsrecon {{[-d|--domain]}} {{example.com}} -g {{[-c|--csv]}}`
|
||||
|
||||
- Scan a domain, performing DNS cache snooping:
|
||||
|
||||
`dnsrecon --domain {{example.com}} --type snoop --name_server {{nameserver.example.com}} --dictionary {{path/to/dictionary.txt}}`
|
||||
`dnsrecon {{[-d|--domain]}} {{example.com}} {{[-t|--type]}} snoop {{[-n|--name_server]}} {{nameserver.example.com}} {{[-D|--dictionary]}} {{path/to/dictionary.txt}}`
|
||||
|
||||
- Scan a domain, performing zone walking:
|
||||
|
||||
`dnsrecon --domain {{example.com}} --type zonewalk`
|
||||
`dnsrecon {{[-d|--domain]}} {{example.com}} {{[-t|--type]}} zonewalk`
|
||||
|
||||
Reference in New Issue
Block a user