(03-24-2025, 06:38 PM)Snoopy Wrote: 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
Thank you for this information! It really helped me and saved my time.
Now I know how to use this program.