mirror of https://github.com/1N3/Sn1per.git
9 lines
316 B
Bash
9 lines
316 B
Bash
AUTHOR='@xer0dayz'
|
|
VULN_NAME='CVE-2019-19908 - phpMyChat-Plus XSS'
|
|
URI="/plus/pass_reset.php?L=english&pmc_username=%22%3E%3Cscript%3Ealert(1337)%3C/script%3E%3C"
|
|
METHOD='GET'
|
|
MATCH="<svg/onload=alert\(1337\)>"
|
|
SEVERITY='P2 - HIGH'
|
|
CURL_OPTS="--user-agent '' -s -L --insecure"
|
|
SECONDARY_COMMANDS=''
|
|
GREP_OPTIONS='-i' |