Browser-password-stealer icon indicating copy to clipboard operation
Browser-password-stealer copied to clipboard

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

Open hahahahacker2009 opened this issue 7 months ago • 1 comments

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

hahahahacker2009 avatar Jul 12 '24 10:07 hahahahacker2009