05-20-2021, 11:16 AM
hi everyone!
so I am completely unfamiliar with all this and I have no experience with coding before. a couple days ago I lost my apple notes password and I've been trying to solve my problem since then. I used this script (https://github.com/openwall/john/blob/bl...ohn.py#L30) and saved it as a python file on my mac. Then I tried to run the script against my NoteStore.sqlite file but I don't understand what the problem is.
here is all of my actions;
illustrator@mulvib-iMac hash % python3 script.py NoteStorecopysqlite
Traceback (most recent call last):
File "/Users/illustrator/Documents/hash/script.py", line 36, in <module>
process_file(sys.argv[i])
File "/Users/illustrator/Documents/hash/script.py", line 9, in process_file
rows = cursor.execute("SELECT Z_PK, ZCRYPTOITERATIONCOUNT, ZCRYPTOSALT, ZCRYPTOWRAPPEDKEY, ZPASSWORDHINT, ZCRYPTOVERIFIER, ZISPASSWORDPROTECTED FROM ZICCLOUDSYNCINGOBJECT")
sqlite3.OperationalError: no such table: ZICCLOUDSYNCINGOBJECT
I hope someone can understand what the problem is because I have no idea
thanks so much!!
so I am completely unfamiliar with all this and I have no experience with coding before. a couple days ago I lost my apple notes password and I've been trying to solve my problem since then. I used this script (https://github.com/openwall/john/blob/bl...ohn.py#L30) and saved it as a python file on my mac. Then I tried to run the script against my NoteStore.sqlite file but I don't understand what the problem is.
here is all of my actions;
illustrator@mulvib-iMac hash % python3 script.py NoteStorecopysqlite
Traceback (most recent call last):
File "/Users/illustrator/Documents/hash/script.py", line 36, in <module>
process_file(sys.argv[i])
File "/Users/illustrator/Documents/hash/script.py", line 9, in process_file
rows = cursor.execute("SELECT Z_PK, ZCRYPTOITERATIONCOUNT, ZCRYPTOSALT, ZCRYPTOWRAPPEDKEY, ZPASSWORDHINT, ZCRYPTOVERIFIER, ZISPASSWORDPROTECTED FROM ZICCLOUDSYNCINGOBJECT")
sqlite3.OperationalError: no such table: ZICCLOUDSYNCINGOBJECT
I hope someone can understand what the problem is because I have no idea
thanks so much!!