35 lines
823 B
YAML
35 lines
823 B
YAML
id: mantisbt-installer
|
|
|
|
info:
|
|
name: MantisBT Installation Exposure
|
|
author: DhiyaneshDK
|
|
severity: high
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
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
|
|
|
|
# digest: 4b0a0048304602210086de8c62065a4b5ef489f0adc7c40c8587166b8f0523ef822cfb1d3789bfb717022100e45271fa2d10673b8e41c3d6bf1120f24d3a94d90a871dc63200bcce129d9a00:922c64590222798bb761d5b6d8e72950
|