https://github.com/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.
https://github.com/saurabhwadekar/pycrack
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
Last synced: about 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/saurabhwadekar/pycrack
- Owner: saurabhwadekar
- License: mit
- Created: 2021-06-14T10:04:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-22T04:37:37.000Z (about 2 years ago)
- Last Synced: 2024-04-22T05:41:38.212Z (about 2 years ago)
- Topics: 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
- Language: Python
- Homepage:
- Size: 8.66 MB
- Stars: 62
- Watchers: 4
- Forks: 13
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PyCrack Advanced Password Cracking Tool

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
* pdf files
* zip files
* ms excel files
* ms world files
* ms power point files
## Hash Support
* md5
* sha1
* sha224
* sha256
* sha384
* sha512
* blake2b
* blake2s
## Genrators
* Hash genrator
* Wordlist genrate
## Tested on these Operating Systems
* Garuda Linux - Arch besd linux distro
* Zorin OS - Ubuntu besd linux distro
* Parrot os - Debian besd linux distro
* Kali Linux - Debian besd linux distro
* Ubuntu - Debian besd linux distro
## Installation
clone repository
```sh
git clone https://github.com/saurabhwadekar/pycrack.git
```
go to pycrack folder
```sh
cd pycrack
```
give execution permission to install.sh
```sh
sudo chmod +x install.sh
```
run install.sh
```sh
sudo ./install.sh
```
start pycrack
```sh
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:
```bash
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:
```bash
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 ❤️