Merge pull request #5058 from projectdiscovery/mybb-forum-detect
Create mybb-forum-detect.yamlpatch-1
commit
c700241af3
|
@ -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
|
Loading…
Reference in New Issue