Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 97ba984

Browse files
committed
Updated default example amass config file
1 parent 7fc0e10 commit 97ba984

File tree

1 file changed

+26
-14
lines changed

1 file changed

+26
-14
lines changed

scanners/amass/templates/amass-scan-type.yaml

Lines changed: 26 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ metadata:
3939
name: amass-config
4040
data:
4141
config.ini: |-
42-
# Taken from: https://raw.githubusercontent.com/OWASP/Amass/master/examples/config.ini
4342
# Copyright 2017 Jeff Foley. All rights reserved.
4443
# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
4544
@@ -50,15 +49,11 @@ data:
5049
#mode = active
5150
5251
# The directory that stores the Cayley graph database and other output files
53-
# The default is $HOME/amass
52+
# The default for Linux systems is: $HOME/.config/amass
5453
#output_directory = amass
5554
5655
# The maximum number of concurrent DNS queries that can be performed during the enumeration.
57-
# Increase this value over 100000 as long as your network and resolvers can handle the traffic
58-
#maximum_dns_queries = 1000
59-
60-
# Would you like unresolved names to be included in the output?
61-
#include_unresolvable = true
56+
#maximum_dns_queries = 20000
6257
6358
[network_settings]
6459
# Single IP address or range (e.g. a.b.c.10-245)
@@ -78,13 +73,14 @@ data:
7873
7974
# DNS resolvers used globally by the amass package
8075
#[resolvers]
76+
#score_resolvers = true
77+
#monitor_resolver_rate = true
8178
#resolver = 1.1.1.1 ; Cloudflare
8279
#resolver = 8.8.8.8 ; Google
8380
#resolver = 64.6.64.6 ; Verisign
8481
#resolver = 74.82.42.42 ; Hurricane Electric
8582
#resolver = 1.0.0.1 ; Cloudflare Secondary
8683
#resolver = 8.8.4.4 ; Google Secondary
87-
#resolver = 9.9.9.10 ; Quad9 Secondary
8884
#resolver = 64.6.65.6 ; Verisign Secondary
8985
#resolver = 77.88.8.1 ; Yandex.DNS Secondary
9086
@@ -100,7 +96,7 @@ data:
10096
#data_source = IPv4Info
10197
10298
# Configure Amass to use a TinkerPop Server as the graph database
103-
# For an example of Gremlin seetings see: https://docs.microsoft.com/en-us/azure/cosmos-db/create-graph-gremlin-console
99+
# For an example of Gremlin settings see: https://docs.microsoft.com/en-us/azure/cosmos-db/create-graph-gremlin-console
104100
#[gremlin]
105101
#url = wss://localhost:8182
106102
#username =
@@ -111,17 +107,14 @@ data:
111107
#enabled = true
112108
#recursive = true
113109
# Number of discoveries made in a subdomain before performing recursive brute forcing
114-
# Default is 0
115-
#minimum_for_recursive = 0
110+
# Default is 1
111+
#minimum_for_recursive = 1
116112
#wordlist_file = /usr/share/wordlists/all.txt
117113
#wordlist_file = /usr/share/wordlists/all.txt # multiple lists can be used
118114
119115
# Would you like to permute resolved names?
120116
#[alterations]
121117
#enabled = true
122-
# minimum_for_word_flip specifies the number of times a word must be seen before
123-
# using it for future word flips and word additions
124-
#minimum_for_word_flip = 2
125118
# edit_distance specifies the number of times a primitive edit operation will be
126119
# performed on a name sample during fuzzy label searching
127120
#edit_distance = 1
@@ -139,17 +132,30 @@ data:
139132
#[BinaryEdge]
140133
#apikey =
141134
135+
#[C99]
136+
#apikey=
137+
142138
#[Censys]
143139
#apikey =
144140
#secret =
145141
142+
#[Chaos]
143+
#apikey=
144+
146145
#[CIRCL]
147146
#username =
148147
#password =
149148
150149
#[DNSDB]
151150
#apikey =
152151
152+
#[FacebookCT]
153+
#apikey=
154+
#secret=
155+
156+
#[GitHub]
157+
#apikey =
158+
153159
#[NetworksDB]
154160
#apikey =
155161
@@ -181,3 +187,9 @@ data:
181187
182188
#[VirusTotal]
183189
#apikey =
190+
191+
#[WhoisXML]
192+
#apikey=
193+
194+
#[ZETAlytics]
195+
#apikey=

0 commit comments

Comments
 (0)