An open API service indexing awesome lists of open source software.

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.

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**.


![Hello !](https://api.visitorbadge.io/api/VisitorHit?user=kevinadhiguna&repo=ditch&label=thanks%20for%20dropping%20in%20!&labelColor=%23000000&countColor=%23FFFFFF)