danielbohannon / Invoke-Obfuscation

PowerShell Obfuscator
Apache License 2.0
3.59k stars 759 forks source link

obfuscated output truncated #45

Closed shellchocolat closed 5 years ago

shellchocolat commented 5 years ago

Hello,

I try to obfuscate a remotely-hosted script, and use the '''powershell SET SCRIPTPATH http://....../myscript.ps1 '''

then i use the TOKEN menu and all seems doing well, but when the obfuscated output is displayed, it seems truncated (obvisously).

My question is how to get the ouptut not truncated and redirected to a specified file?

Best regards

danielbohannon commented 5 years ago

The truncation is just for easier display purposes. The full content is present in memory. You can output it to your clipboard with CLIP or to a file on disk with OUT.