Merge pull request #8226 from projectdiscovery/mantisbt-installer

Create mantisbt-installer.yaml
patch-1
pussycat0x 2023-09-19 17:54:00 +05:30 committed by GitHub
commit a658a64729
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,32 @@
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