Merge pull request #5058 from projectdiscovery/mybb-forum-detect

Create mybb-forum-detect.yaml
patch-1
Prince Chaddha 2022-08-09 14:43:36 -07:00 committed by GitHub
commit c700241af3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

View File

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