Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Cannot decrypt cookie on chrome-beta and chrome-dev #24

Open
hahahahacker2009 opened this issue Jul 12, 2024 · 1 comment
Open

Comments

@hahahahacker2009
Copy link
Contributor

Adding chrome-beta and its directory to the list
It can decrypt login data, but not cookies.

Getting Stored Details from chrome-beta
[!] Getting Login data
[*] Saved in chrome-beta/login_data.txt
------

     [!] Getting Credit cards
     [-] No Data Found!
    ------

     [!] Getting Cookies

Traceback (most recent call last):
File "C:\Users\env\cache\edge\stealer\chromium_based_browsers.py", line 169, in
data = get_data(browser_path, profile, master_key, data_type)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\env\cache\edge\stealer\chromium_based_browsers.py", line 131, in get_data
row[i] = decrypt_password(row[i], key)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\env\cache\edge\stealer\chromium_based_browsers.py", line 98, in decrypt_password
decrypted_pass = decrypted_pass[:-16].decode()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x9f in position 0: invalid start byte

@henry-richard7
Copy link
Owner

henry-richard7 commented Jul 12, 2024

It tried in my end for chrome beta, I'm able to decrypt cookies.

Screenshot (2)
Screenshot (3)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants