Paste obfuscated JavaScript, Python, or PHP to detect malicious patterns, extract embedded URLs/IPs, and run AI deep analysis to understand what the code actually does. Used for malware analysis and CTF challenges.
Code Deobfuscator is a security tool for analyzing obfuscated JavaScript, PowerShell, Python, PHP, and other scripting languages commonly used in malware, phishing kits, and web shells. Paste obfuscated code and the tool applies multiple deobfuscation techniques to reveal the underlying logic, extract embedded Indicators of Compromise (IOCs) like URLs, IP addresses, and file hashes, and identify the obfuscation pattern used.
Malicious code is almost universally obfuscated to evade signature-based detection. Common JavaScript techniques include hex and Unicode encoding, string concatenation with eval(), multiple layers of base64 encoding, and variable renaming. PowerShell malware favors base64-encoded commands, character substitution, and environment variable concatenation. The deobfuscator recognizes and reverses these patterns automatically.
The IOC extraction panel pulls all suspicious strings from the deobfuscated output: URLs, domain names, IP addresses, file paths, registry keys, and cryptographic hashes. These can be immediately checked against threat intelligence databases to determine whether the code is associated with known malware families.