nuclei-templates/http/technologies/limesurvey-detect.yaml

38 lines
925 B
YAML
Raw Normal View History

2023-03-08 17:49:35 +00:00
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
2023-03-08 17:52:51 +00:00
metadata:
max-request: 1
2023-03-08 17:52:51 +00:00
verified: true
shodan-query: http.favicon.hash:1781653957
2023-03-08 17:49:35 +00:00
tags: tech,limesurvey
http:
2023-03-08 17:49:35 +00:00
- 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