解密浏览器数据
hack-browser-data 是一个解密浏览器数据(密码|历史记录|Cookies|书签)的导出工具,支持全平台主流浏览器。
特别声明:此工具仅限于安全研究,用户承担因使用此工具而导致的所有法律和相关责任!作者不承担任何法律责任!



安装运行
可下载已编译好,直接运行的 二进制文件
[https://github.com/moonD4rk/HackBrowserData/releases]
效果测试:
运行
双击直接运行,也可以命令行调整对应的命令
PS C:\test> .\hack-browser-data.exe -hNAME:hack-browser-data - Export passwords/cookies/history/bookmarks from browserUSAGE:[hack-browser-data -b chrome -f json -dir results -cc]Get all data(password/cookie/history/bookmark) from chromeVERSION:0.2.4GLOBAL OPTIONS:--verbose, --vv Verbose (default: false)--compress, --cc Compress result to zip (default: false)--browser value, -b value Available browsers: all|edge|firefox|chrome|qq|360 (default: "all")--results-dir value, --dir value Export dir (default: "results")--format value, -f value Format, csv|json|console (default: "json")--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 -cc[x]: Get 44 cookies, filename is results/microsoft_edge_cookie.json[x]: Get 54 history, filename is results/microsoft_edge_history.json[x]: Get 1 passwords, filename is results/microsoft_edge_password.json[x]: Get 4 bookmarks, filename is results/microsoft_edge_bookmark.json[x]: Get 6 bookmarks, filename is results/360speed_bookmark.json[x]: Get 19 cookies, filename is results/360speed_cookie.json[x]: Get 18 history, filename is results/360speed_history.json[x]: Get 1 passwords, filename is results/360speed_password.json[x]: Get 12 history, filename is results/qq_history.json[x]: Get 1 passwords, filename is results/qq_password.json[x]: Get 12 bookmarks, filename is results/qq_bookmark.json[x]: Get 14 cookies, filename is results/qq_cookie.json[x]: Get 28 bookmarks, filename is results/firefox_bookmark.json[x]: Get 10 cookies, filename is results/firefox_cookie.json[x]: Get 33 history, filename is results/firefox_history.json[x]: Get 1 passwords, filename is results/firefox_password.json[x]: Get 1 passwords, filename is results/chrome_password.json[x]: Get 4 bookmarks, filename is results/chrome_bookmark.json[x]: Get 6 cookies, filename is results/chrome_cookie.json[x]: Get 6 history, filename is results/chrome_history.json[x]: Compress success, zip filename is results/archive.zip



评论
