-
Notifications
You must be signed in to change notification settings - Fork 7
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
[5584] Failed to execute script browserscan #1
Comments
Hello: Chrome is closed.I also have Edge (chromium) installed. When running browserscan.py, gives this error: C:\python37>python "C:\Users\TESTACCOUNT\Downloads\browserscan-master\browserscan-master\src\browserscan.py" After removing the( : ) in line 145,now gives this error: C:\python37>python "C:\Users\TESTACCOUNT\Downloads\browserscan-master\browserscan-master\src\browserscan.py" [+] User: C:\Users\TESTACCOUNT |
I'll take a look at the problem. Is it possible for you to give me a copy of the file it is choking on? |
Hello: Thanks in advanced. |
I've done some work trying to figure out how to deal with the Unicode problems. There seems to never be an easy answer when trying to handle unknown Unicode strings. So this may not be the end of it. It may not even be the end of the beginning. But I certainly think some Unicode happened. Let me know if it fixed your problem. |
Hello:
Windows 1909 x64 local account with AVAST disabled.
Chrome is closed.I also have Edge (chromium) installed.
When run browserscan , gives this error:
Microsoft Windows [Version 10.0.18363.1440]
(c) 2019 Microsoft Corporation. All rights reserved.
C:\WINDOWS\system32>cd "C:\Users\TESTACCOUNT\Downloads\browserscan-master\browserscan-master\dist"
C:\Users\TESTACCOUNT\Downloads\browserscan-master\browserscan-master\dist>browserscan.exe
browserscan Scans for browser data, decrypts, and prepares it for exfil.
Copyright (C) 2020 Alertra, Inc.
[+] User: C:\Users\TESTACCOUNT
[+] Processing Google\Chrome browser
[+] Data copied to staging.
Traceback (most recent call last):
File "src\browserscan.py", line 362, in
File "src\browserscan.py", line 92, in enum_browsers
File "src\browserscan.py", line 259, in _decrypt_passwords
File "src\browserscan.py", line 136, in decrypt_ciphertext
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd2 in position 0: invalid continuation byte
[5584] Failed to execute script browserscan
C:\Users\TESTACCOUNT\Downloads\browserscan-master\browserscan-master\dist>
Any info much appreciated.
Thanks.
The text was updated successfully, but these errors were encountered: