Tried combinator and pipe, and it is way too slow:
But running something like this is WAY FASTER:
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