the last days i changed my hadware-settings a little bit.
I sell one of my GPU´s and changed the CPU to an i7-9700K - For future settings i need a better CPU
So i´m going on to improve the NTLM hashing speed.
Benchmark: Speed.#1.........: 99231.6 MH/s
Bruteforce (a 3): Speed.#1.........: 70089.3 MH/s
Wordlist+Mask (a 6): Speed.#1.........: 21546.2 kH/s
Because of Wordlist+Mask-Attack is much slower as Bruteforce i tried to set the first 4 characters as a charset like this:
Speed.#1.........: 256.9 MH/s
I expected i will get the same result as pure bruteforce with the whole charset.....any idea how to improve the speed?
-i often need NTLM, mostly a given Wordlist of ~20 candidates an a MAsk of 1-7 random characters
I sell one of my GPU´s and changed the CPU to an i7-9700K - For future settings i need a better CPU
So i´m going on to improve the NTLM hashing speed.
Benchmark: Speed.#1.........: 99231.6 MH/s
Bruteforce (a 3): Speed.#1.........: 70089.3 MH/s
Wordlist+Mask (a 6): Speed.#1.........: 21546.2 kH/s
Because of Wordlist+Mask-Attack is much slower as Bruteforce i tried to set the first 4 characters as a charset like this:
Code:
hashcat -O -w 4 -a 3 -m 1000 66D7AB6B09E29F9AA06B9FE593A1765F -1 H -2 E -3 L -4 O ?1?2?3?4?a?a?a?a?a?a
Speed.#1.........: 256.9 MH/s
I expected i will get the same result as pure bruteforce with the whole charset.....any idea how to improve the speed?
-i often need NTLM, mostly a given Wordlist of ~20 candidates an a MAsk of 1-7 random characters