Dictionary cache building
#6
If it is a 10gb dictionary, every time you have to reload the dictionary, it will waste a lot of time, and annoyingly waiting for it to load the dictionary to complete. In fact, this kind of working style is very bad

Especially in the cyclic working state, this method of reloading the dictionary every time is a waste of a lot of time

If you only need to cache the dictionary once, you can also accept the time required to wait for the dictionary to be cached once, but the dictionary must be cached every time, which is estimated to be unbearable for many people

Code:
:Loop

hashcat  -m22000  -a 0 HC.hc22000  10GB.dic

goto Loop
Reply


Messages In This Thread
Dictionary cache building - by ERBOX - 11-11-2021, 09:18 AM
RE: Dictionary cache building - by Snoopy - 11-11-2021, 02:15 PM
RE: Dictionary cache building - by ERBOX - 11-11-2021, 02:24 PM
RE: Dictionary cache building - by Snoopy - 11-11-2021, 03:46 PM
RE: Dictionary cache building - by ERBOX - 11-11-2021, 06:30 PM
RE: Dictionary cache building - by CUwindows00 - 11-12-2021, 04:01 AM
RE: Dictionary cache building - by ERBOX - 11-12-2021, 10:41 PM
RE: Dictionary cache building - by CUwindows00 - 11-13-2021, 07:27 AM
RE: Dictionary cache building - by ctrl - 11-13-2021, 09:47 AM
RE: Dictionary cache building - by Linda - 11-14-2021, 02:20 AM
RE: Dictionary cache building - by Linda - 11-14-2021, 12:16 PM
RE: Dictionary cache building - by firstpass - 12-07-2021, 11:47 PM