Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxdcb/c2implantnim
https://github.com/maxdcb/c2implantnim
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxdcb/c2implantnim
- Owner: maxDcb
- Created: 2024-02-22T10:23:42.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-03-15T16:02:12.000Z (10 months ago)
- Last Synced: 2024-03-16T09:26:30.144Z (10 months ago)
- Language: Nim
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```