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

19 lines
309 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
tags: panel
requests:
- method: GET
path:
- "{{BaseURL}}/login_page.php"
matchers:
- type: word
words:
- "<title>MantisBT</title>"
condition: and
part: body