Windows获取浏览器中存储的明文密码

文件存在位置

chrome浏览器拥有记住密码功能,而记住的密码则存储在本地的%LocalAppData%GoogleChromeUser DataDefaultLogin Data文件中,其中%LocalAppData%表示的是C:Users<user>AppDataLocal文件夹
firefox…………

工具

浏览器抓取工具
http://www.nirsoft.net/password_recovery_tools.html
Xshell、Navicat、WinSCP密码抓取工具
https://github.com/uknowsec/SharpDecryptPwd

使用方式

下载对应浏览器的exe文件
双击打开即可
ChromePass

渗透测试常用:

获取常用数据库连接工具的密码

使用说明

Author: Uknow
Github: https://github.com/uknowsec/SharpDecryptPwd
Reference: https://rcoil.me/2019/09/SharpDecryptPwd/

Usage: SharpDecryptPwd.exe -NavicatCrypto
       SharpDecryptPwd.exe -TeamViewer
       SharpDecryptPwd.exe -FileZilla
       SharpDecryptPwd.exe -WinSCP
       SharpDecryptPwd.exe -Xmangager -p Session_Path

原文地址:https://www.cnblogs.com/KHZ521/p/14129057.html