31 lines
577 B
YAML
31 lines
577 B
YAML
id: mantisbt-panel
|
|
|
|
info:
|
|
name: MantisBT Login Panel
|
|
author: makyotox,daffainfo
|
|
severity: info
|
|
reference:
|
|
- https://www.mantisbt.org/
|
|
metadata:
|
|
verified: true
|
|
shodan-query: http.favicon.hash:662709064
|
|
tags: panel,mantisbt
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/login_page.php"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'title="MantisBT: Text Search"'
|
|
- 'title="MantisBT: Issue Id"'
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|