Merge pull request #2291 from r3dg33k/guacamole-version-detect

guacamole-login-version-detect
patch-1
Sandeep Singh 2021-08-02 00:45:51 +05:30 committed by GitHub
commit 4ab50dbd08
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: apache-guacamole
info:
name: Apache Guacamole Login Page and version detection
author: r3dg33k
severity: info
tags: apache,guacamole,tech
requests:
- method: GET
path:
- "{{BaseURL}}/translations/en.json"
matchers-condition: and
matchers:
- type: word
words:
- 'Apache Guacamole'
- type: status
status:
- 200
extractors:
- type: regex
part: body
regex:
- '"VERSION":"[0-9]+\.2\.0"'