https://github.com/0xvpr/c2-haskell
A C2 interface built with Haskell.
https://github.com/0xvpr/c2-haskell
c2 command-and-control haskell network server socket-io
Last synced: 11 months ago
JSON representation
A C2 interface built with Haskell.
- Host: GitHub
- URL: https://github.com/0xvpr/c2-haskell
- Owner: 0xvpr
- License: mit
- Created: 2021-11-29T07:17:42.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-03T10:46:32.000Z (about 4 years ago)
- Last Synced: 2025-01-02T17:50:07.621Z (about 1 year ago)
- Topics: c2, command-and-control, haskell, network, server, socket-io
- Language: Haskell
- Homepage:
- Size: 1.23 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Command & Control Server (Haskell)
A Simple C2 interface build with Haskell
### Demonstration
[ add video demo ]
### Build
```bash
cabal install -j --installdir=bin --install-method=copy
```
### Run
```bash
./bin/c2-haskell
```
#### TODO
- [ ] Demonstration
- [ ] Send commands
- [ ] Support multiple connections
- [ ] Cycle between connections
- [x] Build instructions
- [x] Receive commands