Skip to content

MantisBT Login Panel - Detect

ID: mantisbt-panel

Severity: info

Author: makyotox,daffainfo

Tags: panel,mantisbt

MantisBT login panel was detected.

id: mantisbt-panel
info:
name: MantisBT Login Panel - Detect
author: makyotox,daffainfo
severity: info
description: MantisBT login panel was detected.
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
cwe-id: CWE-200
cpe: cpe:2.3:a:mantisbt:mantisbt:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: mantisbt
product: mantisbt
shodan-query:
- http.favicon.hash:662709064
- cpe:"cpe:2.3:a:mantisbt:mantisbt"
fofa-query: icon_hash=662709064
tags: panel,mantisbt
http:
- 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
# digest: 4a0a00473045022100bc64396bc04051861fecf11f9d89f520ca3bfb4ec3aabb70ce0d2157117b8ca6022031f2fa12eade2671bc2aeed31f8db35ce234f9e4eb7542777a6d8b54838b52e0:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/mantisbt-panel.yaml"

View on Github