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: over 1 year ago
JSON representation
Linux Nim Implant for Exploration C2
- Host: GitHub
- URL: https://github.com/maxdcb/c2implantnim
- Owner: maxDcb
- Created: 2024-02-22T10:23:42.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-15T16:02:12.000Z (about 2 years ago)
- Last Synced: 2025-01-11T09:15:30.301Z (over 1 year ago)
- Topics: c2, cybersecurity, malware-research, nim, pentest, redteam
- Language: Nim
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- 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
```