Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ente0v1 committed May 25, 2024
2 parents 847cda0 + 17f3e27 commit bb6abb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A wrapper for Hashcat: it can perform cracking operations by giving a user-frien
<!--
![Test Image](./assets/pennybags.png)
-->
Demo clip: https://github.com/ente0v1/Crack_Master/assets/156426041/0d11513b-4b73-4c2b-9249-a8cac5ce86b1
See [Demo](https://github.com/ente0v1/Crack_Master/assets/156426041/0d11513b-4b73-4c2b-9249-a8cac5ce86b1).

## Disclaimer
This program is provided without warranties of any kind. The author assumes no responsibility for any damages resulting from the use of this software. We recommend that you use it only for lawful purposes and in accordance with local laws.
Expand Down Expand Up @@ -34,6 +34,7 @@ cd Crack_Master
chmod +x *
```
If you prefer to use wordlists and other custom parameters, in files suffixed with `crack*`, replace `define_default_parameters` with `define_my_parameters` and go change variables in function "define_my_parameters" in `functions.sh`.
To implement Hashcat for Windows see [Hashcat Build Documentation](https://github.com/hashcat/hashcat/blob/master/BUILD.md) and refer to the [Official Homepage](https://hashcat.net/hashcat/).

## Usage
To start the script log in as non-root user and rename your hash in "hash", move your hash into Crack_Master directory and execute: `./crackmaster.sh`
Expand Down

0 comments on commit bb6abb9

Please sign in to comment.