AutoRecon/autorecon/config.toml

19 lines
506 B
TOML

# Configure regular AutoRecon options at the top of this file.
# nmap-append = '-T3'
# verbose = 1
# max-scans = 30
# Configure global options here.
# [global]
# username-wordlist = '/usr/share/seclists/Usernames/cirt-default-usernames.txt'
# Configure plugin options here.
# [dirbuster]
# threads = 50
# wordlist = [
# '/usr/share/seclists/Discovery/Web-Content/common.txt',
# '/usr/share/seclists/Discovery/Web-Content/big.txt',
# '/usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt'
# ]