Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

jlxip/MadLocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages