henry-richard7 / Browser-password-stealer

This python program gets all the saved passwords, credit cards and bookmarks from chromium based browsers supports chromium 80 and above!
MIT License
403 stars 61 forks source link

Python TypeError: string indices must be integers #2

Closed ghost closed 1 year ago

ghost commented 3 years ago

Traceback (most recent call last): File "C:\Users\0x00\Desktop\Project1.py", line 414, in StealBrave() File "C:\Users\0x00\Desktop\Project1.py", line 212, in StealBrave master_key = get_master_key() File "C:\Users\0x00\Desktop\Project1.py", line 116, in get_master_key master_key = base64.b64decode(local_state["os_crypt"]["encrypted_key"]) TypeError: string indices must be integers

Help?