06-20-2024, 11:43 AM
06-20-2024, 12:04 PM
In the "hashcat.dictstat2" file, in the same directory as the Hashcat binaries
06-20-2024, 12:06 PM
(06-20-2024, 12:04 PM)penguinkeeper Wrote: [ -> ]In the "hashcat.dictstat2" file, in the same directory as the Hashcat binaries
thank you sir
06-20-2024, 12:08 PM
(06-20-2024, 12:04 PM)penguinkeeper Wrote: [ -> ]In the "hashcat.dictstat2" file, in the same directory as the Hashcat binaries
wait, why the "hashcat.dictstat2" file only 3.26KB
my dictionarty file is 70G+
06-20-2024, 12:36 PM
It only stores basic data about the dictionary, like the information here:
Dictionary cache hit:
* Filename..: Wordlist.txt
* Passwords.: 10
* Bytes.....: 10
* Keyspace..: 10
It doesn't store the entire dictionary in cache. It uses that above information to calculate how long an attack will take and such
Dictionary cache hit:
* Filename..: Wordlist.txt
* Passwords.: 10
* Bytes.....: 10
* Keyspace..: 10
It doesn't store the entire dictionary in cache. It uses that above information to calculate how long an attack will take and such
06-20-2024, 12:38 PM
(06-20-2024, 12:36 PM)penguinkeeper Wrote: [ -> ]It only stores basic data about the dictionary, like the information here:
Dictionary cache hit:
* Filename..: Wordlist.txt
* Passwords.: 10
* Bytes.....: 10
* Keyspace..: 10
It doesn't store the entire dictionary in cache. It uses that above information to calculate how long an attack will take and such
oh i see
thank you