30 lines
785 B
TOML
30 lines
785 B
TOML
# Configure regular AutoRecon options at the top of this file.
|
|
|
|
# verbose = 1
|
|
# max-scans = 30
|
|
|
|
# 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})'
|
|
|
|
# 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'
|
|
# ]
|