Posts: 8
Threads: 3
Joined: Jan 2020
Hello, having the password 8 letters (huberus) what command you need to do for hashcat
hashcat -m 2500 -a 3 -o password.txt dom.hccapx? l? l? l? l? l? l? l? l
if this command will be correct please help
Posts: 930
Threads: 4
Joined: Jan 2015
Take the spaces out of your mask (and note that each 'character' of the mask is '?l', not 'l?'):
hashcat -m 2500 -a 3 -o password.txt dom.hccapx ?l?l?l?l?l?l?l?l
~
Posts: 8
Threads: 3
Joined: Jan 2020
with 8 characters password breaking time 40 days
Posts: 2,301
Threads: 11
Joined: Jul 2010
if you want to shorten the testing process you can for example run
hashcat -m 2500 -a 3 -o password.txt dom.hccapx huberus
or
hashcat -m 2500 -a 3 -o password.txt dom.hccapx huberu?l
Posts: 24
Threads: 3
Joined: Dec 2016
(01-19-2020, 10:26 PM)hubi2000 Wrote: with 8 characters password breaking time 40 days
40days on what hardware?
Posts: 8
Threads: 3
Joined: Jan 2020
(01-20-2020, 07:53 AM)TheBogeyman Wrote: (01-19-2020, 10:26 PM)hubi2000 Wrote: with 8 characters password breaking time 40 days
40days on what hardware?
i7 6700HQ 2.60GHz
16GB
GTX 950m
Posts: 803
Threads: 135
Joined: Feb 2011
Do not use hashcat on a laptop..
If you want better performance use hashcat a better GPU like 2080.