docs: update readme to 0.3.6

pull/88/head
ᴍᴏᴏɴD4ʀᴋ 3 years ago
parent 5500de2aaa
commit 1bb8ec5d88
  1. 10
      README.md
  2. 8
      README_ZH.md

@ -76,7 +76,7 @@ Based on Apple's security policy, some browsers **require a current user passwor
Installation of hack-browser-data is dead-simple, just download [the release for your system](https://github.com/moonD4rk/HackBrowserData/releases) and run the binary.
> In some situations, this security tool will be treated as a virus by Windows Defender or other antivirus software and can not be executed, after version 0.2.6 will use UPX try to simply bypass, then no longer with antivirus software to do unnecessary security confrontations.The code is all open source, you can modify and compile by yourself.
> In some situations, this security tool will be treated as a virus by Windows Defender or other antivirus software and can not be executed. The code is all open source, you can modify and compile by yourself.
### Building from source
@ -126,7 +126,7 @@ USAGE:
Get all data(password/cookie/history/bookmark) from chrome
VERSION:
0.3.5
0.3.6
GLOBAL OPTIONS:
--verbose, --vv verbose (default: false)
--compress, --cc compress result to zip (default: false)
@ -182,6 +182,12 @@ PS C:\Users\User\Desktop> .\hack-browser-data.exe -b edge -p 'C:\Users\User\AppD
[x]: Get 0 passwords, filename is results/microsoft_edge_password.csv
```
### Some other projects based on HackBrowserData
[Sharp-HackBrowserData](https://github.com/S3cur3Th1sSh1t/Sharp-HackBrowserData)
[Reflective-HackBrowserData](https://github.com/idiotc4t/Reflective-HackBrowserData)
...
## Contributors
![](/CONTRIBUTORS.svg)

@ -71,7 +71,7 @@ hack-browser-data 是一个解密浏览器数据(密码|历史记录|Cookie|
可下载已编译好,直接运行的 [二进制文件 ](https://github.com/moonD4rk/HackBrowserData/releases)
> 某些情况下,这款安全工具会被 Windows Defender 或其他杀毒软件当作病毒从而无法执行,0.2.6 版本后将使用 UPX 做简单的压缩壳免杀,后续不再提供免杀做无谓的安全对抗。代码已全部开源,可己修改编译。
> 某些情况下,这款安全工具会被 Windows Defender 或其他杀毒软件当作病毒从而无法执行。代码已全部开源,可己修改编译。
### 从源码编译
@ -122,7 +122,7 @@ USAGE:
Get all data(password/cookie/history/bookmark) from chrome
VERSION:
0.3.5
0.3.6
GLOBAL OPTIONS:
--verbose, --vv verbose (default: false)
--compress, --cc compress result to zip (default: false)
@ -158,6 +158,10 @@ PS C:\test> .\hack-browser-data.exe -b all -f json --dir results -cc
[x]: Compress success, zip filename is results/archive.zip
```
### 基于此工具的一些其他项目
[Sharp-HackBrowserData](https://github.com/S3cur3Th1sSh1t/Sharp-HackBrowserData)
[Reflective-HackBrowserData](https://github.com/idiotc4t/Reflective-HackBrowserData)
## Contributors
![](/CONTRIBUTORS.svg)

Loading…
Cancel
Save