Skip to content

pwnchief/shellcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shellcode

A simple C&C server with paylaod delivery system to work in Attack and Defence style CTF's. Working on adding encryption to prevent detection over the wire.

Dependencies

gcc radare2 make python3 python3-socket python3-struct

Running the project

The project is based on a Linux Platform as all syscalls are according to the Linux manuals

Clone the project and to build the project use

make build

to clean the project run

make clean

make sure the server is running

NOTE: The server runs on localhost and on port 1234

python server.py

to test the paylaod delivery system use

make test

NOTE: Working on adding more payload options and modules to the staged exploits

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published