Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 715 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 715 Bytes

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