GithubHelp home page GithubHelp logo

lxcalbxy / blue-lagoon-crypter Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 0.0 1.03 MB

Training project for educational purposes. The project represents a crypter that should take your PE as an input, take it as the payload, and inject the payload in the self-decrypting stub. Once the stub is compiled by crypter, it should decrypt the payload in runtime, executing it step by step. [Fixing] [Debugging]

License: MIT License

C# 100.00%
compiler crypter crypter-fud payload stub

blue-lagoon-crypter's Introduction

Blue-Lagoon-Crypter

[Alpha 1.0.0]

Work in progress.

Will appreciate any helpful comments! ;) ty <3

#NEED_DAMN_HELP_!!!

Screenshot_61

Training project for educational purposes. The project represents a crypter.

Program workflow:

  1. Take an executable as an input.
  2. Read bytes from executable.
  3. Convert the bytes to base64.
  4. Encrypt the base64 string with AES.
  5. Pass the encrypted base64 sting to the stub file.
  6. Compile stub that has decryptor and encrypted payload.

TO DO:

  • Implement interfaces for Persistence mechanism, Delay, Anti-Debugger, Anti-SafeMode, Mutation (random junk instructions at the start) settings. [Stub.cs & Form1.cs]
  • Implement setings. [Stub.cs & Form1.cs]
  • Add junk and null bytes after EOF overlay to the output PE. (If selected.)
  • Add fake certificate to the output PE.

Fixed:

  • Payload not being injected in the stub.
  • Added checkboxes for Stub settings.
  • UI Improved, button higlights when selected.

blue-lagoon-crypter's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 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.