Skip to content

Commit

Permalink
Added comments clarifying built-in wordlist names.
Browse files Browse the repository at this point in the history
  • Loading branch information
bellma101 committed Mar 7, 2019
1 parent 8c6c724 commit ebb9090
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Possible values for tools are case-sensitive YES or blank.
# Wordlist values are either blank or a path to a file.
# Wordlist values are either blank, a built-in wordlist name, or a path to a file.


[general]
Expand All @@ -26,6 +26,7 @@ ENABLE_SUBFINDER=YES
ENABLE_SUBLIST3R=YES
ENABLE_ALTDNS=YES
# Set wordlist
# Possible options are SHORT, lONG, HUGE, or the path to a custom wordlist
SUBDOMAIN_WORDLIST=


Expand All @@ -37,6 +38,7 @@ 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=


Expand Down

0 comments on commit ebb9090

Please sign in to comment.