Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xvpr/snake-pit
Command and Control interface built using a Flask with a modular backend.
https://github.com/0xvpr/snake-pit
c c2 command-and-control cpp flask localhost python
Last synced: 4 days ago
JSON representation
Command and Control interface built using a Flask with a modular backend.
- Host: GitHub
- URL: https://github.com/0xvpr/snake-pit
- Owner: 0xvpr
- Created: 2021-12-04T21:54:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-09T22:26:41.000Z (almost 3 years ago)
- Last Synced: 2023-03-06T22:54:05.862Z (over 1 year ago)
- Topics: c, c2, command-and-control, cpp, flask, localhost, python
- Language: CSS
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snake Pit
A local web application interface for C2 Servers.
## Run Application
```bash
./main.py -H "127.0.0.1" -p 8080
```