Combining list and mask
#3
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..........: hashcat
Status...........: Running
Hash.Name........: NTLM
Hash.Target......: pwdump20201019
...
Guess.Base.......: Pipe
Speed.#1.........:  944.0 kH/s (0.66ms) @ Accel:1024 Loops:1 Thr:64 Vec:1

But running something like this is WAY FASTER:

Code:
C:hashcat-6.1.1>hashcat.exe -m1000 pwdump20201019 -o fall2020.txt -O -a6  -w 4  -1 "0123456789+-*/,.-;:_!#%&=??" -2 ?a?l?1  dk.txt ?1?2?2?2?2?2 --increment
...
Speed.#1.........:  8448.0 MH/s (11.72ms) @ Accel:1024 Loops:1024 Thr:64 Vec:1
Reply


Messages In This Thread
Combining list and mask - by povlhp - 10-22-2020, 08:39 AM
RE: Combining list and mask - by philsmd - 10-22-2020, 11:15 AM
RE: Combining list and mask - by povlhp - 10-22-2020, 08:05 PM
RE: Combining list and mask - by philsmd - 10-22-2020, 09:20 PM
RE: Combining list and mask - by povlhp - 10-23-2020, 08:38 PM
RE: Combining list and mask - by philsmd - 10-23-2020, 09:51 PM
RE: Combining list and mask - by povlhp - 10-24-2020, 09:54 AM