nuclei-templates/exposed-panels/mantis-detect.yaml

19 lines
294 B
YAML

id: mantis-detect
info:
name: Mantis portal detection
author: makyotox
severity: info
tags: panel,mantis
requests:
- method: GET
path:
- "{{BaseURL}}/login_page.php"
matchers:
- type: word
words:
- "<title>MantisBT</title>"
part: body