chrome-decrypter icon indicating copy to clipboard operation
chrome-decrypter copied to clipboard

cannot open db file

Open turbolino opened this issue 7 years ago • 6 comments

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

turbolino avatar Aug 14 '17 14:08 turbolino

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)

GhostNaix avatar Sep 08 '17 06:09 GhostNaix

ty mate it works!!!

LD

2017-09-08 8:15 GMT+02:00 Sp3c7R3 [email protected]:

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)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/byt3bl33d3r/chrome-decrypter/issues/3#issuecomment-328009245, or mute the thread https://github.com/notifications/unsubscribe-auth/ASmXxB22DnIXTRuCKtSgpIUFNImpzEKjks5sgNuOgaJpZM4O2ci2 .

turbolino avatar Sep 19 '17 10:09 turbolino

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.

ishamfazal avatar Jan 07 '18 20:01 ishamfazal

i can fix it

MiRHaDi avatar Jun 12 '19 00:06 MiRHaDi

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

langkexiansheng avatar Jul 14 '19 07:07 langkexiansheng

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

AlexMnatsakanian avatar Dec 14 '20 05:12 AlexMnatsakanian