Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maxdcb/c2implantnim


https://github.com/maxdcb/c2implantnim

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Exploration C2 Implant in Nim

## What it is

Exploration is a rudimentary red team command and control frameworks.
This repository contain the Implant in Nim (https://nim-lang.org) to target unix.
This development is in education exercises to tackle well know red teaming concepts.

## Compilation

```
nim compile -d:ssl ./BeaconHttpLauncher.nim
nim compile -d:ssl ./BeaconGithubLauncher.nim
```