From 727771aaab429eb1051e6274ec100b0a83a98cee Mon Sep 17 00:00:00 2001 From: Tib3rius <48113936+Tib3rius@users.noreply.github.com> Date: Tue, 14 Sep 2021 15:52:04 -0400 Subject: [PATCH] Removed old config and global toml files. --- config.toml | 19 ------------------- global.toml | 22 ---------------------- 2 files changed, 41 deletions(-) delete mode 100644 config.toml delete mode 100644 global.toml 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})'