GithubHelp home page GithubHelp logo

cpu0x00 / cipherrun Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hacker-hermanos/cipherrun

0.0 0.0 1.0 97 KB

CipherRun is an ethical hacking tool used to execute shellcode easily while bypassing antivirus solutions.

License: BSD 3-Clause "New" or "Revised" License

C# 100.00%

cipherrun's Introduction

CipherRun

CipherRun is a tool designed to automate common hacking techniques for ethical hacking and penetration testing purposes. This toolkit focuses on evading antivirus solutions through the use of heuristics bypasses, encryption, and different shellcode running techniques.

Connect with us! https://linktr.ee/hackerhermanos

Contents

  • CipherRun.cs: Contains the main program logic.

    • Calls heuristic.Sleep to bypass behavioral detection.
    • Encrypts the payload located in Shellcode.cs using Caesar.Encryption.Encrypt.
    • Passes the encrypted payload to Caesar.Injection.Inject or Caesar.ProcessHollow.Hollow (these are the shellcode runner files).
    • The runner file decrypts the payload using Caesar.Encryption.Decrypt and executes the instructions.
  • Shellcode.cs: Contains the payload to be utilized. Paste your payload here.

  • Heuristics Folder (Heuristics Namespace):

    • Sleep.cs: Implements a heuristic sleep function to bypass behavioral detections.
  • Caesar Folder (Caesar Namespace):

    • Encryption.cs: Contains Caesar encryption and decryption routines.
    • Injection.cs: Contains a shellcode running function which injects into explorer.exe.
    • ProcessHollow.cs: Contains a shellcode running function which performs process hollowing.

Usage

  1. Clone the repository: git clone https://github.com/Hacker-Hermanos/CipherRun.git

  2. Add your shellcode into Shellcode.cs. Select your preferred shellcode runner in CipherRun.cs

  3. Compile the project using Visual Studio.

  4. Start your listener

  5. Run the compiled executable on the victim machine.

Note: This tool is intended for educational and ethical hacking purposes only. Ensure that you have appropriate authorization before using it in any environment.

Contribution

Contributions to enhance and expand the functionality of this toolkit are highly encouraged. If you have ideas for additional features, improvements, or bug fixes, please submit a pull request.

Disclaimer

This toolkit is provided for educational and ethical hacking purposes only. The author is not responsible for any misuse or damage caused by the use of this software. Use it responsibly and with proper authorization.

Credits

This project was inspired by Apophis. We would like to extend our gratitude to the creators of Apophis for their innovative work, which served as a foundation and inspiration for this tool.

To-Do

  • Investigate how to make the experience more user friendly
  • Add new heuristic bypasses and techniques
  • Add new Shellcode Running techniques
  • Add new encryption routines
  • Add an aliases to select encryption+technique

cipherrun's People

Contributors

cpu0x00 avatar gustanini avatar

Forkers

chronoss3

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.