nuclei-templates/http/misconfiguration/installer/moosocial-installer.yaml

28 lines
517 B
YAML
Raw Normal View History

2024-05-10 11:19:20 +00:00
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