Merge pull request #8226 from projectdiscovery/mantisbt-installer
Create mantisbt-installer.yamlpatch-1
commit
a658a64729
|
@ -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
|
Loading…
Reference in New Issue