From 8a499c56cf3ec56bc61086dfcd08d4d325c9263b Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 14 Jan 2019 21:21:51 +0100 Subject: [PATCH] Update style --- README.md | 44 +++++++++++++++++++++++++------------------- 1 file changed, 25 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index f42c7f1..67c46de 100644 --- a/README.md +++ b/README.md @@ -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 +``` +## Generate Hash -#Generate Hash - +```bash python3 hediye.py -k 4617165 +``` -#Brute Force Attack +## Brute Force Attack -#Online Search +## Online Search