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

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.

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