awesome-encoding-escaping
A repository for tools and documentation for learning string encoding & unicode escaping.
https://github.com/ndr-repo/awesome-encoding-escaping
Last synced: 2 days ago
JSON representation
-
Encoding methods & examples
-
HTML Encoding
-
-
Resources
-
Tools
- CyberChef - A versatile web application used to obfuscate or deobfuscate strings. Can be ran offline and used for other scenarios as well. Includes various code beautifiers, decoders, and unescaping tools.
- Obsidian Forensics - Unfurl - One of my favorite open-source tools of all time. Unfurl is a CLI and GUI tool used to decode URLs and other string inputs. Open-souce and free to install locally. Try it online at [https://dfir.blog/unfurl](https://dfir.blog/unfurl).
- Dencode - An online string encoder/decoder. Quickly visualize various methods of encoding and unicode escaping inside the tool for a high-level overview.
- Dencode - Unicode Escape - An online unicode escaping tool, quickly visualize escaped string for character memorization or payload use.
- Google Admin Toolbox - Encode/Decode - Offers encoding and decoding for SAML, as well as a few code beautifiers.
-
Documentation
- HTML URL Encoding - GeeksforGeeks - An alternate reference for HRML URL encoding
- OWASP XSS Filter Evasion Cheat Sheet - Contains working examples of encoded and escaped JavaScript payloads.
- RFC 5137 - ASCII Escaping of Unicode Characters
- PortSwigger - XSS Cheat Sheet - Not directly encoding related, often need a bit of encoding or escaping for production use in the modern-day.
- W3Schools - HTML URL Encoding Reference - A reference for standard HTML URL encoding and their cooresponding ASCII character values.
-
Programming Languages
Categories
Sub Categories