Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxdcb/c2core
Core Submodule of Exploration C2
https://github.com/maxdcb/c2core
c2 cybersecurity malware-research redteam
Last synced: about 2 months ago
JSON representation
Core Submodule of Exploration C2
- Host: GitHub
- URL: https://github.com/maxdcb/c2core
- Owner: maxDcb
- License: mit
- Created: 2023-04-26T06:32:18.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-27T09:55:04.000Z (2 months ago)
- Last Synced: 2024-10-27T20:57:48.527Z (2 months ago)
- Topics: c2, cybersecurity, malware-research, redteam
- Language: C++
- Homepage:
- Size: 1.39 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Exploration C2 Core
## What it is
Exploration C2 is a rudimentary red team command and control frameworks.
This repository contain the Core which is the code of the beacon, the listeners and the modules.
This development is in education exercises to tackle well know red teaming concepts.See [C2Implant](https://github.com/maxDcb/C2Implant) and [C2TeamServer](https://github.com/maxDcb/C2TeamServer).