Removed old config and global toml files.
This commit is contained in:
parent
75df652bfd
commit
727771aaab
19
config.toml
19
config.toml
|
@ -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'
|
||||
# ]
|
22
global.toml
22
global.toml
|
@ -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})'
|
Loading…
Reference in New Issue