SHA-256 Password Hash Cracking
On a Kali Linux VM through UTM, I created a python script for cracking a SHA-256 Hashed Password using Sublime. I then tested it with a password that I knew was in the password list until successful.
Code

PROCESS
Password File



Finding Password for Testing Script

Debugging
Bug #1 - Mistyped "progress"
Bug #2 - Didn't properly identify path to rockyou.txt

Bug #3 - Didn't save password in encoded format


Bug #4 - Needed to save in hex format rather than binary
Success

Last updated