Obfuscation

URL encoding:
[...]/?search=Fish+%26+ChipsDouble URL encoding:
HTML encoding:
XML encoding:
Unicode encoding:
Hex escaping:
Octal escaping:
Multiple encodings:
Browser will first HTML decode \ to \ - turning u0061 into the unicode escape \u0061 decoding into a.
SQL char() function:
Decoded to SELECT
Last updated
Was this helpful?