Add limesurvey detector

patch-1
Yablargo 2023-03-06 11:55:09 -05:00 committed by GitHub
parent db57ae8692
commit 523bf9dc07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
id: limesurvey-detect
info:
name: limesurvey-favicon-detection
author: Matt Galligan
severity: info
reference:
tags: tech,limesurvey
requests:
- method: GET
path:
- "{{BaseURL}}/index.php?r=surveys/publiclist"
host-redirects: true
max-redirects: 2
matchers:
- type: word
words:
- "The following surveys are available"
- "LimeSurvey"
condition: or
case-insensitive: true
- type: status
status:
- 200