diff --git a/technologies/limesurvey-detect.yaml b/technologies/limesurvey-detect.yaml new file mode 100644 index 0000000000..29550f1a8d --- /dev/null +++ b/technologies/limesurvey-detect.yaml @@ -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