2022-08-09 09:25:12 +00:00
|
|
|
id: mybb-forum-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: MyBB Forum Panel Detect
|
|
|
|
author: ritikchaddha
|
|
|
|
severity: info
|
|
|
|
metadata:
|
|
|
|
verified: true
|
|
|
|
shodan-query: http.title:"MyBB"
|
2022-08-09 21:41:59 +00:00
|
|
|
tags: panel,mybb,forum
|
2022-08-09 09:25:12 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/portal.php'
|
|
|
|
|
|
|
|
redirects: true
|
|
|
|
max-redirects: 2
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- 'MyBB Forum'
|
|
|
|
- '<title>MyBB'
|
|
|
|
condition: or
|