Giter VIP home page Giter VIP logo

dev1l-scrypt's Introduction

Dev1l-sCrypt

A Python code encryption tool for both Python2 & Python3.

This tool is created to encrypt your python codes into random algorithm comes with both version of python 2,3 in linux. If you want to encrypt a python file which runs python3 then you have to run this tools python3 form or if you are willing for python2 then same goes to 2.

  • Usage :
  • sudo python Dev1lcrypt.py --file=backdoor.py --output=output_backdoor.py # Python2 Code Encryption

  • sudo python3 Dev1lcrypt3.py --file=backdoor.py --output=output_backdoor.py # Python3 Code Encryption

  • sudo python Dev1lcrypt.py --help or sudo python3 Dev1lcrypt3.py --help #Show this messeage

  • sudo python Dev1lcrypt.py --backdoor-file=payload.py --file=test.py --output=hacked.py or sudo python3 Dev1lcrypt3.py --backdoor-file=payload.py --file=test.py --output=hacked.py #inject payload.py with test.py into hacked.py with multi-threading system

How it works?

  • Encryption module :
  • Dev1l'sCrypt add some junkcode .
  • Dev1l'sCrypt use a python internal module 'py_compile' who compile the code into bytecode to a .pyc file.
  • Dev1l'sCrypt convert .pyc file into normal .py file.
  • And in this way we can obfuscate the code
  • The md5sum will change too
  • Injection module :
  • it inject a malicious python file into a normal file with multi-threading system.

dev1l-scrypt's People

Contributors

ghhcommunity avatar

Stargazers

Robert avatar

Watchers

 avatar

Forkers

tehmasta

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.