nuclei-templates/misconfiguration/limesurvey-installer.yaml

35 lines
711 B
YAML
Raw Normal View History

2022-10-25 02:17:40 +00:00
id: limesurvey-installer
info:
name: Limesurvey Installer Exposure
author: DhiyaneshDk
severity: high
metadata:
verified: true
shodan-query: html:"Limesurvey Installer"
2022-10-25 13:01:53 +00:00
tags: misconfig,limesurvey,install
2022-10-25 02:17:40 +00:00
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