lgg / chrome-decrypt.ps1

PowerShell-powered Chrome password extractor for Windows 10

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chrome-decrypt.ps1

This script dumps Chrome saved credentials, taking advantage of the fact that Win10 now ships with SQLite support built-in (as winsqlite3.dll).

This dramatically reduces the payload size for this script, as opposed to needing to include or download System.Data.SQLite.dll.

Tested with PowerShell 5.1 Windows 10, and also supports PowerShell 7.x.

TODO

  • Unicode passwords (may work, I haven't tested).

Minified version

This is hand-minified (1260 chars), if you can do better please consider opening a PR so I can include it here and give your PS minification skills some credit! :)

Acknowledgements

This script wouldn't have happened without the guidance from these examples:

I have to say it...

This is for educational purposes only, please don't misuse this script.

About

PowerShell-powered Chrome password extractor for Windows 10

License:MIT License


Languages

Language:PowerShell 100.0%