Skip to content

RickConsole/minic2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiniC2

MiniC2 is a Command and Control / Post Exploitation tool that targets Linux hosts (for now!)

Features

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)

Usage

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!

Planned Features

  • SSL
  • Add more OS commands
  • Build agents from the MiniC2 menu
  • Persistence Mechanisms

About

Miniature Command and Control tool targeting Linux platforms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages