amass
The OWASP Amass Project performs network mapping of attack surfaces and external asset discovery using open source information gathering and active reconnaissance techniques.
Details
Category: Recon
Publisher: trickest
Created Date: 6/23/2021
Container: quay.io/trickest/amass:v3.22.2
Source URL: https://github.com/owasp-amass/amass
Parameters
Command:
-p
- Ports separated by commas (default: 443)Command:
-d
- Domain names separated by commas (can be used multiple times)Command:
-noalts
- Disable generation of altered namesCommand:
-passive
- A purely passive mode of executionCommand:
-ip
- Show the IP addresses for discovered namesCommand:
-timeout
- Number of minutes to execute the enumerationCommand:
-bl
- Blacklist of subdomain names that will not be investigatedCommand:
-ipv4
- Show the IPv4 addresses for discovered namesCommand:
-ipv6
- Show the IPv6 addresses for discovered namesCommand:
-df
- Path to a file providing root domain namesCommand:
-active
- Enable active recon methodsCommand:
-w
- Path to a different wordlist fileCommand:
-brute
- Perform brute force subdomain enumerationCommand:
-config
- Path to the INI configuration fileCommand:
-max-dns-queries
- Deprecated flag to be replaced by dns-qps in version 4.0Command:
-norecursive
- Turn off recursive brute forcingCommand:
-tr
- IP addresses of trusted DNS resolverCommand:
-ef
- Path to a file providing data sources to excludeCommand:
-min-for-recursive
- Subdomain labels seen before recursive brute forcing (Default: 1)Command:
-src
- Print data sources for the discovered namesCommand:
-r
- IP addresses of untrusted DNS resolverCommand:
-exclude
- Data source names separated by commas to be excludedCommand:
-include
- Data source names separated by commas to be includedCommand:
-aw
- Path to a different wordlist file for alterationsCommand:
-dns-qps
- Maximum number of DNS queries per secondCommand:
-trf
- Path to a file providing trusted DNS resolversCommand:
-dir
- Path to the directory containing the graph databaseCommand:
-rf
- Path to a file providing untrusted DNS resolversCommand:
-if
- Path to a file providing data sources to includeCommand:
-trf
- Path to a file providing trusted DNS resolversCommand:
-blf
- Path to a file providing blacklisted subdomainsCommand:
-noresolvrate
- Disable resolver rate monitoringCommand:
-rf
- Path to a file providing preferred DNS resolversCommand:
-nf
- Path to a file providing already known subdomain names (from other tools/sources)Command:
-noresolvscore
- Disable resolver reliability scoringCommand:
-trqps
- Maximum number of DNS queries per second for each trusted resolversCommand:
-rqps
- Maximum number of DNS queries per second for untrusted resolvers