mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-05-19 18:58:03 +02:00
docs: update README to 0.2.5
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
# HackBrowserData
|
||||
|
||||
 
|
||||
|
||||
[中文说明](https://github.com/moonD4rk/HackBrowserData/blob/master/README_ZH.md)
|
||||
|
||||
hack-browser-data is an open-source tool that could help you decrypt data ( passwords|bookmarks|cookies|history ) from the browser. It supports the most popular browsers on the market and runs on Windows, macOS and Linux.
|
||||
|
||||
> Special Note: 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!
|
||||
> Statement: 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!
|
||||
|
||||
### Supported Browser
|
||||
|
||||
@@ -16,6 +18,7 @@ hack-browser-data is an open-source tool that could help you decrypt data ( pass
|
||||
| Microsoft Edge | ✅ | ✅ | ✅ | ✅ |
|
||||
| 360 Speed Browser | ✅ | ✅ | ✅ | ✅ |
|
||||
| QQ Browser | ✅ | ✅ | ✅ | ✅ |
|
||||
| Brave Browser | ✅ | ✅ | ✅ | ✅ |
|
||||
| Internet Explorer | ❌ | ❌ | ❌ | ❌ |
|
||||
|
||||
#### MacOS
|
||||
@@ -27,6 +30,7 @@ Based on Apple's security policy, some browsers **require a current user passwor
|
||||
| Google Chrome | ✅ | ✅ | ✅ | ✅ |
|
||||
| Firefox | ✅ | ✅ | ✅ | ✅ |
|
||||
| Microsoft Edge | ✅ | ✅ | ✅ | ✅ |
|
||||
| Brave Browser | ✅ | ✅ | ✅ | ✅ |
|
||||
| Safari | ❌ | ❌ | ❌ | ❌ |
|
||||
|
||||
#### Linux
|
||||
@@ -36,6 +40,7 @@ Based on Apple's security policy, some browsers **require a current user passwor
|
||||
| Firefox | ✅ | ✅ | ✅ | ✅ |
|
||||
| Google Chrome | ✅ | ✅ | ✅ | ✅ |
|
||||
| Microsoft Edge Dev | ✅ | ✅ | ✅ | ✅ |
|
||||
| Brave Browser | ✅ | ✅ | ✅ | ✅ |
|
||||
|
||||
|
||||
### Install
|
||||
@@ -58,7 +63,7 @@ go build
|
||||
|
||||
##### Cross compile
|
||||
|
||||
Need install target OS's `gcc` library, here's an example of use `Mac` building for `Windows` and `Linus`
|
||||
Need install target OS's `gcc` library, here's an example of use `Mac` building for `Windows` and `Linux`
|
||||
|
||||
**Windows**
|
||||
|
||||
|
||||
+4
-2
@@ -16,8 +16,8 @@ hack-browser-data 是一个解密浏览器数据(密码|历史记录|Cookies|
|
||||
| Microsoft Edge | ✅ | ✅ | ✅ | ✅ |
|
||||
| 360 急速浏览器 | ✅ | ✅ | ✅ | ✅ |
|
||||
| QQ 浏览器 | ✅ | ✅ | ✅ | ✅ |
|
||||
| Brave 浏览器 | ✅ | ✅ | ✅ | ✅ |
|
||||
| IE 浏览器 | ❌ | ❌ | ❌ | ❌ |
|
||||
|
||||
#### MacOS
|
||||
|
||||
由于 MacOS 的安全性设置,基于 `Chromium` 内核浏览器解密时**需要当前用户密码**
|
||||
@@ -27,7 +27,8 @@ hack-browser-data 是一个解密浏览器数据(密码|历史记录|Cookies|
|
||||
| Google Chrome | ✅ | ✅ | ✅ | ✅ |
|
||||
| Firefox | ✅ | ✅ | ✅ | ✅ |
|
||||
| Microsoft Edge | ✅ | ✅ | ✅ | ✅ |
|
||||
| Safari | ❌ | ❌ | ❌ | ❌ |
|
||||
| Brave 浏览器 | ✅ | ✅ | ✅ | ✅ |
|
||||
| Safari | ❌ | ❌ | ❌ | ❌|
|
||||
|
||||
#### Linux
|
||||
|
||||
@@ -36,6 +37,7 @@ hack-browser-data 是一个解密浏览器数据(密码|历史记录|Cookies|
|
||||
| Firefox | ✅ | ✅ | ✅ | ✅ |
|
||||
| Google Chrome | ✅ | ✅ | ✅ | ✅ |
|
||||
| Microsoft Edge | ✅ | ✅ | ✅ | ✅ |
|
||||
| Brave 浏览器 | ✅ | ✅ | ✅ | ✅ |
|
||||
|
||||
### 安装运行
|
||||
|
||||
|
||||
Reference in New Issue
Block a user