Skip to content

Commit

Permalink
Update amass_config.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
Stoo0rmq authored Apr 25, 2022
1 parent 8f30604 commit 1c1c45f
Showing 1 changed file with 129 additions and 30 deletions.
159 changes: 129 additions & 30 deletions Docker/amass_config.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Copyright 2017-2020 Jeff Foley. All rights reserved.
# Copyright © by Jeff Foley 2017-2022. All rights reserved.
# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
# SPDX-License-Identifier: Apache-2.0

# Should results only be collected passively and without DNS resolution? Not recommended.
#mode = passive
Expand All @@ -19,25 +20,25 @@

# DNS resolvers used globally by the amass package.
#[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
#resolver = 77.88.8.8 ; Yandex.DNS Secondary

[scope]
# The network infrastructure settings expand scope, not restrict the scope.
# Single IP address or range (e.g. a.b.c.10-245)
#address = 192.168.1.1
#cidr = 192.168.1.0/24
#asn = 26808
#port = 80
port = 80
port = 443
#port = 8080
#port = 8443

# Root domain names used in the enumeration. The findings are limited by the root domain names provided.
#[scope.domains]
Expand All @@ -54,8 +55,6 @@ port = 443
# The graph database discovered DNS names, associated network infrastructure, results from data sources, etc.
# This information is then used in future enumerations and analysis of the discoveries.
#[graphdbs]
#local_database = true ; Set this to false to disable use of the local database.

# postgres://[username:password@]host[:port]/database-name?sslmode=disable of the PostgreSQL
# database and credentials. Sslmode is optional, and can be disable, require, verify-ca, or verify-full.
#[graphdbs.postgres]
Expand Down Expand Up @@ -98,8 +97,7 @@ minimum_ttl = 1440 ; One day
# Are there any data sources that should be disabled?
#[data_sources.disabled]
#data_source = Ask
#data_source = Exalead
#data_source = IPv4Info
#data_source = Bing

# Provide data source configuration information.
# See the following format:
Expand All @@ -113,17 +111,39 @@ minimum_ttl = 1440 ; One day
#username =
#password =

# https://passivedns.cn (Contact)
#[data_sources.360PassiveDNS]
#[data_sources.360PassiveDNS.Credentials]
#apikey =

# https://ahrefs.com (Paid)
#[data_sources.Ahrefs]
#ttl = 4320
#[data_sources.Ahrefs.Credentials]
#apikey =

# https://otx.alienvault.com (Free)
#[data_sources.AlienVault]
#[data_sources.AlienVault.Credentials]
#apikey =

# https://app.binaryedge.com (Free)
# https://app.binaryedge.com (Paid/Free-trial)
#[data_sources.BinaryEdge]
#ttl = 10080
#[data_sources.BinaryEdge.Credentials]
#apikey =

# https://tls.bufferover.run/dns?q=.example.com (Paid/Free)
#[data_sources.BufferOver]
#[data_sources.BufferOver.Credentials]
#apikey =

# https://builtwith.com (Paid/Free-trial)
#[data_sources.BuiltWith]
#ttl = 10080
#[data_sources.BuiltWith.Credentials]
#apikey =

# https://c99.nl (Paid)
#[data_sources.C99]
#ttl = 4320
Expand All @@ -132,25 +152,26 @@ minimum_ttl = 1440 ; One day
#[data_sources.C99.account2]
#apikey =

# https://censys.io (Free)
# https://censys.io (Paid/Free-trial)
#[data_sources.Censys]
#ttl = 10080
#[data_sources.Censys.Credentials]
#apikey =
#secret =

# https://chaos.projectdiscovery.io (Free-InviteOnly)
# https://chaos.projectdiscovery.io (Invite-Only)
#[data_sources.Chaos]
#ttl = 4320
#[data_sources.Chaos.Credentials]
#apikey =

# https://cloudflare.com (Free)
# Cloudflare apikey is the API token with dns_records and zone read permission
#[data_sources.Cloudflare]
#[data_sources.Cloudflare.Credentials]
#apikey =

# Closed Source Invite Only
# https://circl.lu (Contact)
#[data_sources.CIRCL]
#[data_sources.CIRCL.Credentials]
#username =
Expand All @@ -162,6 +183,21 @@ minimum_ttl = 1440 ; One day
#[data_sources.DNSDB.Credentials]
#apikey =

# https://dnslytics.com (Paid)
#[data_sources.DNSlytics]
#[data_sources.DNSlytics.Credentials]
#apikey =

# https://dnsrepo.noc.org (Paid)
#[data_sources.DNSRepo]
#[data_sources.DNSRepo.Credentials]
#apikey =

# https://detectify.com (Paid)
#[data_sources.Detectify]
#[data_sources.Detectify.Credentials]
#apikey =

# https://developer.facebook.com (Free)
# Look here for how to obtain the Facebook credentials:
# https://goldplugins.com/documentation/wp-social-pro-documentation/how-to-get-an-app-id-and-secret-key-from-facebook/
Expand All @@ -174,43 +210,106 @@ minimum_ttl = 1440 ; One day
#apikey =
#secret =

