diff --git a/config.toml b/config.toml deleted file mode 100644 index a9df31d..0000000 --- a/config.toml +++ /dev/null @@ -1,19 +0,0 @@ -# Configure regular AutoRecon options at the top of this file. - -create-port-dirs = true -nmap-append = '-T4' -# 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' -# ] diff --git a/global.toml b/global.toml deleted file mode 100644 index 5ef1da5..0000000 --- a/global.toml +++ /dev/null @@ -1,22 +0,0 @@ -[global.username-wordlist] -default = '/usr/share/seclists/Usernames/top-usernames-shortlist.txt' -help = 'A wordlist of usernames, useful for bruteforcing. Default: %(default)s' - -[global.password-wordlist] -default = '/usr/share/seclists/Passwords/darkweb2017-top100.txt' -help = 'A wordlist of passwords, useful for bruteforcing. Default: %(default)s' - -[global.domain] -help = 'The domain to use (if known). Used for DNS and/or Active Directory. Default: %(default)s' - -# Configure global pattern matching here. -[[pattern]] -description = 'Nmap script found a potential vulnerability. ({match})' -pattern = 'State: (?:(?:LIKELY\_?)?VULNERABLE)' - -[[pattern]] -pattern = '(?i)unauthorized' - -[[pattern]] -description = 'CVE Identified: {match}' -pattern = '(CVE-\d{4}-\d{4,7})'