geemion / Khepri

Free,Open-Source,Cross-platform agent and Post-exploiton tool written in Golang and C++.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Khepri Logo

Khepri

Free,Open-Source,Cross-platform agent and Post-exploiton tool written in Golang and C++

platform Langue stars GoReportCard

Description

Khepri is a Cross-platform agent. It's very basic and only for educational purposes.


Disclaimer: This project was created for educational purposes and should not be used in environments without legal authorization. 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.

architecture

  • beacon: Agent, written in C++.
  • teamserver: Server, written in Golang.
  • teamclient: User client, written in C++, the UI use Qt-GUI.

Features

architecture

  • 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

Quick Start

Please see Quick Start

TODO

  • 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)) ...

Contributing

Stargazers over time

Stargazers over time

About

Free,Open-Source,Cross-platform agent and Post-exploiton tool written in Golang and C++.

License:Apache License 2.0


Languages

Language:C++ 72.3%Language:Go 21.7%Language:CMake 3.1%Language:C 1.9%Language:Shell 0.7%Language:Batchfile 0.4%