password 8 letters - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: password 8 letters (/thread-8896.html) |
password 8 letters - hubi2000 - 01-19-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 RE: password 8 letters - royce - 01-19-2020 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 RE: password 8 letters - hubi2000 - 01-19-2020 with 8 characters password breaking time 40 days RE: password 8 letters - undeath - 01-19-2020 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 RE: password 8 letters - TheBogeyman - 01-20-2020 (01-19-2020, 10:26 PM)hubi2000 Wrote: with 8 characters password breaking time 40 days 40days on what hardware? RE: password 8 letters - hubi2000 - 01-27-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 i7 6700HQ 2.60GHz 16GB GTX 950m RE: password 8 letters - Mem5 - 01-27-2020 Do not use hashcat on a laptop.. If you want better performance use hashcat a better GPU like 2080. |