PowerShell Encoder Base64 + Invisible
← Back to pentest-ref
VPS
C2 Port
HTTP Port
Platform
Base64 Encoder
Templates
Input (raw command)
Output (base64)
Usage: Paste output after powershell -enc or use stealth: powershell -nop -w hidden -enc
Invisible Encoder (Zero-Width Unicode)
Templates
Input (raw command)
Output (invisible - appears empty)
How it works: Payload encoded as invisible Unicode (U+200B/U+200D). File appears empty in editors but executes normally.
Run: .\invisible.ps1 or powershell -ep bypass -File invisible.ps1
Verify hex: Format-Hex .\invisible.ps1 — look for E2 80 8B (U+200B) and E2 80 8D (U+200D)