mirror of
https://github.com/DeNNiiInc/UltyScan.git
synced 2026-04-17 18:26:00 +00:00
9 lines
259 B
Bash
9 lines
259 B
Bash
AUTHOR='@xer0dayz'
|
|
VULN_NAME='CVE-2020-3187 - Citrix Unauthenticated File Deletion'
|
|
URI="/+CSCOE+/session_password.html"
|
|
METHOD='GET'
|
|
MATCH="webvpn"
|
|
SEVERITY='P1 - CRITICAL'
|
|
CURL_OPTS="--user-agent '' -s --insecure -I "
|
|
SECONDARY_COMMANDS=''
|
|
GREP_OPTIONS='-i' |