PowerShell Deobfuscator Online

Deobfuscate malicious PowerShell quickly. CyberNexus Decoder decodes Base64 EncodedCommand payloads, resolves -f format strings, strips backtick obfuscation, evaluates character concatenation, and unwinds compressed DeflateStream/GzipStream loaders — all locally in your browser.

Open the powershell deobfuscator tool →

How to use the powershell deobfuscator

  1. Paste the obfuscated PowerShell script or encoded command.
  2. Run "PowerShell Deep Deobfuscate" for multi-pass resolution.
  3. For -enc payloads, apply From Base64 then Change Character Encoding (UTF-16LE to UTF-8).
  4. Use "Extract Network IOCs" to pull C2 URLs, IPs, and file paths from the result.

Features

Frequently asked questions

How do I decode a PowerShell -EncodedCommand?

Paste the Base64 string, apply From Base64, then Change Character Encoding from UTF-16LE to UTF-8 to reveal the original command.

Can it deobfuscate Invoke-Obfuscation output?

Yes. The deep deobfuscator resolves backtick scattering, format strings, and concatenation produced by common PowerShell obfuscators.

Related tools