nuclei-templates/http/misconfiguration/installer/mantisbt-installer.yaml

33 lines
626 B
YAML
Raw Normal View History

2023-09-19 11:25:14 +00:00
id: mantisbt-installer
info:
name: MantisBT Installation Exposure
author: DhiyaneshDK
severity: high
metadata:
max-request: 1
verified: true
shodan-query: html:"Administration - Installation - MantisBT"
tags: misconfig,mantisbt,install,exposure
http:
- method: GET
path:
- '{{BaseURL}}/admin/install.php'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Administration - Installation - MantisBT"
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200