https://github.com/kevinadhiguna/ditch
Ditch is a password cracker which works based on dictionary attack using rockyou.txt.
https://github.com/kevinadhiguna/ditch
dictionary-attack password-cracker python
Last synced: about 1 year ago
JSON representation
Ditch is a password cracker which works based on dictionary attack using rockyou.txt.
- Host: GitHub
- URL: https://github.com/kevinadhiguna/ditch
- Owner: kevinadhiguna
- Created: 2020-08-20T10:34:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-17T02:49:16.000Z (over 3 years ago)
- Last Synced: 2025-01-11T13:21:02.934Z (over 1 year ago)
- Topics: dictionary-attack, password-cracker, python
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ditch
Ditch is a password cracker which works based on dictionary attack using rockyou.txt.
## How to Run :
1. Clone this repository :
```
git clone https://github.com/kevinadhiguna/ditch.git
```
2. Download `rockyou.txt` [here](https://bit.ly/2CNcfxs).
3. Place `rockyou.txt` in the same folder or directory where you cloned this repository.
4. Install dependencies :
```
pip install -r requirements.txt` or `pip3 install -r requirements.txt
```
5. Run this program :
```
python ditch.py
```
Note: You can also run it with python3. In case of that, just replace `python` with `python3`.
### Notes
**Educational purpose only. I cannot be held responsible for any misuse of the given information**.
