Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update style #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 25 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,44 +1,50 @@
# Hash Generator & Cracker Online Offline

.:: 0xR ::.
.::Hash Generator & Cracker Online Offline ::.
.:: cyber-warrior.org ::.

Written by 0xR - [cyber-warrior.org](http://cyber-warrior.org)

#Install Note
## Install Note

Clone the repository:

git clone https://github.com/0xR0/hediye.git
```bash
$ git clone https://github.com/0xR0/hediye.git
$ cd hediye
```

#Then go inside:
## Usage examples

cd hediye/
Generate Hash (md5, sha1, sha224, sha256, sha384, sha512)

```bash
$ python3 hediye.py -k String
```
Brute Force Attack (md5, sha1, sha224, sha256, sha384, sha512)

#use examples:

python3 hediye.py -k Key / For --> Generate Hash (md5, sha1, sha224, sha256, sha384, sha512)

python3 hediye.py -v HASH -f Wordlist / For --> Brute Force Attack (md5, sha1, sha224, sha256, sha384, sha512))

python3 hediye.py -n HASH / For --> Online Search (md5, sha1, sha224, sha256, sha384, sha512))
```bash
$ python3 hediye.py -v HASH -f Wordlist
```
Online Search (md5, sha1, sha224, sha256, sha384, sha512)

```bash
$ python3 hediye.py -n HASH
```

<img src="https://github.com/0xR0/hediye/blob/master/ss/how.png" >

## Generate Hash

#Generate Hash

```bash
python3 hediye.py -k 4617165
```

<img src="https://github.com/0xR0/hediye/blob/master/ss/gen.png" >


#Brute Force Attack
## Brute Force Attack

<img src="https://github.com/0xR0/hediye/blob/master/ss/off.png" >


#Online Search
## Online Search

<img src="https://github.com/0xR0/hediye/blob/master/ss/on.png" >