16 lines
259 B
YAML
16 lines
259 B
YAML
|
id: citrix-vpn-detect
|
||
|
|
||
|
info:
|
||
|
name: Citrix VPN Detection
|
||
|
author: bauthard
|
||
|
severity: low
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/vpn/index.html"
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "<title>Citrix Gateway</title>"
|