Merge pull request #2291 from r3dg33k/guacamole-version-detect
guacamole-login-version-detectpatch-1
commit
4ab50dbd08
|
@ -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"'
|
Loading…
Reference in New Issue