MiniC2 is a Command and Control / Post Exploitation tool that targets Linux hosts (for now!)
Here are MiniC2's current features:
- Communicates completely over HTTP
- Send OS commands and recieve output
- Send shell commands and recieve output
- Upload and download files
- View system information such as network interfaces, hardware, etc
- Can handle multiple hosts
- Adjustable sleep times for agents (beacons)
MiniC2's usage is quite simple:
On your C2 Server:
$ minic2 -p 80
After configuring your host and IP in the agent.go file, run this on your target:
$ ./agent # That's it!
- SSL
- Add more OS commands
- Build agents from the MiniC2 menu
- Persistence Mechanisms