33 lines
626 B
YAML
33 lines
626 B
YAML
|
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
|