We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
It tried in my end for chrome beta, I'm able to decrypt cookies.
Sorry, something went wrong.
No branches or pull requests
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
------
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
The text was updated successfully, but these errors were encountered: