basic help needed
#1
Sad 
I'm new to this program and need some basic help here. First let's say what I want to do, what I'm doing and hope someone tell me what I'm doing wrong.

-What I want is to recover a lost windows 10 x64 local password. I think I know all characters of the password, but not the order.
-So with this info I know (as an example let's say the chars I use in the password are pPaA5%mM, and the NThash is the windows account password hash) and the wiki I use this command:
Code:
hashcat64.exe -m 1000 -a3 -1 pPaA5%mM  NThash

I know for sure that I'm doing something wrong, because when 8 lenth is reached program say estimated time 1h20min. I reduced the charset from pPaA%mM to just p, and it says again that it's going to take 1h20min again, when it should take miliseconds to test pppppppp.

So the question is, what I'm doing wrong? How can I acomplish the search for this password with the info I know?


Messages In This Thread
basic help needed - by chocolate - 09-21-2016, 12:58 AM
RE: basic help needed - by Xanadrel - 09-21-2016, 01:29 AM
RE: basic help needed - by chocolate - 09-21-2016, 02:40 AM
RE: basic help needed - by kiara - 09-21-2016, 07:47 AM
RE: basic help needed - by chocolate - 09-21-2016, 09:43 AM
RE: basic help needed - by rico - 09-21-2016, 11:14 AM
RE: basic help needed - by chocolate - 09-21-2016, 12:01 PM
RE: basic help needed - by rico - 09-21-2016, 12:14 PM
RE: basic help needed - by chocolate - 09-21-2016, 12:17 PM