How to encode Metasploit shell to base64 and use C# to decode it and execute in memory? [closed]
I wanted to use Metasploit shellcode (I have already created the shellcode and encoded it with base64) decode base64 string and run the shellcode but when I do that the program gives out an error. What could I be doing wrong here?
Here’s t… Continue reading How to encode Metasploit shell to base64 and use C# to decode it and execute in memory? [closed]