Skip to content

Commit 2452b26

Browse files
committed
feat: update to v0.4.1, support local storage
1 parent 121e49b commit 2452b26

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[中文说明](https://github.com/moonD4rk/HackBrowserData/blob/master/README_ZH.md)
66

7-
`HackBrowserData` is an open-source tool that could help you decrypt data ( password|bookmark|cookie|history|credit card|downloads link ) from the browser. It supports the most popular browsers on the market and runs on Windows, macOS and Linux.
7+
`HackBrowserData` is an open-source tool that could help you decrypt data ( password|bookmark|cookie|history|credit card|download link|local storage ) from the browser. It supports the most popular browsers on the market and runs on Windows, macOS and Linux.
88

99
> Disclaimer: This tool is limited to security research only, and the user assumes all legal and related responsibilities arising from its use! The author assumes no legal responsibility!
1010
@@ -129,7 +129,7 @@ USAGE:
129129
Github Link: https://github.com/moonD4rk/HackBrowserData
130130
131131
VERSION:
132-
0.4.0
132+
0.4.1
133133
134134
GLOBAL OPTIONS:
135135
--verbose, --vv verbose (default: false)

README_ZH.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# HackBrowserData
22

3-
`HackBrowserData` 是一个浏览器数据(密码 | 历史记录 | Cookie | 书签 | 信用卡 | 下载记录)的导出工具,支持全平台主流浏览器。
3+
`HackBrowserData` 是一个浏览器数据(密码 | 历史记录 | Cookie | 书签 | 信用卡 | 下载记录|local Storage)的导出工具,支持全平台主流浏览器。
44

55

66
> 免责声明:此工具仅限于安全研究,用户承担因使用此工具而导致的所有法律和相关责任!作者不承担任何法律责任!
@@ -124,7 +124,7 @@ USAGE:
124124
Github Link: https://github.com/moonD4rk/HackBrowserData
125125
126126
VERSION:
127-
0.4.0
127+
0.4.1
128128
129129
GLOBAL OPTIONS:
130130
--verbose, --vv verbose (default: false)

cmd/hack-browser-data/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func Execute() {
2929
Name: "hack-browser-data",
3030
Usage: "Export passwords/cookies/history/bookmarks from browser",
3131
UsageText: "[hack-browser-data -b chrome -f json -dir results -cc]\nExport all browingdata(password/cookie/history/bookmark) from browser\nGithub Link: https://github.com/moonD4rk/HackBrowserData",
32-
Version: "0.4.0",
32+
Version: "0.4.1",
3333
Flags: []cli.Flag{
3434
&cli.BoolFlag{Name: "verbose", Aliases: []string{"vv"}, Destination: &verbose, Value: false, Usage: "verbose"},
3535
&cli.BoolFlag{Name: "compress", Aliases: []string{"zip"}, Destination: &compress, Value: false, Usage: "compress result to zip"},

0 commit comments

Comments
 (0)