nuclei-templates/exposed-panels/mybb-forum-detect.yaml

26 lines
445 B
YAML
Raw Normal View History

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