当前位置:网站首页>【Infiltration tool】Browser data export tool
【Infiltration tool】Browser data export tool
2022-08-10 00:56:00 【security guy】
参考开源项目:
HackBrowserData
is a browser data(密码|历史记录|Cookie|书签|信用卡|下载记录|localStorage|浏览器插件)的导出工具,支持全平台主流浏览器.
Browser support for each platform
Windows
浏览器 | 密码 | Cookie | 书签 | 历史记录 |
---|---|---|---|---|
Google Chrome | ||||
Google Chrome Beta | ||||
Chromium | ||||
Microsoft Edge | ||||
360 极速浏览器 | ||||
Brave | ||||
Opera | ||||
OperaGX | ||||
Vivaldi | ||||
Yandex | ||||
CocCoc | ||||
Firefox | ||||
Firefox Beta | ||||
Firefox Dev | ||||
Firefox ESR | ||||
Firefox Nightly | ||||
IE 浏览器 |
MacOS
由于 MacOS 的安全性设置,基于 Chromium
When the kernel browser decrypts需要当前用户密码
浏览器 | 密码 | Cookie | 书签 | 历史记录 |
---|---|---|---|---|
Google Chrome | ||||
Google Chrome Beta | ||||
Chromium | ||||
Microsoft Edge | ||||
Brave | ||||
Opera | ||||
OperaGX | ||||
Vivaldi | ||||
Yandex | ||||
CocCoc | ||||
Firefox | ||||
Firefox Beta | ||||
Firefox Dev | ||||
Firefox ESR | ||||
Firefox Nightly | ||||
Safari |
Linux
浏览器 | 密码 | Cookie | 书签 | 历史记录 |
---|---|---|---|---|
Google Chrome | ||||
Google Chrome Beta | ||||
Chromium | ||||
Microsoft Edge | ||||
Brave | ||||
Opera | ||||
Vivaldi | ||||
Chromium | ||||
Firefox | ||||
Firefox Beta | ||||
Firefox Dev | ||||
Firefox ESR | ||||
Firefox Nightly |
安装运行
安装
Downloadable and compiled,可直接运行的 二进制文件
某些情况下,This security tool will be Windows Defender Or other anti-virus software can't be executed as a virus.代码已经全部开源,可自行编译.
从源码编译
仅支持 go 1.18+
以后版本,Some functions use generics
$ git clone https://github.com/moonD4rk/HackBrowserData $ cd HackBrowserData/cmd/hack-browser-data $ CGO_ENABLED=1 go build
跨平台编译
由于用到了 go-sqlite3
库,When compiling cross-platform, you need to install the support for the target platform in advance GCC
工具,下面以 MacOS
Compile separately Windows
和 Linux
程序为例:
Windows
brew install mingw-w64 CGO_ENABLED=1 GOOS=windows GOARCH=amd64 CC=x86_64-w64-mingw32-gcc go build
Linux
brew install FiloSottile/musl-cross/musl-cross CC=x86_64-linux-musl-gcc CXX=x86_64-linux-musl-g++ GOARCH=amd64 GOOS=linux CGO_ENABLED=1 go build -ldflags "-linkmode external -extldflags -static"
运行
双击直接运行,The corresponding command can also be invoked using the command line.
PS C:\test> .\hack-browser-data.exe -h
NAME:
hack-browser-data - Export passwords/cookies/history/bookmarks from browser
USAGE:
[hack-browser-data -b chrome -f json -dir results -cc]
Export all browingdata(password/cookie/history/bookmark) from browser
Github Link: https://github.com/moonD4rk/HackBrowserData
VERSION:
0.4.3
GLOBAL OPTIONS:
--verbose, --vv verbose (default: false)
--compress, --zip compress result to zip (default: false)
--browser value, -b value available browsers: all|chrome|opera-gx|vivaldi|coccoc|brave|edge|chromium|chrome-beta|opera|yandex|firefox (default: "all")
--results-dir value, --dir value export dir (default: "results")
--format value, -f value file name csv|json (default: "csv")
--profile-path value, -p value custom profile dir path, get with chrome://version
--help, -h show help (default: false)
--version, -v print the version (default: false)
PS C:\test> .\hack-browser-data.exe -b all -f json --dir results -zip
[NOTICE] [browser.go:46,pickChromium] find browser Chrome success
[NOTICE] [browser.go:46,pickChromium] find browser Microsoft Edge success
[NOTICE] [browsingdata.go:59,Output] output to file results/microsoft_edge_download.json success
[NOTICE] [browsingdata.go:59,Output] output to file results/microsoft_edge_password.json success
[NOTICE] [browsingdata.go:59,Output] output to file results/microsoft_edge_creditcard.json success
[NOTICE] [browsingdata.go:59,Output] output to file results/microsoft_edge_bookmark.json success
[NOTICE] [browsingdata.go:59,Output] output to file results/microsoft_edge_cookie.json success
[NOTICE] [browsingdata.go:59,Output] output to file results/microsoft_edge_history.json success
[NOTICE] [browsingdata.go:59,Output] output to file results/chrome_history.json success
[NOTICE] [browsingdata.go:59,Output] output to file results/chrome_download.json success
[NOTICE] [browsingdata.go:59,Output] output to file results/chrome_password.json success
[NOTICE] [browsingdata.go:59,Output] output to file results/chrome_creditcard.json success
[NOTICE] [browsingdata.go:59,Output] output to file results/chrome_bookmark.json success
[NOTICE] [browsingdata.go:59,Output] output to file results/chrome_cookie.json success
输出结果:
The output file is in the same directory as the current toolresults文件夹下面
边栏推荐
- Golden Warehouse Database KingbaseGIS User Manual (6.6. Geometric Object Verification Function, 6.7. Spatial Reference System Function)
- conda新建环境时报错NotWritableError: The current user does not have write permissions
- 金仓数据库 KingbaseGIS 使用手册(6.3. 几何对象创建函数)
- 软考 --- 软件工程(7)软件项目管理(下)
- Has your phone ever been monitored?
- ABAP中Collect的用法
- Gartner's global integrated system market data tracking, hyperconverged market growth rate is the first
- 2022年最新《谷粒学院开发教程》:10 - 前台支付模块
- 工程 (七) ——PolarSeg点云语义分割
- Cmake 用法记录
猜你喜欢
Golden Warehouse Database KingbaseGIS User Manual (6.4. Geometry Object Access Function)
framework源码读后感
工程 (七) ——PolarSeg点云语义分割
[Cloud Native] This article explains how to add Tencent Crane to Kubevela addon
Eureka protects itself
多商户商城系统功能拆解25讲-平台端分销申请
技术盛宴!华云数据携六大议题亮相OpenInfra Days China
【云原生】一文讲透Kubevela addon如何添加腾讯Crane
首席信息官如何将可持续性和技术结合起来
Golden Warehouse Database KingbaseGIS User Manual (6.5. Geometry Object Editing Function)
随机推荐
【集训DAY3】阶乘【数学】
A summary of 6 common tools for cross-border e-commerce
Snap: 322. Change of Change
70. 爬楼梯进阶版
关于服务治理
A Shanghai technology company was fined 220,000 for brushing orders, exposing the gray industry chain of online brushing
【集训DAY4】异或【字典树】
Cmake 用法记录
Filament - Material basic graphics drawing
防火墙之系统防护
ALV报表总结2022.8.9
Gold Warehouse Database KingbaseGIS User Manual (6.2. Management Functions)
Mysql/stonedb - slow SQL - 2022-08-09 Q16 analysis
2022年最新《谷粒学院开发教程》:10 - 前台支付模块
什么是平面文件数据库? 如何导入多种格式的文件:DSV、JSON、XML?
直播app开发搭建,flutter 实现自适应、自动换行、相对布局
【诗歌】被讨厌的勇气
【JZOF】77按之字形打印二叉树
金仓数据库 KingbaseGIS 使用手册(6.2. 管理函数)
【JZOF】77 Print binary tree in zigzag