04-17-2018, 11:21 AM
This question is rather very simple but i can't help myself so i would simply ask from my mentors.
For this example i am using https://www.md5hashgenerator.com/
Now that i have 2 password in my list to crack i use this command
And lets assume that everything went well and it did cracked the first hash and the second one being not cracked.
How do i export the one which is not cracked as well for example i wanted to output like this
5f4dcc3b5aa765d61d8327deb882cf99:password
[b]482c811da5d5b4bc6d497ffa98491e38[/b]
For this example i am using https://www.md5hashgenerator.com/
Quote:Your Hash: 5f4dcc3b5aa765d61d8327deb882cf99
Your String: password
Your Hash: 482c811da5d5b4bc6d497ffa98491e38
Your String: password123
Now that i have 2 password in my list to crack i use this command
hashcat64.exe -m 0 -a 0 -o cracked.txt C:\hash.txt C:\wordlist.txt --show
And lets assume that everything went well and it did cracked the first hash and the second one being not cracked.
How do i export the one which is not cracked as well for example i wanted to output like this
5f4dcc3b5aa765d61d8327deb882cf99:password
[b]482c811da5d5b4bc6d497ffa98491e38[/b]