Apple Secure Notes Help
#3
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!!
Reply


Messages In This Thread
Apple Secure Notes Help - by Muze - 02-06-2020, 05:22 PM
RE: Apple Secure Notes Help - by Banaanhangwagen - 02-07-2020, 10:20 AM
RE: Apple Secure Notes Help - by cookie - 05-20-2021, 11:16 AM
RE: Apple Secure Notes Help - by Banaanhangwagen - 05-20-2021, 08:49 PM
RE: Apple Secure Notes Help - by Snoopy - 05-20-2021, 10:49 PM
RE: Apple Secure Notes Help - by cookie - 05-21-2021, 08:59 AM
RE: Apple Secure Notes Help - by alreadyvanished - 03-10-2024, 05:30 PM