1Password - need help using hashcat
#3
(04-30-2017, 08:01 PM)ForgotMP1P Wrote: Hi!

My last thread got deleted. I asked for help generating a rainbow table for money. I'm very sorry for that.

Anyway i got hashcat running and i was able to recover a test case. So i extracted the hash of the Key from the AgileKeychain and ran it against a textfile which contained my test case password.

Now i'm struggling a little bit as i need to do the following:

I know most of the parts of the forgotten password but i don't know if any of the characters are really used. May someone help me do something like this:

% OR § OR NO CHAR - as the Beginning
Lost
" OR § OR NO CHAR
Password

P.S.: Above is just what i need to achive, the password itself it's more complex but that would cover it pretty much.

It sound like you now have a hash, and you know the correct hash type.  It also sounds like you are familiar with the structure of the password,  (puncutation followed by word, followed by punctuation, followed by word - or similar).

If this is true, you can generate a list of candidate passwords using the comboleetor perl script.  It is designed for this purpose - generating password candidates when the structure is known.

Have a look at http://www.jimby.name:81/comboleetor_latest/README.txt   to see if it helps your case.

You can then feed your candidate list to hashcat.

Cheers,
Jim B.


Messages In This Thread
RE: 1Password - need help using hashcat - by jimby - 05-01-2017, 05:10 AM