nuclei-templates/http/exposed-panels/mantisbt-panel.yaml

39 lines
804 B
YAML
Raw Normal View History

id: mantisbt-panel
2022-10-13 03:46:30 +00:00
info:
name: MantisBT Login Panel - Detect
2022-10-13 03:46:30 +00:00
author: makyotox,daffainfo
severity: info
description: MantisBT login panel was detected.
2022-10-13 03:46:30 +00:00
reference:
- https://www.mantisbt.org/
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
2022-10-13 03:46:30 +00:00
metadata:
max-request: 1
2022-10-13 03:46:30 +00:00
verified: true
shodan-query: http.favicon.hash:662709064
tags: panel,mantisbt
http:
2022-10-13 03:46:30 +00:00
- method: GET
path:
- "{{BaseURL}}/login_page.php"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'title="MantisBT: Text Search"'
- 'title="MantisBT: Issue Id"'
2022-10-13 07:20:13 +00:00
condition: or
2022-10-13 03:46:30 +00:00
- type: status
status:
- 200
# Enhanced by md on 2022/11/28