/ShellcodeGenerator

Polymorphic Shellcode generator

Primary LanguagePython

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 !