Skip to content

MyBB Login Panel - Detect

ID: mybb-forum-detect

Severity: info

Author: ritikchaddha

Tags: panel,mybb,forum

MyBB login panel was detected.

id: mybb-forum-detect
info:
name: MyBB Login Panel - Detect
author: ritikchaddha
severity: info
description: MyBB login panel was detected.
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: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}}/portal.php'
host-redirects: true
max-redirects: 2
matchers:
- type: word
part: body
words:
- 'MyBB Forum'
- '<title>MyBB'
condition: or
# digest: 4a0a0047304502207222b02c00cec0031d9b32da8305b5ed130054944a48a010b7892c9bc052cc3a0221008d42eb17961206e7e6c364ec2b9b848c9bdc61d223b3b4d4b8aff998fc17cb48: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-forum-detect.yaml"

View on Github