Skip to content

MyBB Installation Panel - Detect

ID: mybb-forum-install

Severity: high

Author: ritikchaddha

Tags: panel,mybb,forum

MyBB installation panel was detected.

id: mybb-forum-install
info:
name: MyBB Installation Panel - Detect
author: ritikchaddha
severity: high
description: MyBB installation panel was detected.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L
cvss-score: 8.6
cwe-id: CWE-200
cpe: cpe:2.3:a:mybb:mybb:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: mybb
product: mybb
shodan-query:
- http.title:"MyBB"
- http.title:"mybb"
fofa-query: title="mybb"
google-query: intitle:"mybb"
tags: panel,mybb,forum
http:
- method: GET
path:
- '{{BaseURL}}/install/index.php'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'MyBB'
- 'Installation Wizard'
condition: and
- type: word
part: body
words:
- 'currently locked'
negative: true
- type: status
status:
- 200
# digest: 4a0a004730450220128062ba52744f2160697e64fe3a9ccc6c0600113377d8c3d041e68a565446b9022100f8bce094a4f58b486aa73d229692bd1241d218e1a5ad2211b891ee1e44190bf9: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/mybb/mybb-forum-install.yaml"

View on Github