mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-17 23:00:51 +00:00
Update cheatsheets
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user