11-12-2021, 04:01 AM
(This post was last modified: 11-12-2021, 04:13 AM by CUwindows00.)
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
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