Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 374 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 374 Bytes

ShellcodeGenerator

Usage

Generate the shellcode :

make

Paste the output inside de code variable in test_shellcode.c.

Compile the shellcode tester:

make build_test

Start a listener on another terminal :

nc -lvnp 8989

Then execute the tester :

./build/test_shellcode

Now you should see the connection on your listener !