Skip to content

Instantly share code, notes, and snippets.

@khanjanny
Created August 10, 2021 07:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save khanjanny/dde533a1b1904ae06506986b8839ceb5 to your computer and use it in GitHub Desktop.
Save khanjanny/dde533a1b1904ae06506986b8839ceb5 to your computer and use it in GitHub Desktop.
amass_config.ini
share = true
#mode = passive
mode = active
#output_directory = amass
scripts_directory = /home/khan/scripts
maximum_dns_queries = 10000
[resolvers]
monitor_resolver_rate = true
resolver = 1.1.1.1 ; Cloudflare
resolver = 8.8.8.8 ; Google
resolver = 64.6.64.6 ; Verisign
resolver = 74.82.42.42 ; Hurricane Electric
resolver = 1.0.0.1 ; Cloudflare Secondary
resolver = 8.8.4.4 ; Google Secondary
resolver = 64.6.65.6 ; Verisign Secondary
resolver = 77.88.8.1 ; Yandex.DNS Secondary
[scope]
#address = 192.168.1.1
#cidr = 192.168.1.0/24
#asn = 26808
port = 80
port = 443
port = 8080
port = 8000
#port =
[scope.domains]
domain = example.com
domain = example1.com
#domain =
#domain =
#domain =
#[scope.blacklisted]
#subdomain = education.appsec-labs.com
#subdomain = 2012.appsecusa.org
[bruteforce]
enabled = true
recursive = true
minimum_for_recursive = 1
wordlist_file = /home/wordlist/dns.txt
#wordlist_file = /usr/share/wordlists/all.txt # multiple lists can be used
[alterations]
enabled = true
edit_distance = 1 ; Setting this to zero will disable this expensive feature.
flip_words = true # test-dev.owasp.org -> test-prod.owasp.org
flip_numbers = true # test1.owasp.org -> test2.owasp.org
add_words = true # test.owasp.org -> test-dev.owasp.org
#add_numbers = true # test.owasp.org -> test1.owasp.org
wordlist_file = /home//wordlist/2mdns.txt
#wordlist_file = /usr/share/wordlists/all.txt
[data_sources]
minimum_ttl = 1440 ; One day
[data_sources.disabled]
data_source = Ask
data_source = Exalead
data_source = IPv4Info
[data_sources.Censys]
ttl = 10080
[data_sources.Censys.Credentials]
apikey = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
secret = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
[data_sources.Chaos]
ttl = 4320
[data_sources.Chaos.Credentials]
apikey = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
[data_sources.Cloudflare]
[data_sources.Cloudflare.Credentials]
apikey = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
[data_sources.GitHub]
ttl = 4320
[data_sources.GitHub.accountname]
apikey = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
[data_sources.Hunter]
[data_sources.Hunter.Credentials]
apikey = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
[data_sources.IPinfo]
[data_sources.IPinfo.Credentials]
apikey = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
[data_sources.NetworksDB]
[data_sources.NetworksDB.Credentials]
apikey = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
[data_sources.PassiveTotal]
ttl = 10080
[data_sources.PassiveTotal.Credentials]
username = xxxxxxxxx@gmail.com
apikey = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
[data_sources.SecurityTrails]
ttl = 1440
[data_sources.SecurityTrails.Credentials]
apikey = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
[data_sources.Shodan]
ttl = 10080
[data_sources.Shodan.Credentials]
apikey = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
[data_sources.Spyse]
ttl = 4320
[data_sources.Spyse.Credentials]
apikey = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
[data_sources.URLScan]
[data_sources.URLScan.Credentials]
apikey = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
[data_sources.VirusTotal]
ttl = 10080
[data_sources.VirusTotal.Credentials]
apikey = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
[data_sources.WhoisXMLAPI]
[data_sources.WhoisXMLAPI.Credentials]
apikey = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment