Search results
There are around 300 operations in CyberChef allowing you to carry out simple and complex tasks easily. Here are some examples: Decode a Base64-encoded string; Convert a date and time to a different time zone; Parse a Teredo IPv6 address
Some example CyberChef recipes: Recipe 1: Extract base64, raw inflate & beautify. Recipe 2: Invoke Obfuscation. Recipe 3: From CharCode. Recipe 4: Group Policy Preference Password Decryption. Recipe 5: Using Loops and Labels. Recipe 6: Google ei Timestamps. Recipe 7: Multi-stage COM scriptlet to x86 assembly
By manipulating CyberChef's URL hash, you can change the initial settings with which the page opens. The format is https://gchq.github.io/CyberChef/#recipe=Operation()&input=... Supported arguments are recipe, input (encoded in Base64), and theme.
Generate a base64 basic auth header from an username and a password. Generate open-graph and socials html meta tags for your website. Generate and validate time-based OTP (one time password) for multi-factor authentication. Convert mime types to extensions and vice-versa. Parse and decode your JSON Web Token (jwt) and display its content.
Open CyberChef from either the Tools menu or from within an Investigation. Drag and drop the From Base64 recipe. Copy and paste your encoded data into the Input field. Watch as your recipe automatically decodes the data and displays it in the Output field.
Convert number between different bases (decimal, hexadecimal, binary, octal, base64, ...)
9 kwi 2024 · We used a CyberChef recipe during our analysis of Balada Injector to extract IOCs from the scripts dropped within the HTML code of compromised websites. The recipe utilized subsection, extract URL, From Base64, and defang URL operations to decode obfuscated URLs within the script and extract them.