Giter VIP home page Giter VIP logo

dangerous's Introduction

dangerous

Dangerous Malware. Educational purpouse only.

Don't donwload to your PC if you don't know what are you doing.

Don't execute on other computers, systems, etc.
Just don't be dumb.

I take no responsability for bad usage.

RANSOMWARE (smr.py)

Examples:

Encrypt files in current folder:

python smr.py -v -a smr -e -k 1337 -p ./ -c

Decrypt files in current folder:

python smr.py -v -a smr -d -k 1337 -p ./ -c

Arguments:

Usage: python smr.py [-option1] [-option2] [...]
-a, --adition Add/Remove file extension to/from file.
-c, --compression Compress/Decompress the files to reduce end size.
-d, --decrypt Only decrypt. If a non encrypted file is in the path, will be encrypted.
-e, --encrypt Only encrypt. Uses weak Symmetric-key algorithm. Similar to Vernam or Affine encryption.
-h, --help Open this menu.
-i, --interactive Extra help to use the ransomware.
-k, --key Key/Password to encrypt files.
-p, --path Chose the path where the ransomware is goinf to run. All files in the path ans subpaths will be selected.
-v, --verbose Add more output to the console. Show more information about the running tasks.

NOTICE: You can lose your files if the ranswomare crash, your pc shutdown or you can't remember your encryption key. I didn't made a bruteforce algorithm to decrypt the files. Since password is reused can be possible to recover the encrypted files. If you seriously need to, send me a message. https://twitter.com/XSStringManolo

dangerous's People

Contributors

stringmanolo avatar

Watchers

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