https://github.com/ajmewal/password-cracker
Basic password cracker. These tools can be used to crack various types of password hashes, the program applies the technique to recover the original password from the hash.
https://github.com/ajmewal/password-cracker
cybersecurity hacking hacking-tool hash hash-cracker hash-cracking hashcracker password-cracker password-crackers password-cracking password-cracking-tool
Last synced: about 1 year ago
JSON representation
Basic password cracker. These tools can be used to crack various types of password hashes, the program applies the technique to recover the original password from the hash.
- Host: GitHub
- URL: https://github.com/ajmewal/password-cracker
- Owner: ajmewal
- Created: 2023-01-15T04:06:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-22T01:16:59.000Z (about 3 years ago)
- Last Synced: 2024-01-20T18:23:45.697Z (over 2 years ago)
- Topics: cybersecurity, hacking, hacking-tool, hash, hash-cracker, hash-cracking, hashcracker, password-cracker, password-crackers, password-cracking, password-cracking-tool
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Basic password cracker. These tools can be used to crack various types of password hashes, the program applies the technique to recover the original password from the hash.
---
# Requirements
You need to have python3 to install this script.
# Installation
```bash
git clone https://github.com/ajmewal/Password-Cracker.git
cd Password-Cracker
python3 pass_cracker.py
```
# Usage
```bash
Python3 pass_cracker.py -h
```
Please find below the instructions to access the tool's help function, along with a list of all available switches:
```bash
██╗░░██╗░█████╗░░██████╗██╗░░██╗░█████╗░██████╗░░█████╗░░█████╗░██╗░░██╗███████╗██████╗░
██║░░██║██╔══██╗██╔════╝██║░░██║██╔══██╗██╔══██╗██╔══██╗██╔══██╗██║░██╔╝██╔════╝██╔══██╗
███████║███████║╚█████╗░███████║██║░░╚═╝██████╔╝███████║██║░░╚═╝█████═╝░█████╗░░██████╔╝
██╔══██║██╔══██║░╚═══██╗██╔══██║██║░░██╗██╔══██╗██╔══██║██║░░██╗██╔═██╗░██╔══╝░░██╔══██╗
██║░░██║██║░░██║██████╔╝██║░░██║╚█████╔╝██║░░██║██║░░██║╚█████╔╝██║░╚██╗███████╗██║░░██║
╚═╝░░╚═╝╚═╝░░╚═╝╚═════╝░╚═╝░░╚═╝░╚════╝░╚═╝░░╚═╝╚═╝░░╚═╝░╚════╝░╚═╝░░╚═╝╚══════╝╚═╝░░╚═╝
v1.0
usage: crack.py [-h] [-H HASH] [-w WORDLIST] [-f FORMAT] [-l]
options:
-h, --help show this help message and exit
-H HASH, --hash HASH Enter Your hash
-w WORDLIST, --wordlist WORDLIST
Give the wordlist path
-f FORMAT, --format FORMAT
Specify the hash format
-l, --list-format list the avilable format
```
## Authors
## Show your support
You can give a ⭐️ if this project helped you !
Note that this project is maintained, developed and made available for **free**, you can offer us a coffee, it will be very **encouraging and greatly appreciated** 😊