SharpWeb
SharpWeb 是一个浏览器数据(密码|历史记录|Cookie|书签|下载记录)的导出工具,支持主流浏览器。
免责声明:此工具仅限于安全研究,用户承担因使用此工具而导致的所有法律和相关责任!作者不承担任何法律责任!
SharpWeb Forks Stars Visitor
浏览器支持情况
浏览器 密码 Cookie 书签 历史记录
Google Chrome ✅ ✅ ✅ ✅
Google Chrome Beta ✅ ✅ ✅ ✅
Chromium ✅ ✅ ✅ ✅
Microsoft Edge ✅ ✅ ✅ ✅
360 极速浏览器 ✅ ✅ ✅ ❌
QQ ✅ ✅ ✅ ✅
Brave ✅ ✅ ✅ ✅
Opera ✅ ✅ ✅ ✅
OperaGX ✅ ✅ ✅ ✅
Vivaldi ✅ ✅ ✅ ✅
Yandex ❌ ✅ ✅ ✅
CocCoc ✅ ✅ ✅ ✅
Firefox ✅ ✅ ✅ ✅
Firefox Beta ✅ ✅ ✅ ✅
Firefox Dev ✅ ✅ ✅ ✅
Firefox ESR ✅ ✅ ✅ ✅
Firefox Nightly ✅ ✅ ✅ ✅
搜狗 浏览器 ✅ ✅ ✅ ✅
IE 浏览器 ✅ ❌ ✅ ✅
360 浏览器 ❌ ❌ ❌ ❌
使用方式
/ // / __ __| | / / / /
_ \/ \/ `/ _/ \ | /| / / _ \/ _
/ / / / / // / / / // / |/ |/ / / // /
/____// //_,// / ._/|/|/_/./
/_/
V:2.1
Export all browingdata(password/cookie/history/download/bookmark) from browser
By @lele8
-all Obtain all browser data
-b Available browsers: chromium/firefox/ie
-p Custom profile dir path or the path of Cookies
-s Specify the path of Local State
-show Output the results on the command line
-zip Compress result to zip (default: false)
-format Export to CSV (default) or JSON format
Usage:
SharpWeb.exe -all
SharpWeb.exe -all -zip
SharpWeb.exe -all -show
SharpWeb.exe -all -format json
SharpWeb.exe -b firefox
SharpWeb.exe -b chromium -p "C:\Users\test\AppData\Local\Google\Chrome\User Data\Default"
SharpWeb.exe -b chromium -p "C:\Users\test\AppData\Local\Google\Chrome\User Data\Default\Network\Cookies" -s "C:\Users\test\AppData\Local\Google\Chrome\User Data\Local State"
新增功能
1.支持cookie导出json格式,可一键导入EditThisCookie插件;
2.指定基于Chromium内核的浏览器导出Cookie;
3.去掉依赖第三方的SQLite,使用代码进行实现读取,减小体积;
4.支持最新版chromium内核浏览器V20 Cookie的解密(需管理员权限);