decode-payload
Decode obfuscated payloads from malware, CTF challenges, or phishing emails using Base64, URL encoding, hex, and ROT13, with automatic detection for analysis.
Instructions
Decode obfuscated or encoded payloads commonly found in malware analysis, CTF challenges, and phishing emails. Supports Base64, URL encoding, hex, and ROT13.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payload | Yes | The encoded string to decode | |
| encoding | No | Encoding type. Use 'auto' to attempt all decodings automatically. | auto |