Merge pull request #6847 from Yablargo/limesurvey-detect

Add limesurvey detector
patch-1
Dhiyaneshwaran 2023-03-09 01:04:27 +05:30 committed by GitHub
commit 1d417634fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 36 additions and 0 deletions

View File

@ -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