Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: Combining list and mask
Post: RE: Combining list and mask
philsmd Wrote: (10-23-2020, 09:51 PM)
--
Did you try the pre-computation of one side (the dict1_mod.txt or dict2_mod.txt approach) ? It's not always worse to use a strategy like this (mainly when the... |
|
povlhp |
hashcat
|
6 |
17,959 |
10-24-2020, 09:54 AM |
|
|
Thread: Combining list and mask
Post: RE: Combining list and mask
philsmd Wrote: (10-22-2020, 09:20 PM)
--
the pipe makes absolutely no sense
you can use -a 1 directly (i.e. adapt the right-hand command and only use that command with -a 1 -j added to it)
(no pi... |
|
povlhp |
hashcat
|
6 |
17,959 |
10-23-2020, 08:38 PM |
|
|
Thread: Combining list and mask
Post: RE: Combining list and mask
Tried combinator and pipe, and it is way too slow:
Code:
--
C:hashcat-6.1.1>.\hashcat.exe --stdout -a1 dk.txt dk.txt "-j$."| hashcat.exe -m1000 pwdump20201019 -o fall2020.txt -O -w 4
Session.... |
|
povlhp |
hashcat
|
6 |
17,959 |
10-22-2020, 08:05 PM |
|
|
Thread: Combining list and mask
Post: Combining list and mask
How do I, with good performance, combine a list with a mask + a list ?
I suspect many passwords are made up as word + (?d?s)* + word
Tried the combinator3 with the middle part being a file with al... |
|
povlhp |
hashcat
|
6 |
17,959 |
10-22-2020, 08:39 AM |