AutoRecon/patterns.toml

8 lines
227 B
TOML

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