Coder Social home page Coder Social logo

x86h4ck3r / a3s_krypta Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 28 KB

Dynamic AES cypter, for .bin files --> generates .cpp file /* { was created for use with HAVOC C2 } */

License: GNU General Public License v3.0

Python 35.49% C++ 64.51%
cryptography havoc2 havocframework

a3s_krypta's Introduction

DISCLIAMER!! THIS SCRIPT IS FOR EDUCATIONAL PURPOSES ONLY!. DON'T USE ON UNAUTHORIZED SYSTEMS .

a3s_krypta

Dynamic AES cypter, for .bin files --> Generates '.cpp ' file. /* { was created for use with HAVOC C2 } */

To run the script; --> make sure to have the scripts(a3s_krypta.py & loda.cpp) in the /tmp directory

The loda.cpp file is needed, so make sure to have it.

run command to krypt .bin file

$ python3 a3s_krypta.py " ~/path-to/.bin "

========================================================================================= If you are hit with an error, like this

Exception has occurred: ModuleNotFoundError No module named 'Crypto' File "C:\Users\x86h4ck3r\Desktop\sandbox\scripts\a3s_krypta.py", line 2, in from Crypto.Cipher import AES ModuleNotFoundError: No module named 'Crypto'

Do -->

 $ pip install pycryptodome

 $ pip install cryptography

run command to krypt .bin file

$ python3 a3s_krypta.py " ~/path-to/.bin "

In the /tmp directory, to convert the generated new.loda.cpp file to .dll,

run command with a c++ complier ' x86_64-w64-mingw32-g++ ' in the /tmp directory

$ x86_64-w64-mingw32-g++ new.loda.cpp --shared --static -o ProService.dll  

Ignore the error, run the command again with the argument " -fpermissive "

          $ x86_64-w64-mingw32-g++ new.loda.cpp --shared --static -o custom_file_name.dll -fpermissive

Your output .dll will be in the /tmp directory.

ENJOY :)

a3s_krypta's People

Contributors

x86h4ck3r avatar

Stargazers

 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.