Problem with hash-type?
#2
you are mixing a mask attack with a dictionary attack

is passwords.txt your hashfile or is it a dictionary?

anyway, put your hash only the second part (xBeYH.XXXQUgk) in a textfile called hash.txt and then use

hashcat.exe -m1500 -a3 -1 ?l?d hash.txt ?1?1?1?1?1

add options like -O (optimized kernel) --status and --increment or do you know the pass is 5 chars long? --increment would start with ?1 and then go to ?1?1?1?1?1
Reply


Messages In This Thread
Problem with hash-type? - by Bastard - 03-24-2025, 05:31 PM
RE: Problem with hash-type? - by Snoopy - 03-24-2025, 06:38 PM
RE: Problem with hash-type? - by Bastard - 03-24-2025, 10:43 PM