chrome-decrypter
chrome-decrypter copied to clipboard
cannot open db file
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
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)
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 .
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.
i can fix it
path = str(w [0])。。。。 在这一行下面添加“break”,就可以解决问题。
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