09-19-2022, 01:53 AM
my dictionary 60GB ,hashcat load very slow everytime. how can i do to make it faster
How hashcat 6.2.6 load a big dictionary faster
|
09-19-2022, 01:53 AM
my dictionary 60GB ,hashcat load very slow everytime. how can i do to make it faster
does it do the "Dictionary cache rebuilding" every time, even if the file has not changed?
~
09-19-2022, 08:46 AM
09-19-2022, 10:24 AM
09-19-2022, 10:53 AM
09-20-2022, 12:32 AM
Please ensure that hashcat.dictstat2 file is still there, after first cache build.
If no such file (moved/deleted/renamed/..) , no cache hit.
09-20-2022, 12:05 PM
09-20-2022, 12:47 PM
Yes, this could be a problem as hashcat checks modification times.
If the mtime was modified but no real changes in the dictionary file, consider this: https://stackoverflow.com/questions/6839...hanging-it
09-20-2022, 02:08 PM
(09-20-2022, 12:47 PM)liget Wrote: Yes, this could be a problem as hashcat checks modification times.Thanks for your help ,but my oper system is win10
09-20-2022, 02:21 PM
If you can compile hashcat, insert “ d.stat.st_mtime = 0;” here:
https://github.com/hashcat/hashcat/blob/...ist.c#L455 |
« Next Oldest | Next Newest »
|