https://github.com/lowlevel01/stealthrome
POC of a Chrome Browser Password Stealer
https://github.com/lowlevel01/stealthrome
chrome stealer-browser
Last synced: 12 months ago
JSON representation
POC of a Chrome Browser Password Stealer
- Host: GitHub
- URL: https://github.com/lowlevel01/stealthrome
- Owner: lowlevel01
- Created: 2025-02-24T21:24:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-10T17:15:08.000Z (over 1 year ago)
- Last Synced: 2025-05-17T08:12:23.350Z (about 1 year ago)
- Topics: chrome, stealer-browser
- Language: Python
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stealthrome
POC of a Chrome Browser Password Stealer
The script decrypts and sends the passwords to a webhook:

In practice, you could exfiltrate the master key and the database file and do the decryption locally in your machine.
The reason we create copy of the files is because they're locked since they're accessed by the Chrome process. You could kill it if you don't want to drop any files.