Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.43 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.43 KB

Golang C2

🚀 This is a simple Golang Command and Control (C2) tool designed to send commands and receive results. It's implemented solely in Golang without any additional features.

How i build this ?

You can Find and learn more about this here

Installation

git clone https://github.com/unlimiteeed/simple-c2.git

Then we need to build it

go build client.go

Setup Team Server

Before running the client, you need to set up the team server. You can do this by running the following command:

python3 team-server.py

Make sure you have Python 3 installed on your system.

Team Server Integration

👥 If you have a team server set up, you can integrate this tool to receive commands and send results back to the server. Please refer to the documentation for your team server for integration instructions.

Contribution

🤝 Contributions are welcome! If you'd like to contribute to this project, please fork the repository, make your changes, and submit a pull request. We appreciate your help in making this tool better!

Screenshots

Screenshot

Disclaimer

⚠️ This tool is designed for educational and research purposes only. Exercise responsible usage and restrict its application to systems under your ownership or those for which you have explicit permission to test.