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

19 lines
294 B
YAML
Raw Normal View History

2021-07-22 13:48:17 +00:00
id: mantis-detect
info:
name: Mantis portal detection
author: makyotox
severity: info
2021-07-23 20:46:22 +00:00
tags: panel,mantis
2021-07-22 13:48:17 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/login_page.php"
2021-07-22 13:48:17 +00:00
matchers:
- type: word
words:
- "<title>MantisBT</title>"
part: body