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.
- Host: GitHub
- URL: https://github.com/HK-Transfield/python-c2-server
- Owner: HK-Transfield
- Created: 2023-09-26T06:45:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-14T03:14:21.000Z (about 2 years ago)
- Last Synced: 2024-11-03T07:52:43.586Z (about 1 year ago)
- Topics: c2, command-and-control, cybersecurity, python, reverse-shell
- Language: Python
- Homepage:
- Size: 35.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 $
```