forked from SolomonSklash/chomp-scan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig
61 lines (49 loc) · 1.11 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
# Possible values for tools are case-sensitive YES or blank.
# Wordlist values are either blank or a path to a file.
[general]
# Set domain to scan (required)
DOMAIN=tesla.com
# Use HTTP instead of default HTTPS
ENABLE_HTTP=
# Set custom output directory
OUTPUT_DIR=
# Use all discovered domains instead of default interesting discovered domains
USE_ALL=
# Set Notica URL parameter for notifications
NOTICA=
# Set custom domain blacklist file
BLACKLIST=
# Set custom interesting word list
INTERESTING=
[subdomain enumeration]
# Set which tools run
ENABLE_DNSCAN=YES
ENABLE_SUBFINDER=YES
ENABLE_SUBLIST3R=YES
ENABLE_ALTDNS=YES
ENABLE_MASSDNS=YES
# Set wordlist
SUBDOMAIN_WORDLIST=
[content discovery]
# Set which tools run
ENABLE_INCEPTION=YES
ENABLE_WAYBACKURLS=YES
ENABLE_FFUF=YES
ENABLE_GOBUSTER=YES
ENABLE_DIRSEARCH=YES
# Set wordlist
CONTENT_WORDLIST=
[information gathering]
# Set which tools run
ENABLE_SUBJACK=YES
ENABLE_BFAC=YES
ENABLE_WHATWEB=YES
ENABLE_WAFW00F=YES
ENABLE_NIKTO=YES
[port scanning]
# Set which tools run
ENABLE_MASSCAN=YES
ENABLE_NMAP=YES
[screenshots]
# Enable aquatone
ENABLE_SCREENSHOTS=YES