# https://fofa.so (Paid)
#[data_sources.FOFA]
#ttl = 10080
#[data_sources.FOFA.Credentials]
#username =
#apikey =

# https://github.com (Free)
#[data_sources.GitHub]
#ttl = 4320
#[data_sources.GitHub.accountname]
#apikey =

# https://networksdb.io (Free)
# https://gitlab.com (Freemium)
#[data_sources.GitLab]
#[data_sources.GitLab.free]
#apikey =
#[data_sources.GitLab.premium]
#apikey =

# https://hackertarget.com (Paid/Free)
# HackerTarget can be used without an API key, but the key allows better results
#[data_sources.HackerTarget]
#ttl = 1440
#[data_sources.HackerTarget.Credentials]
#apikey =

# https://hunter.io (Paid/Free-trial)
#[data_sources.Hunter]
#[data_sources.Hunter.Credentials]
#apikey =

#[data_sources.IntelX]
#[data_sources.IntelX.Credentials]
#apikey =

# https://ipdata.co (Free)
#[data_sources.IPdata]
#[data_sources.IPdata.Credentials]
#apikey =

# https://ipinfo.io (Paid/Free-trial)
#[data_sources.IPinfo]
#[data_sources.IPinfo.Credentials]
#apikey =

# https://leakix.net/ (Free)
#[data_sources.LeakIX]
#[data_sources.LeakIX.Credentials]
#apikey =

# https://networksdb.io (Paid/Free-trial)
#[data_sources.NetworksDB]
#[data_sources.NetworksDB.Credentials]
#apikey =

# https://passivetotal.com (Free)
# https://onyphe.io (Free)
#[data_sources.ONYPHE]
#ttl = 10080
#[data_sources.ONYPHE.Credentials]
#apikey =

# https://passivetotal.com (Paid/Free-trial)
#[data_sources.PassiveTotal]
#ttl = 10080
#[data_sources.PassiveTotal.Credentials]
#username =
#apikey =

# https://recon.dev (Freemium)
#[data_sources.ReconDev]
#[data_sources.ReconDev.free]
#apikey =
#[data_sources.ReconDev.paid]
#apikey =
# https://pentest-tools.com (Paid)
#[data_sources.PentestTools]
#ttl = 10080
#[data_sources.PentestTools.Credentials]
#apikey =

# https://quake.360.cn (Paid)
#[data_sources.Quake]
#ttl = 4320
#[data_sources.Quake.Credentials]
#apikey =

# https://securitytrails.com (Free)
# https://securitytrails.com (Paid/Free-trial)
#[data_sources.SecurityTrails]
#ttl = 1440
#[data_sources.SecurityTrails.Credentials]
#apikey =

# https://shodan.io (Free)
# https://shodan.io (Paid/Free-trial)
#[data_sources.Shodan]
#ttl = 10080
#[data_sources.Shodan.Credentials]
#apikey =

# https://spamhaus.com (Free)
#[data_sources.Spamhaus]
#ttl = 1440
#[data_sources.Spamhaus.Credentials]
#username =
#password =

# https://spyse.com (Paid/Free-trial)
#[data_sources.Spyse]
#ttl = 4320
Expand All @@ -223,7 +322,7 @@ minimum_ttl = 1440 ; One day
#apikey=

# https://developer.twitter.com (Free)
# Provide your Twitter App Consumer API key and Consumer API secrety key
# Provide your Twitter App Consumer API key and Consumer API secret key
#[data_sources.Twitter]
#[data_sources.Twitter.account1]
#apikey =
Expand All @@ -238,24 +337,24 @@ minimum_ttl = 1440 ; One day
#[data_sources.Umbrella.Credentials]
#apikey =

# https://urlscan.io (Free)
# https://urlscan.io (Paid/Free-trial)
# URLScan can be used without an API key, but the key allows new submissions to be made
#[data_sources.URLScan]
#[data_sources.URLScan.Credentials]
#apikey =

# https://virustotal.com (Free)
# https://virustotal.com (Paid/Free-trial)
#[data_sources.VirusTotal]
#ttl = 10080
#[data_sources.VirusTotal.Credentials]
#apikey =

# https://whoisxmlapi.com (Free)
#[data_sources.WhoisXML]
#[data_sources.WhoisXML.Credentials]
# https://whoisxmlapi.com (Paid/Free-trial)
#[data_sources.WhoisXMLAPI]
#[data_sources.WhoisXMLAPI.Credentials]
#apikey =

# https://zetalytics.com (Paid)
# https://zetalytics.com (Paid/Invite-Only)
#[data_sources.ZETAlytics]
#ttl = 1440
#[data_sources.ZETAlytics.Credentials]
Expand All @@ -265,4 +364,4 @@ minimum_ttl = 1440 ; One day
#ttl = 1440
#[data_sources.ZoomEye.Credentials]
#username =
#password =
#password =

0 comments on commit 1c1c45f

Please sign in to comment.