henryreed / chrome_enum

Decrypts and dumps Chrome-based browser cookies and passwords in Microsoft Windows.
Creative Commons Zero v1.0 Universal
20 stars 1 forks source link

__individual_cookies throws type error #3

Closed ifconfig2333 closed 2 years ago

ifconfig2333 commented 2 years ago

Traceback (most recent call last): File "chrome_enum.py", line 141, in class ChromeEnumWindows: File "chrome_enum.py", line 304, in ChromeEnumWindows def __individual_cookies(self, database_file, key) -> tuple[tuple, list]: TypeError: 'type' object is not subscriptable

henryreed commented 2 years ago

Can you follow up with the following information:

  1. Python version
  2. OS
  3. Running the bundled EXE or your own python environment?
  4. Chrome Enum version

From a cursory look it appears you're running an older version of Python that doesn't support tuple typing. Try running this in Python 3.10.4 (or later).

ifconfig2333 commented 2 years ago

Google modified the decryption algorithm. can you update it?

henryreed commented 2 years ago

Google modified the decryption algorithm. can you update it?

Is this related to the current issue? Please describe this in more detail. I can confirm on my end that Chrome Enum still works on the latest version of Chrome (103, as the time of writing).

ifconfig2333 commented 2 years ago

[Python 3.10.6] I upgraded the python version. run successfully. Thank you

henryreed commented 2 years ago

Glad it worked in the end :)