Khepri is a Cross-platform agent, the architecture and usage like Cobalt Strike but free and open-source.
Disclaimer: This project is for learning Golang and C++ only, if someone's rights have been violated, please contact me to remove the project, the last DO NOT USE IT ILLEGALLY and author/contributors do not take any responsbility for any damage caused by malicious actors using any software presented herein.
- beacon: Agent, written in C++.
- teamserver: Server, written in Golang.
- teamclient: User client, written in C++, the UI use Qt-GUI.
-
Supported C2 Protocols:
- TCP
- UDP
-
Fast network serialization (Protocol Buffers)
-
Agent Features:
- System Information
- Process Manager
- File Manager
- Remote Shell
- Remote Execution
-
Supported operating systems
System | Windows | Linux | Macos |
---|---|---|---|
beacon | √ | √ | √ |
teamserver | √ | √ | √ |
teamclient | √ | √ | √ |
Please see Quick Start
- Refactor teamserver code
- Beacon supports more protocols:https、dns
- Beacon supports https-dns
- Beacon supports dynamic plugin
- Beacon support proxy
-
Teamclient support proxy - Support CI
-
Beacon and teamclient support macos - Reduce beacon to
100kb700kb(Don't use openssl、support Mingw compile(can't reduce size)) ...
Issues and PR is welcome.