password 8 letters
#1
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
Reply
#2
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
~
Reply
#3
with 8 characters password breaking time 40 days Sad
Reply
#4
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
Reply
#5
(01-19-2020, 10:26 PM)hubi2000 Wrote: with 8 characters password breaking time 40 days  Sad

40days on what hardware?
Reply
#6
(01-20-2020, 07:53 AM)TheBogeyman Wrote:
(01-19-2020, 10:26 PM)hubi2000 Wrote: with 8 characters password breaking time 40 days  Sad

40days on what hardware?

i7 6700HQ 2.60GHz
16GB
GTX 950m
Reply
#7
Do not use hashcat on a laptop..
If you want better performance use hashcat a better GPU like 2080.
Reply