/violetc2

An basic c2 made with friends

Primary LanguagePython

Violet C2

This is an c2 made with friends. Currently it's in some basic c2 server but we will implement more stuffs like metasploit support and more.

Explaining

The purpose of this project is an basic c2 thats bypass AV's like windows default because PowerShell-Empire bypass isn't good.

So i decided to create my own c2 i'm my prefered language. Firsi the C2 Server starts an HTTP server to receibe c2 connections, and then starts websocket server for contact the agents, when agents hit's /agent/add the server add it to a database to storeit and check the connection. The user can send commands, run modules and etc.

Features

  • WebSocket Support
  • Easyly extension implementation

Todo:

  • Encrypt connection with ssl
  • Add agent
  • Add metasploit support
  • Add Cobalt Strike support