-
Notifications
You must be signed in to change notification settings - Fork 76
/
Copy pathconfig
71 lines (59 loc) · 2.03 KB
/
config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# Possible values for tools are case-sensitive YES or blank.
# Wordlist values are either blank, a built-in wordlist name, or a path to a file.
[general]
# Set comma separated list of domain(s) to scan (required).Do not end a list of domains with a comma. Do not include a scheme, e.g. https:// or http://. Chomp Scan will add the appropriate scheme as needed.
DOMAIN=
# Use HTTP instead of default HTTPS, values are YES or blank
ENABLE_HTTP=
# Set custom output directory. If multiple domains are used, this will contain each domain's output in a subdirectory.
OUTPUT_DIR=
# Use all discovered domains instead of default interesting discovered domains, values are YES or blank
USE_ALL=
# Set Notica URL parameter for notifications, values are a Notica URL parameter or blank. See notica.us for details.
NOTICA=
# Set custom domain blacklist file, values are a path to a file or blank
BLACKLIST=
# Set custom interesting word list, values are a path to a file or blank
INTERESTING=
# Set custom path to tools. This should be a fully qualified path to the directory that contains the downloaded tools from Github
TOOL_PATH=
# Enable parsing resolved domains into a Burp-formatted JSON file
ENABLE_RESCOPE=YES
[subdomain enumeration]
# Set which tools run
ENABLE_DNSCAN=YES
ENABLE_SUBFINDER=YES
ENABLE_SUBLIST3R=YES
ENABLE_KNOCK=YES
ENABLE_AMASS=YES
ENABLE_GOALTDNS=YES
# Set wordlist
# Possible options are SHORT, lONG, HUGE, or the path to a custom wordlist
SUBDOMAIN_WORDLIST=
[content discovery]
# Set which tools run
ENABLE_INCEPTION=YES
ENABLE_BFAC=YES
ENABLE_WAYBACKURLS=YES
ENABLE_FFUF=YES
ENABLE_GOBUSTER=YES
ENABLE_DIRSEARCH=YES
# Set wordlist
# Possible options are SMALL, MEDIUM, LARGE, XL, XXL, or the path to a custom wordlist
CONTENT_WORDLIST=
[information gathering]
# Set which tools run
ENABLE_SUBJACK=YES
ENABLE_CORSTEST=YES
ENABLE_S3SCANNER=YES
ENABLE_WHATWEB=YES
ENABLE_WAFW00F=YES
ENABLE_HTTPROBE=YES
ENABLE_NIKTO=YES
[port scanning]
# Set which tools run
ENABLE_MASSCAN=YES
ENABLE_NMAP=YES
[screenshots]
# Enable aquatone
ENABLE_SCREENSHOTS=YES