MD5 With salt how to save only cracked hash with email etc
#3
This is the sample of the file
xxxxxxxxx@gmail.com:f9270fb62c277f63492d6xxxxxxxxxxxxxxxxxxx

This is not MD5 with salt but to get the basic idea i started to crack with the file which has email and hash

i am using this command 
Code:
hashcat64.exe -m 0 --username -o cracked.txt C:\Users\dev\Desktop\hashcat-4.1.0\hash.txt C:\Users\hashcat\Desktop\hashcat-4.1.0\masks\rockyoualone.txt

but i get this error 

Code:
Hashfile 'C:\Users\hashcat\Hashfile 'C:\Users\hashcat\Desktop\hashcat-4.1.0\hash.txt' on line 1 (xxxxxx...2c277f63492d61de6846f92b35d8fb97): Line-length exception
Hashfile 'C:\Users\hashcat\Desktop\hashcat-4.1.0\hash.txt' on line 2 (xxxxxx...6f5b276687f905a94797f59xxxxxxxx): Line-length exception
Hashfile 'C:\Users\hashcat\Desktop\hashcat-4.1.0\hash.txt' on line 3 (xxxxxx...44aaf973c675a8c6d325655xxxxxxxx): Line-length exception
Hashfile 'C:\Users\hashcat\Desktop\hashcat-4.1.0\hash.txt' on line 4 (xxxxxx...605db0799459cba3ef5effdxxxxxxxxx): Line-length exception
Hashfile 'C:\Users\hashcat\Desktop\hashcat-4.1.0\hash.txt' on line 5 (xxxxxx...b27727f5d5e6ef8489943704xxxxxxxx): Line-length exception
No hashes loaded.Desktop\hashcat-4.1.0\hash.txt' on line 1 (xxxxxx...2c277f63492d61de6846f92xxxxxxxxx): Line-length exception
Hashfile 'C:\Users\hashcat\Desktop\hashcat-4.1.0\hash.txt' on line 2 (xxxxxx...6f5b276687f905a94797f595xxxxxxx): Line-length exception
Hashfile 'C:\Users\hashcat\Desktop\hashcat-4.1.0\hash.txt' on line 3 (xxxxxx...44aaf973c675a8c6d3256551xxxxxxxxxxx): Line-length exception
Hashfile 'C:\Users\hashcat\Desktop\hashcat-4.1.0\hash.txt' on line 4 (xxxxxx...605db0799459cba3ef5effd7xxxxxxx): Line-length exception
Hashfile 'C:\Users\hashcat\Desktop\hashcat-4.1.0\hash.txt' on line 5 (xxxxxx...b27727f5d5e6ef8489943704xxxxxxxx): Line-length exception
No hashes loaded


Messages In This Thread
RE: MD5 With salt how to save only cracked hash with email etc - by mehashingalone - 04-14-2018, 07:19 PM