fix
parent
66c39d5d07
commit
f2714b2ac3
|
@ -21,23 +21,19 @@ requests:
|
|||
- "{{BaseURL}}/{{rand_base(4)}}<br><br>please%20authenticate<br><br>.childrenlist.html"
|
||||
|
||||
stop-at-first-match: true
|
||||
matchers-condition: or
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
name: xss
|
||||
words:
|
||||
- '<img src="x" data onerror="alert(domain)"/>'
|
||||
- 'data-coral-columnview-id'
|
||||
condition: and
|
||||
- '<br /><br />please authenticate<br /><br />'
|
||||
condition: or
|
||||
|
||||
- type: word
|
||||
part: body
|
||||
name: html_injection
|
||||
words:
|
||||
- '<br /><br />please authenticate<br /><br />'
|
||||
- 'data-coral-columnview-id'
|
||||
condition: and
|
||||
|
||||
- type: word
|
||||
part: content_type
|
||||
|
|
Loading…
Reference in New Issue