Saturday, February 23, 2019

Cracking hash's with john the ripper

So lets crack some hash’s with john the ripper on Kali  Linux lets start by get the hash im using sha256  so lets log up is site  https://www.xorbin.com/tools/sha256-hash-calculator

 

Hacking A Rise Screenshot-from-2019-02-23-08-16-39

 

now we are going to save the hash to a text file  open terminal and type leafpad hashsha256.txt

 

Hacking A Rise Screenshot-from-2019-02-23-08-20-09

 

now lets make a word list with crunch

crunch 4 12 abcdefghijklnmopqrstuvwxyz -o wordlist.txt

Hacking A Rise Screenshot-from-2019-02-23-08-23-35

 

let it finish and type

john –fork=2 –wordlist wordlist.txt –format=raw-sha256 hashsha256.txt

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.