Merge pull request #9752 from projectdiscovery/moosocial-installer
Create moosocial-installer.yamlpatch-2
commit
cd7bf50c94
|
@ -0,0 +1,27 @@
|
||||||
|
id: moosocial-installer
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: mooSocial Installation - Exposure
|
||||||
|
author: ritikchaddha
|
||||||
|
severity: high
|
||||||
|
metadata:
|
||||||
|
verified: true
|
||||||
|
max-request: 1
|
||||||
|
shodan-query: html:"mooSocial Installation"
|
||||||
|
tags: exposure,moosocial,misconfig,install
|
||||||
|
|
||||||
|
http:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/install"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
|
- 'Welcome to mooSocial Installation'
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue