De-obfuscate shc compiled linux scripts

De-obfuscate shc compiled linux scripts

Supervisor

Administrator
Apr 27, 2015
1,863
2,546
335
Supervisor submitted a new resource:

De-obfuscate shc compiled linux scripts - De-obfuscate shc compiled linux scripts

I made a video for that, so just watch that one :)

Actually, the script is compiled, so de-obfuscation would not work, but the script has to be read as plaintext for linux to understand. So linux is translating it back for you, you only have to read that :)
Have fun!

Link:
password: r4p3.net

For the fast ones:
Code:
ulimit -c 100000 (you only have to set it once, make sure it is set high enough for big scripts)
./file& (sleep 0.1 && kill -11...

Read more about this resource...
 
Last edited:
Top