Code Monkey home page Code Monkey logo

beacon_source's Introduction

Cobalt Strike Beacon

Overview

This is a project I have saved on my computer, I just didn't think I should keep it private since I can no longer find it anywhere on the internet. This project aims to provide a fully functional, from-scratch alternative to the Cobalt Strike Beacon, providing transparency and flexibility to security professionals and enthusiasts.

This project is not a reverse-engineered version of the Cobalt Strike Beacon, but a complete open source implementation. The "settings.h" file contains macros for the C2 configuration file and the user should complete it to their liking. Once you have your "settings.h" template ready, feel free to share and contribute.

PS. explain something.I don’t remember who deleted it after it was made public, but I read this project and I think it can help many people who are trying to reconstruct Beacon.

Prerequisites

  • Visual Studio: The project is built using Visual Studio, not Visual Studio Code.
  • libtommath: A fast, portable number-theoretic multiple-precision integer library.
  • libtomcrypt: A modular and portable cryptographic toolkit.

Getting Started

  1. Clone the repository

  2. Open the project in Visual Studio.

  3. Ensure that the required dependencies (libtommath, libtomcrypt) are properly configured and linked with the project.

  4. Build the project.

  5. Create your settings.h file based on the provided template. Make sure to include your C2 Profile macros and configurations.

  6. Build the project again to apply your custom settings.

  7. Execute the compiled binary.


You need to build your own settings.h, which contains these ~ 🥲lovelorn day

S_C2_VERB_POST
S_PROXY_USER
S_PROXY_CONFIG
S_MAX_RETRY_STRATEGY_INCREASE
S_TCP_FRAME_HEADER
S_HOST_HEADER
S_PROCINJ_TRANSFORM_X86
S_SMB_FRAME_HEADER
S_C2_RECOVER
S_SPAWNTO_X64
S_PROXY_BEHAVIOR
S_PROCINJ_PERMS_I
S_HEADERS_REMOVE
S_PROXY_PASSWORD
S_PROCINJ_MINALLOC
S_PROCINJ_ALLOCATOR
S_MAX_RETRY_STRATEGY_ATTEMPTS
S_KILLDATE
S_C2_REQUEST
S_C2_POSTREQ
S_PROCINJ_PERMS
S_PROTOCOL
S_PUBKEY
S_PROCINJ_TRANSFORM_X64
S_DOMAIN_STRATEGY
S_SPAWNTO_X86
S_EXIT_FUNK
S_PROCINJ_EXECUTE
S_CFG_CAUTION
S_MAX_RETRY_STRATEGY_DURATION

beacon_source's People

Contributors

kyxiaxiang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.