mirror of
https://github.com/0xInfection/Awesome-WAF.git
synced 2024-12-22 22:13:35 +07:00
corrected markdown
This commit is contained in:
parent
e7dd33245f
commit
e3dceb810e
@ -1688,7 +1688,7 @@ __9. String 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`;//`
|
||||
__Obfuscated__: ```<svg/onload=location=`javas`+`cript:ale`+`rt%2`+`81%2`+`9`;//```
|
||||
|
||||
__Standard__: `/bin/cat /etc/passwd`
|
||||
__Obfuscated__: `/bi'n'''/c''at' /e'tc'/pa'''ss'wd`
|
||||
|
Loading…
Reference in New Issue
Block a user