38 lines
923 B
YAML
38 lines
923 B
YAML
id: limesurvey-installer
|
|
|
|
info:
|
|
name: Limesurvey Installer Exposure
|
|
author: DhiyaneshDk
|
|
severity: high
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: html:"Limesurvey Installer"
|
|
tags: misconfig,limesurvey,install
|
|
|
|
http:
|
|
- 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
|
|
|
|
# digest: 4b0a00483046022100eac286d174d94b524ce98417b93383d2e70353feb033e527dc50436c900ba5b5022100ff51f0876dc210ebc9c9134a95dccfc06d2614f1c44474c1e4463c226849cf12:922c64590222798bb761d5b6d8e72950
|