iPhone locked notes cracking
#21
Thank you so much - I would never of got this far without you. It is a simple password however;

C:\Users\Tom>john.exe hash.txt
'john.exe' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\Tom>
Reply
#22
C:\Users\Tom\john-1.9.0-jumbo-1-win64\run>john C:\Users\Tom\SQLite\hash.txt
Warning: detected hash type "notes", but the string is also recognized as "notes-opencl"
Use the "--format=notes-opencl" option to force loading these as that type instead
Using default input encoding: UTF-8
Loaded 1 password hash (notes, Apple Notes [PBKDF2-SHA256 AES 128/128 SSE4.1 4x])
Cost 1 (iteration count) is 20000 for all loaded hashes
Will run 4 OpenMP threads
Proceeding with single, rules:Single
Press 'q' or Ctrl-C to abort, almost any other key for status
Warning: Only 10 candidates buffered for the current salt, minimum 16 needed for performance.
Almost done: Processing the remaining buffered candidate passwords, if any.
Warning: Only 13 candidates buffered for the current salt, minimum 16 needed for performance.
Proceeding with wordlist:password.lst, rules:Wordlist

I've got this far!
Reply
#23
okay, if you add --format=notes-opencl to your command, it should be faster. Learn hashcat, make costum wordlist of known password you can think and use rules, sorry cant help today anymore gtg.
Reply
#24
So when using command line, I will add john C:\Users\Tom\SQLite\hash.txt to make it work - what would the command line look if I was to use --format=notes-opencl ? I have tried some variations and nothing is working.
Reply
#25
john.exe hash.txt --format=notes-opencl , but I recommend to do wordlist file of your known passwords and use hashcat rules attack.
Reply
#26
I used this C:\Users\Tom\john-1.9.0-jumbo-1-win64\run>john.exe C:\Users\Tom\SQLite\hash.txt --format=notes-opencl

And it returned saying No OpenCL devices found.

Do I do a wordlist like in a notepad and save it in the same folder as hash.txt?

I am a noob - I have no idea how to use a hashcat rules attack.
Reply
#27
Is it against forum rules to ask for other members to crack a password for you?
Reply