saurabhwadekar / pycrack

Advanced Password Cracking Tool with support for Bruteforce Attacks, Dictionary Attacks, Random Attacks. This tool is capable of cracking files and hashes like PDF, Zip, MS Excel, MS World, MS Power Point, MD5, Sha1, Sha224, Sha256, Sha384, Sha512, Blake2B, Blake2S.
MIT License
80 stars 14 forks source link
brute-force bruteforce-password-cracker cracker cracking exele hash-cracker hash-cracking hash-generator md5 ms-office-cracker ms-office-cracking password password-cracker pdf-cracker pdf-cracking zip-cracker zip-cracking

PyCrack Advanced Password Cracking Tool

ezgif com-gif-maker
Advanced Password Cracking Tool with support for Bruteforce Attacks, Dictionary Attacks, Random Attacks. This tool is capable of cracking files and hashes like PDF, Zip, MS Excel, MS World, MS Power Point, MD5, Sha1, Sha224, Sha256, Sha384, Sha512, Blake2B, Blake2S.

File Support

Tested on these Operating Systems

Installation

clone repository

git clone https://github.com/saurabhwadekar/pycrack.git

go to pycrack folder

cd pycrack

give execution permission to install.sh

sudo chmod +x install.sh

run install.sh

sudo ./install.sh

start pycrack

pycrack

Using Docker

To use this with Docker you can use the following commands:

Build

To build a Docker image named pycrack you can run the following command:

docker build -t pycrack .

Running

Once having built an image, you can run it, and share the current directory with pycrack by running the following command:

docker run -it --rm -v $PWD:/usr/src/app --name pycrack pycrack

License

MIT

Author

Name : Saurabh Wadekar
Email : saurabhwadekar420@gmail.com
County : 🇮🇳INDIA🇮🇳

❤️ THANK YOU ❤️