Nytro Posted July 18, 2014 Report Posted July 18, 2014 Win32 and Win64 ShellcodesIntroduction'Hidden' is a 32-bit shell code written for Windows that uses RSA key exchange and robust encryption to hide data transmitted between 2 computers.It consists of a client (the shell code) and a server.The client will create a cmd.exe process which then accepts data sent to it by the server over encrypted channel.Tested on 32-bit version of Windows XP, 64-bit 7 and Server 2012PDF: https://github.com/cmpxchg8/shellcode/blob/master/win32/hs/Hidden%20Shellcode%20for%20Windows.pdf?raw=trueSursa: https://github.com/cmpxchg8/shellcode (win32/hs) Quote