Skip to content

gelven4sec/ShellcodeGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 !

About

Polymorphic Shellcode generator

Resources

Stars

Watchers

Forks