Skip to content

bblenard/CommandAndControl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CommandAndControl

Testing

I have provided a docker-compose file under 'DockerStuff' that builds an environment to test the client, server, and cli components. Testing the C2 is done by running build build.bash. This will compile the three executables and move them to the server / client directories in DockerStuff. After that is done you can start the client and server via docker-compose build && docker-compose up. The server also has the cli binary so after bringing up the environment with docker-compose up you can use the cli by using docker run -it $SERVER_CONTAINER bash to execute /app/cli

TODO

  • TLS
  • Rewrite client in a language that doesn't compile so much info into binaries
  • Add support for different types of task dispatching (not RESTful)

About

Basic command and control server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published