hashcat Forum

Full Version: password 8 letters
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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
with 8 characters password breaking time 40 days Sad
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
(01-19-2020, 10:26 PM)hubi2000 Wrote: [ -> ]with 8 characters password breaking time 40 days  Sad

40days on what hardware?
(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
Do not use hashcat on a laptop..
If you want better performance use hashcat a better GPU like 2080.