iPhone locked notes cracking
#11
I am completely new to this so bear with me and thank you for helping me.

I assume I am using Python IDLE shell as opposed to Python 3.13 module docs?

NoteStore.sqlite and applenotes2john are in the same folder.
Reply
#12
You need to use command line to use this script, like cmd or terminal.
Reply
#13
Okay so;

Windows key and R
Type in CMD and run.

It then show;

Microsoft Windows [Version 10.0.22621.4460]
(c) Microsoft Corporation. All rights reserved.

C:\Users\Tom>

What do I need to type in now?
Reply
#14
go to folder where is applenotes2john, cd C:\Users\Tom\Downloads\jtr\run << this is just example
Reply
#15
C:\Users\Tom>cd C:\Users\Tom\SQLite

C:\Users\Tom\SQLite>

Now what should I type?
Reply
#16
python applenotes2john.py NoteStore.sqlite > hash.txt
Reply
#17
C:\Users\Tom>cd C:\Users\Tom\SQLite

C:\Users\Tom\SQLite>python applenotes2john.py NoteStore.sqlite > hash.txt

C:\Users\Tom\SQLite>
Reply
#18
Did it create hash file in that directory?
Reply
#19
OMG Yes!!!

Now what do I do? Big Grin
Reply
#20
Now read hashcat wiki how to crack hash or just try john.exe hash.txt on command-line, if it's simple password, it should crack fast.
Reply