CyberChef
CyberChef is a webpage to perform a series of operations on an input. For example, one could Base64 decode an XML string, parse the XML, beautify it, parse out one of the XML fields, then continue to perform operations on that value.
Useful Recipes
Authentication and Authorizationโ
- Decode JWT (removes โBearer โ prefix if present)
- Parse X.509 Certificate from SAMLResponse