HackingScripts/autorecon_config/global-patterns.toml

9 lines
287 B
TOML
Raw Normal View History

2020-02-23 12:20:57 +01:00
# Patterns defined in this file will be checked against every line of output (e.g. port scans and service scans)
[[pattern]]
description = 'Nmap script found a potential vulnerability. ({match})'
pattern = 'State: (?:(?:LIKELY\_?)?VULNERABLE)'
[[pattern]]
pattern = '(?i)unauthorized'