How hashcat 6.2.6 load a big dictionary faster - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: How hashcat 6.2.6 load a big dictionary faster (/thread-11016.html) Pages:
1
2
|
How hashcat 6.2.6 load a big dictionary faster - zhengjian - 09-19-2022 my dictionary 60GB ,hashcat load very slow everytime. how can i do to make it faster RE: How hashcat 6.2.6 load a big dictionary faster - royce - 09-19-2022 does it do the "Dictionary cache rebuilding" every time, even if the file has not changed? RE: How hashcat 6.2.6 load a big dictionary faster - zhengjian - 09-19-2022 (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 RE: How hashcat 6.2.6 load a big dictionary faster - zhengjian - 09-19-2022 (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? RE: How hashcat 6.2.6 load a big dictionary faster - zhengjian - 09-19-2022 (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. RE: How hashcat 6.2.6 load a big dictionary faster - liget - 09-20-2022 Please ensure that hashcat.dictstat2 file is still there, after first cache build. If no such file (moved/deleted/renamed/..) , no cache hit. RE: How hashcat 6.2.6 load a big dictionary faster - zhengjian - 09-20-2022 (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? RE: How hashcat 6.2.6 load a big dictionary faster - liget - 09-20-2022 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/6839779/how-to-restore-the-modification-time-of-a-file-after-changing-it RE: How hashcat 6.2.6 load a big dictionary faster - zhengjian - 09-20-2022 (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 RE: How hashcat 6.2.6 load a big dictionary faster - liget - 09-20-2022 If you can compile hashcat, insert “ d.stat.st_mtime = 0;” here: https://github.com/hashcat/hashcat/blob/master/src/wordlist.c#L455 |