Update cheatsheets

This commit is contained in:
ivuorinen
2024-03-17 00:14:35 +00:00
parent 1c7d3e3ebc
commit fb68c8db78
8 changed files with 45 additions and 25 deletions

View File

@@ -6,9 +6,9 @@ source: https://github.com/tldr-pages/tldr.git
# amass intel
> Collect open source intel on an organisation like root domains and ASNs.
> More information: <https://github.com/OWASP/Amass/blob/master/doc/user_guide.md#the-intel-subcommand>.
> More information: <https://github.com/owasp-amass/amass/blob/master/doc/user_guide.md#the-intel-subcommand>.
- Find root domains in an IP address range:
- Find root domains in an IP [addr]ess range:
`amass intel -addr {{192.168.0.1-254}}`
@@ -20,7 +20,7 @@ source: https://github.com/tldr-pages/tldr.git
`amass intel -whois -d {{domain_name}}`
- Find ASNs belonging to an organisation:
- Find ASNs belonging to an [org]anisation:
`amass intel -org {{organisation_name}}`
@@ -31,3 +31,7 @@ source: https://github.com/tldr-pages/tldr.git
- Save results to a text file:
`amass intel -o {{output_file}} -whois -d {{domain_name}}`
- List all available data sources:
`amass intel -list`