Forum Discussion
ray96
10 months agoBronze II
Powershell 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 ...
- 10 months ago
Anonymous 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
Advocate
10 months agoYou noticed that it's not "empty", but tabs and spaces?
PRABAKARANRAMAMURTHY
Advocate
10 months agoYes. Tried converting them to 1s and 0s and from there used the binary conversion. It still did not work.