Hybrid problem
#2
try

hashcat --stdout -a 6 example.dict ?d

and see output, it should be your passwords (all 25) appended with 0-9 if not, there seems to be a problem with your dict, if output is correct, than your attack is just running fine and just too fast,

in status of hahscat you can see how many passwords are tried, in your case it should be 25 (wordlist) * 10.000 so -> 250.000 passwords

the line named progress, example 3 pw in dict + ?d = 30
Progress.........: 30/30 (100.00%)
Reply


Messages In This Thread
Hybrid problem - by meganetrix - 03-12-2021, 04:18 PM
RE: Hybrid problem - by Snoopy - 03-13-2021, 03:38 PM