38 lines
925 B
YAML
38 lines
925 B
YAML
id: limesurvey-detect
|
|
|
|
info:
|
|
name: LimeSurvey Survey Software - Detect
|
|
author: Matt Galligan
|
|
severity: info
|
|
description: |
|
|
Limesurvey is the number one open-source survey software. Advanced features like branching and multiple question types make it a valuable partner for survey-creation.
|
|
reference:
|
|
- https://github.com/LimeSurvey/LimeSurvey
|
|
metadata:
|
|
max-request: 1
|
|
verified: true
|
|
shodan-query: http.favicon.hash:1781653957
|
|
tags: tech,limesurvey
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'content="LimeSurvey'
|
|
- 'alt="LimeSurvey Survey Software'
|
|
- 'data-limesurvey-lang='
|
|
- 'alt="Powered by LimeSurvey'
|
|
condition: or
|
|
case-insensitive: true
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|