I make this configuration file which to be copy later into the settings.
Make sure download these two repos:
==Start copy here==
[general]
threads = 30
follow-redirects = True
#exclude-status = 200,301
#recursive = False
#scanner-fail-path = InvalidPath123123
save-logs-home = True
[reports]
autosave-report = True
autosave-report-format = html
[dictionary]
#wordlist = test.dicc
###PHP-FUZZ###
#wordlist = /path/to/SecLists/Discovery/Web-Content/PHP.fuzz.txt
###BACKUP&DB###
#wordlists = /path/to/SecLists/Discovery/Web-Content/Common-DB-Backups.txt
#wordlist = /path/to/SecLists/Discovery/Web-Content/CommonBackdoors-PHP.fuzz.txt
###FILES##
#wordlist = /path/to/SecLists/Discovery/Web-Content/raft-small-files.txt
#wordlist = /path/to/SecLists/Discovery/Web-Content/raft-medium-files.txt
#wordlist = /path/to/SecLists/Discovery/Web-Content/raft-large-files.txt
###DIRECTORIES###
#wordlist = /path/to/SecLists/Discovery/Web-Content/raft-small-directories.txt
#wordlist = /path/to/SecLists/Discovery/Web-Content/raft-medium-directories.txt
wordlist = /path/to/SecLists/Discovery/Web-Content/raft-large-directories.txt
####SQLi###
#wordlist = /path/to/SecLists/Fuzzing/*.txt
###XSS####
#wordlist = /path/to/SecLists/Fuzzing/XSS-Somdev.txt
#lowercase = False
[connection]
useragent = "Mozilla/5.0 (Linux; Android 7.0; SM-A310F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 OPR/42.7.2246.114996"
timeout = 30
max-retries = 3
#http-proxy = localhost:8080
#random-user-agents = True
==End of file==
Make sure download these two repos:
==Start copy here==
[general]
threads = 30
follow-redirects = True
#exclude-status = 200,301
#recursive = False
#scanner-fail-path = InvalidPath123123
save-logs-home = True
[reports]
autosave-report = True
autosave-report-format = html
[dictionary]
#wordlist = test.dicc
###PHP-FUZZ###
#wordlist = /path/to/SecLists/Discovery/Web-Content/PHP.fuzz.txt
###BACKUP&DB###
#wordlists = /path/to/SecLists/Discovery/Web-Content/Common-DB-Backups.txt
#wordlist = /path/to/SecLists/Discovery/Web-Content/CommonBackdoors-PHP.fuzz.txt
###FILES##
#wordlist = /path/to/SecLists/Discovery/Web-Content/raft-small-files.txt
#wordlist = /path/to/SecLists/Discovery/Web-Content/raft-medium-files.txt
#wordlist = /path/to/SecLists/Discovery/Web-Content/raft-large-files.txt
###DIRECTORIES###
#wordlist = /path/to/SecLists/Discovery/Web-Content/raft-small-directories.txt
#wordlist = /path/to/SecLists/Discovery/Web-Content/raft-medium-directories.txt
wordlist = /path/to/SecLists/Discovery/Web-Content/raft-large-directories.txt
####SQLi###
#wordlist = /path/to/SecLists/Fuzzing/*.txt
###XSS####
#wordlist = /path/to/SecLists/Fuzzing/XSS-Somdev.txt
#lowercase = False
[connection]
useragent = "Mozilla/5.0 (Linux; Android 7.0; SM-A310F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 OPR/42.7.2246.114996"
timeout = 30
max-retries = 3
#http-proxy = localhost:8080
#random-user-agents = True
==End of file==
Comments
Post a Comment