An open API service indexing awesome lists of open source software.

https://github.com/HK-Transfield/python-c2-server

Open-source command and control server, written in Python. This C2 is based on "Learn by Doing - Python Command and Control How to Guide" by Joe Helle.
https://github.com/HK-Transfield/python-c2-server

c2 command-and-control cybersecurity python reverse-shell

Last synced: 5 months ago
JSON representation

Open-source command and control server, written in Python. This C2 is based on "Learn by Doing - Python Command and Control How to Guide" by Joe Helle.

Awesome Lists containing this project

README

          

# Installation
---
Run the following command to download the latest version of the Tempest C2:

`git clone https://github.com/HK-Transfield/Tempest-C2`

To install all the requirements to run Tempest C2, enter the command:

`pip install -r requirements.txt`

Once all dependencies have been installed, you can start the Tempest C2 via:
`python tempest.py`

You will then be greeted by the following banner:
```
=============================================
_____ _____ _ ____ _____ ____ _____
/__ __\/ __// \__/|/ __\/ __// ___\/__ __\
/ \ | \ | |\/||| \/|| \ | \ / \
| | | /_ | | ||| __/| /_ \___ | | |
\_/ \____\\_/ \|\_/ \____\\____/ \_/

Created By HK Transfield
=============================================

Enter command $
```