Forum Discussion
ray96
Bronze II
3 months agoPowershell Deobsfuscation Ep.7
I was working on this and got stuck with Ep.7. Appreciate if anyone can assist with this Powershell de-obfuscation. Step 1: I removed the splits accordingly and converted from hexadecimal Step ...
- 3 months ago
TillyCorless got it done. Could not deob it using CyberChef, used PowerShell commands to run the part that I can't deob earlier and saved the output in another txt file. I removed the IEX part from the script before execution. That worked for me!
netcat
Silver III
3 months agoWhile my lab for ep7 looks different:
The code you see can be implemented in python, not sure if CyberChef can handle the lengths.
It's not the last example in https://en.wikipedia.org/wiki/Esoteric_programming_language while it looks similar.