09-19-2022, 01:53 AM
Pages: 1 2
09-19-2022, 07:09 AM
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, 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
09-19-2022, 10:24 AM
(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?
09-19-2022, 10:53 AM
(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.
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.
If no such file (moved/deleted/renamed/..) , no cache hit.
09-20-2022, 12:05 PM
(09-20-2022, 12:32 AM)liget Wrote: [ -> ]Please ensure that hashcat.dictstat2 file is still there, after first cache build.hashcat.dictstat2 is still there and it modify time is new. path has unicode word in it ,does it matter?
If no such file (moved/deleted/renamed/..) , no cache hit.
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
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
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:21 PM
If you can compile hashcat, insert “ d.stat.st_mtime = 0;” here:
https://github.com/hashcat/hashcat/blob/...ist.c#L455
https://github.com/hashcat/hashcat/blob/...ist.c#L455
Pages: 1 2