How hashcat 6.2.6 load a big dictionary faster
#1
my dictionary 60GB ,hashcat load very slow everytime. how can i do to make it faster
Reply
#2
does it do the "Dictionary cache rebuilding" every time, even if the file has not changed?
~
Reply
#3
(09-19-2022, 07:09 AM)royce Wrote: does it do the "Dictionary cache rebuilding" every time, even if the file has not changed?
Let me have try,it too big to load ,it is take abou 30minute to load
Reply
#4
(09-19-2022, 07:09 AM)royce Wrote: does it do the "Dictionary cache rebuilding" every time, even if the file has not changed?
how can  edit the dictionary cache file by myself? where is cache file?
Reply
#5
(09-19-2022, 07:09 AM)royce Wrote: does it do the "Dictionary cache rebuilding" every time, even if the file has not changed?

Yes,I've tried. Dictionary cache rebuilding every time, the file has not changed.
Reply
#6
Please ensure that hashcat.dictstat2 file is still there, after first cache build.

If no such file (moved/deleted/renamed/..) , no cache hit.
Reply
#7
(09-20-2022, 12:32 AM)liget Wrote: Please ensure that hashcat.dictstat2 file is still there, after first cache build.

If no such file (moved/deleted/renamed/..) , no cache hit.
hashcat.dictstat2  is still there and it modify time is new. path has unicode word in it ,does it matter?
Reply
#8
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
Reply
#9
(09-20-2022, 12:47 PM)liget Wrote: 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
Thanks for your help  ,but  my oper system is win10
Reply
#10
If you can compile hashcat, insert “ d.stat.st_mtime = 0;” here:
https://github.com/hashcat/hashcat/blob/...ist.c#L455
Reply