/MadLocker

Recursive file encryptor.

Primary LanguagePythonMIT LicenseMIT

MadLocker

Recursive file encryptor made in Python.

Warning

This is just a Proof of Concept. The author takes no responsibility for any given use.

Quick Howto

The script is just tested on GNU/Linux with Python 2.7.
The script is by default in sandbox mode. It will only attack the directory /tmp/a. If you want to disable sandbox and go full-on, edit MadLocker.py and uncomment the line SANDBOX = False

To run: python2.7 ./MadLocker.py

Dependencies

  • PyCrypto
    sudo apt install python-crypto