How to run the linux/x86/shell_bind_tcp payload stand alone?
问题 I'm running a Metasploit payload in a sandbox c program. Below is a summary of the payload of interest. From there I generate some shellcode and load it up in my sandbox, but when I run it the program will simply wait. I think this is because it's waiting for a connection to send the shell, but I'm not sure. How would I go from: Generating shellcode Loading it into my sandbox Successfully get a /bin/sh shell <- this is the part I'm stuck on. Basic setup: max@ubuntu-vm:~/SLAE/mod2$ sudo