Posts: 14
Threads: 1
Joined: Nov 2024
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.
Posts: 108
Threads: 1
Joined: Apr 2023
You need to use command line to use this script, like cmd or terminal.
Posts: 14
Threads: 1
Joined: Nov 2024
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?
Posts: 108
Threads: 1
Joined: Apr 2023
go to folder where is applenotes2john, cd C:\Users\Tom\Downloads\jtr\run << this is just example
Posts: 14
Threads: 1
Joined: Nov 2024
C:\Users\Tom>cd C:\Users\Tom\SQLite
C:\Users\Tom\SQLite>
Now what should I type?
Posts: 108
Threads: 1
Joined: Apr 2023
python applenotes2john.py NoteStore.sqlite > hash.txt
Posts: 14
Threads: 1
Joined: Nov 2024
C:\Users\Tom>cd C:\Users\Tom\SQLite
C:\Users\Tom\SQLite>python applenotes2john.py NoteStore.sqlite > hash.txt
C:\Users\Tom\SQLite>
Posts: 108
Threads: 1
Joined: Apr 2023
Did it create hash file in that directory?
Posts: 14
Threads: 1
Joined: Nov 2024
OMG Yes!!!
Now what do I do?
Posts: 108
Threads: 1
Joined: Apr 2023
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.