mirror of
https://github.com/0xInfection/Awesome-WAF.git
synced 2024-10-01 04:35:35 -04:00
Payload edited
This commit is contained in:
parent
1961230c2c
commit
0e2ede28d9
@ -1940,8 +1940,8 @@ __9. String Concatenation__
|
||||
- Different programming languages have different syntaxes and patterns for concatenation.
|
||||
- This allows us to effectively generate payloads that can bypass many filters and rules.
|
||||
|
||||
__Standard__: `<svg/onload-location=javascript:alert%281%29;//`
|
||||
__Obfuscated__: ```<svg/onload=location=`javas`+`cript:ale`+`rt%2`+`81%2`+`9`;//```
|
||||
__Standard__: `<script>alert()</script>`
|
||||
__Obfuscated__: `<script>eval('al'+'er'+'t()')</script>`
|
||||
|
||||
__Standard__: `/bin/cat /etc/passwd`
|
||||
__Obfuscated__: `/bi'n'''/c''at' /e'tc'/pa''ss'wd`
|
||||
|
Loading…
Reference in New Issue
Block a user