Create mybb-forum-install.yaml

patch-1
Ritik Chaddha 2022-08-10 01:13:22 +05:30 committed by GitHub
parent fb817885db
commit bbb5ad1c14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
id: mybb-forum-install
info:
name: MyBB Exposed Installation
author: ritikchaddha
severity: high
metadata:
verified: true
shodan-query: http.title:"MyBB"
tags: mybb,forum
requests:
- method: GET
path:
- '{{BaseURL}}/install/index.php'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'MyBB'
- 'Installation Wizard'
condition: and
- type: word
part: body
words:
- 'currently locked'
negative: true
- type: status
status:
- 200