commit
1d417634fa
|
@ -0,0 +1,36 @@
|
||||||
|
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:
|
||||||
|
verified: true
|
||||||
|
shodan-query: http.favicon.hash:1781653957
|
||||||
|
tags: tech,limesurvey
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- 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
|
Loading…
Reference in New Issue