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

cannot open db file #3

Open
turbolino opened this issue Aug 14, 2017 · 6 comments
Open

cannot open db file #3

turbolino opened this issue Aug 14, 2017 · 6 comments

Comments

@turbolino
Copy link

hi all,

why this happens?

[+] Opening C:\Users*******\AppData\Roaming\Google\Chrome\User Data\Default\Login Data
[-] unable to open database file

running exe file

in 2 different pc's i have the same error
please help me

ty

@GhostNaix
Copy link

ok copy the "Login Data" file to the same directory as where your tool is located then rename it to a single word named file example: "Logins", "Winter", "POwned" "LoginDATA"

Assuming you have the "LoginDATA" (or whatever you named the file) in the same directory as this tool
Run the command:
chrome_decrypt.exe LoginDATA
(You may change LoginDATA with whatever you named the login data file)

@turbolino
Copy link
Author

turbolino commented Sep 19, 2017 via email

@ishamfazal
Copy link

ishamfazal commented Jan 7, 2018

This is caused because Chrome is saved under C:\Users*****\AppData\Local** path not under C:\Users*****\AppData\Roaming** try to change the python file code to something like this and execute it eg: path = str(w[0]) + '\..\..\Local\Google\Chrome\User Data\Default\Login Data' its should work.

@MiRHaDi
Copy link

MiRHaDi commented Jun 12, 2019

i can fix it

@langkexiansheng
Copy link

path = str(w [0])。。。。
在这一行下面添加“break”,就可以解决问题。

@AlexMnatsakanian
Copy link

This is caused because Chrome is saved under C:\Users*****\AppData\Local** path not under C:\Users*****\AppData\Roaming** try to change the python file code to something like this and execute it eg: path = str(w[0]) + '....\Local\Google\Chrome\User Data\Default\Login Data' its should work.

can someone like do it for me lmao

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

6 participants