AutoRecon/patterns.toml

8 lines
221 B
TOML

[[pattern]]
description = 'Nmap script found a potential vulnerability. ({match})'
pattern = 'State: (?:(?:LIKELY\_?)?VULNERABLE)'
[[pattern]]
description = 'Identified HTTP Server: {match}'
pattern = 'Server: ([^\n]+)'