nuclei-templates/misconfiguration/limesurvey-installer.yaml

35 lines
711 B
YAML

id: limesurvey-installer
info:
name: Limesurvey Installer Exposure
author: DhiyaneshDk
severity: high
metadata:
verified: true
shodan-query: html:"Limesurvey Installer"
tags: misconfig,limesurvey,install
requests:
- method: GET
path:
- '{{BaseURL}}/index.php?r=installer/welcome'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'LimeSurvey installer'
- 'Progress'
- 'Your preferred language will be used through out the installation process'
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200