Closed anonymous300502 closed 8 months ago
I used the powershell-obfuscation-bible to use randomize-variable.py to obfuscate the normal http payload but after executing it isn't spawning the shell just hangs I ran it with powershell -e and it gives error in -encodedcommand base64 error I tried encoding it in base64 using $c = [system.text.encoding]::utf8.getstring([system.convert]::frombase64strong($c)) but then it gives error in hoaxshell terminal error decoding to utf8
I fixed all the errors and after obfuscation it's currently working on fully patched windows 11 with windows defender up and running as of 29th march 2024 15:42 IST
Solved
I used the powershell-obfuscation-bible to use randomize-variable.py to obfuscate the normal http payload but after executing it isn't spawning the shell just hangs I ran it with powershell -e and it gives error in -encodedcommand base64 error I tried encoding it in base64 using $c = [system.text.encoding]::utf8.getstring([system.convert]::frombase64strong($c)) but then it gives error in hoaxshell terminal error decoding to utf8