Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: Copy and reuse dictionary cache
Post: RE: Copy and reuse dictionary cache
undeath Wrote: (08-16-2020, 12:43 PM)
--
Simply adding multiprocessing to that step won't do the trick. The bottleneck is likely not the CPU but your hard drive from which the wordlist has to be read... |
|
fa1rid |
hashcat
|
23 |
2,502 |
08-16-2020, 09:43 PM |
|
|
Thread: Copy and reuse dictionary cache
Post: RE: Copy and reuse dictionary cache
So this is limitation of hashcat itself. It uses only one core to cache the dictionary. I hope an update will be made to introduce the ability to cache multiple files at the same time or use multi cor... |
|
fa1rid |
hashcat
|
23 |
2,502 |
08-16-2020, 12:58 AM |
|
|
Thread: Copy and reuse dictionary cache
Post: RE: Copy and reuse dictionary cache
Alright, explanation:
Let's say I have 20GB dictionary file and hashcat cat needs 5 mins to cache it in the beginning of the attack.
Now if I split the file into 5 parts (20/5=4) so it's 4GB eac... |
|
fa1rid |
hashcat
|
23 |
2,502 |
08-11-2020, 09:26 PM |
|
|
Thread: Copy and reuse dictionary cache
Post: RE: Copy and reuse dictionary cache
|
fa1rid |
hashcat
|
23 |
2,502 |
08-11-2020, 01:38 PM |
|
|
Thread: Copy and reuse dictionary cache
Post: RE: Copy and reuse dictionary cache
You said previously:
If the purpose of your 100GB wordlist is to optimize attack order, simply split the file into smaller chunks, and supply them to hashcat in order on the command line. The end r... |
|
fa1rid |
hashcat
|
23 |
2,502 |
08-06-2020, 06:00 AM |
|
|
Thread: Copy and reuse dictionary cache
Post: RE: Copy and reuse dictionary cache
Hi Royce,
I'm trying to load multiple dictionaries into hashcat but the dictionary cache building is not getting distributed across the number of chunks. Hashcat is loading the dictionary files one... |
|
fa1rid |
hashcat
|
23 |
2,502 |
08-06-2020, 05:30 AM |
|
|
Thread: Copy and reuse dictionary cache
Post: RE: Copy and reuse dictionary cache
I'm so sorry it was my mistake. I was opening different files. |
|
fa1rid |
hashcat
|
23 |
2,502 |
08-01-2020, 11:37 PM |
|
|
Thread: Copy and reuse dictionary cache
Post: RE: Copy and reuse dictionary cache
By the way I don't get any email notifications here, knowing that the option is enabled.
Code:
--
Subscribe and receive email notification of new replies
--
|
|
fa1rid |
hashcat
|
23 |
2,502 |
08-01-2020, 09:50 PM |
|
|
Thread: Copy and reuse dictionary cache
Post: RE: Copy and reuse dictionary cache
It's unfortunate the rli2 doesn't support multiple files. A script needs to be made then.
Regarding the topic of this thread, I found that there's an option:
Code:
--
--markov-hcstat2 | File | ... |
|
fa1rid |
hashcat
|
23 |
2,502 |
08-01-2020, 09:49 PM |
|
|
Thread: Copy and reuse dictionary cache
Post: RE: Copy and reuse dictionary cache
Thanks royce!
Which is faster rli or rli2? |
|
fa1rid |
hashcat
|
23 |
2,502 |
08-01-2020, 08:36 PM |
|
|
Thread: Copy and reuse dictionary cache
Post: RE: Copy and reuse dictionary cache
I forgot to tell you that I use sort --parallel= in order to utilize all cpu cores and make the operation faster.
Is rli multi-threaded? |
|
fa1rid |
hashcat
|
23 |
2,502 |
07-10-2020, 08:10 AM |
|
|
Thread: Copy and reuse dictionary cache
Post: RE: Copy and reuse dictionary cache
Thanks for replying and answering my question. I appreciate your help :)
Yes my purpose is de-duplication and then splitting, but even with 4 splits it's still slow, so I need to make more chunks a... |
|
fa1rid |
hashcat
|
23 |
2,502 |
07-10-2020, 08:06 AM |
|
|
Thread: Copy and reuse dictionary cache
Post: RE: Copy and reuse dictionary cache
There are even bigger word-lists out there. This is my own optimized mashup.
I already did that split it to 4 parts, but still slow.
You completely ignored my question, where is this cache stored?... |
|
fa1rid |
hashcat
|
23 |
2,502 |
07-10-2020, 02:13 AM |
|
|
Thread: Copy and reuse dictionary cache
Post: Copy and reuse dictionary cache
Hi,
I have a dictionary of size 100GB. Every time I run hashcat I need to wait at least 15 mins to build the cache of this dictionary.
How can I copy this cache from machine to machine to avoid ... |
|
fa1rid |
hashcat
|
23 |
2,502 |
07-10-2020, 01:56 AM |
|
|
Thread: Extra Documentation needed + v6.0 Error compilation
Post: RE: Extra Documentation needed + v6.0 Error compil...
I forgot to ask you, do I need a handshake or PMKID or both for 22000? Thanks. |
|
fa1rid |
hashcat
|
3 |
652 |
07-03-2020, 10:38 PM |
|
|
Thread: Extra Documentation needed + v6.0 Error compilation
Post: RE: Extra Documentation needed + v6.0 Error compil...
Thanks a lot for your reply.
Okay no problem I understand my hardware is outdated, I will be using some cloud services.
Regarding question 1, I know 22000 is a newer method, but what is new about it? ... |
|
fa1rid |
hashcat
|
3 |
652 |
07-03-2020, 10:35 PM |
|
|
Thread: Extra Documentation needed + v6.0 Error compilation
Post: Extra Documentation needed + v6.0 Error compilatio...
Hi,
I was trying to find many answers to questions I have but the wiki is poor with information and many are outdated. Searching google didn't come up with results I want as well.
I have some ques... |
|
fa1rid |
hashcat
|
3 |
652 |
07-03-2020, 04:55 PM |