Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maxdcb/c2implantnim

Linux Nim Implant for Exploration C2
https://github.com/maxdcb/c2implantnim

c2 cybersecurity malware-research nim pentest redteam

Last synced: 25 days ago
JSON representation

Linux Nim Implant for Exploration C2

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
```