|
|
@ -56,9 +56,9 @@ go build |
|
|
|
#### Run |
|
|
|
#### Run |
|
|
|
|
|
|
|
|
|
|
|
```shell |
|
|
|
```shell |
|
|
|
PS C:\hack> .\hack.exe -h |
|
|
|
PS C:\test> .\hack-browser-data.exe -h |
|
|
|
NAME: |
|
|
|
NAME: |
|
|
|
hack-browser-data - Decrypt passwords/cookies/history/bookmarks from browser |
|
|
|
hack-browser-data - Export passwords/cookies/history/bookmarks from browser |
|
|
|
|
|
|
|
|
|
|
|
USAGE: |
|
|
|
USAGE: |
|
|
|
[hack-browser-data -b chrome -f json -dir results -e all] |
|
|
|
[hack-browser-data -b chrome -f json -dir results -e all] |
|
|
@ -66,31 +66,34 @@ USAGE: |
|
|
|
|
|
|
|
|
|
|
|
GLOBAL OPTIONS: |
|
|
|
GLOBAL OPTIONS: |
|
|
|
--verbose, --vv Verbose (default: false) |
|
|
|
--verbose, --vv Verbose (default: false) |
|
|
|
--browser value, -b value Available browsers: all|360|qq|firefox|chrome|edge (default: "all") |
|
|
|
--browser value, -b value Available browsers: all|chrome|edge|360|qq|firefox (default: "all") |
|
|
|
--results-dir value, --dir value Export dir (default: "results") |
|
|
|
--results-dir value, --dir value Export dir (default: "results") |
|
|
|
--format value, -f value Format, csv|json (default: "csv") |
|
|
|
--format value, -f value Format, csv|json (default: "csv") |
|
|
|
--export-data value, -e value all|password|cookie|history|bookmark (default: "all") |
|
|
|
--export-data value, -e value all|bookmark|cookie|history|password (default: "all") |
|
|
|
--help, -h show help (default: false) |
|
|
|
--help, -h show help (default: false) |
|
|
|
|
|
|
|
|
|
|
|
PS C:\hack> .\hack.exe -b all -f json -e all --dir windows-results |
|
|
|
|
|
|
|
[x]: Get 6 cookies, filename is windows-results/Chrome_cookie.json |
|
|
|
PS C:\test> .\hack-browser-data.exe -b all -f json -e all --dir results |
|
|
|
[x]: Get 6 history, filename is windows-results/Chrome_history.json |
|
|
|
[x]: Get 44 cookies, filename is results/microsoft_edge_cookie.json |
|
|
|
[x]: Get 1 passwords, filename is windows-results/Chrome_password.json |
|
|
|
[x]: Get 54 history, filename is results/microsoft_edge_history.json |
|
|
|
[x]: Get 1 passwords, filename is windows-results/Microsoft_Edge_password.json |
|
|
|
[x]: Get 1 passwords, filename is results/microsoft_edge_password.json |
|
|
|
[x]: Get 45 cookies, filename is windows-results/Microsoft_Edge_cookie.json |
|
|
|
[x]: Get 4 bookmarks, filename is results/microsoft_edge_bookmark.json |
|
|
|
[x]: Get 54 history, filename is windows-results/Microsoft_Edge_history.json |
|
|
|
[x]: Get 6 bookmarks, filename is results/360speed_bookmark.json |
|
|
|
[x]: Get 19 cookies, filename is windows-results/360speed_cookie.json |
|
|
|
[x]: Get 19 cookies, filename is results/360speed_cookie.json |
|
|
|
[x]: Get 18 history, filename is windows-results/360speed_history.json |
|
|
|
[x]: Get 18 history, filename is results/360speed_history.json |
|
|
|
[x]: Get 6 bookmarks, filename is windows-results/360speed_bookmark.json |
|
|
|
[x]: Get 1 passwords, filename is results/360speed_password.json |
|
|
|
[x]: Get 1 passwords, filename is windows-results/360speed_password.json |
|
|
|
[x]: Get 12 history, filename is results/qq_history.json |
|
|
|
[x]: Get 1 passwords, filename is windows-results/qq_password.json |
|
|
|
[x]: Get 1 passwords, filename is results/qq_password.json |
|
|
|
[x]: Get 14 cookies, filename is windows-results/qq_cookie.json |
|
|
|
[x]: Get 12 bookmarks, filename is results/qq_bookmark.json |
|
|
|
[x]: Get 12 history, filename is windows-results/qq_history.json |
|
|
|
[x]: Get 14 cookies, filename is results/qq_cookie.json |
|
|
|
[x]: Get 12 bookmarks, filename is windows-results/qq_bookmark.json |
|
|
|
[x]: Get 28 bookmarks, filename is results/firefox_bookmark.json |
|
|
|
[x]: Get 1 passwords, filename is windows-results/Firefox_password.json |
|
|
|
[x]: Get 10 cookies, filename is results/firefox_cookie.json |
|
|
|
[x]: Get 10 cookies, filename is windows-results/Firefox_cookie.json |
|
|
|
[x]: Get 33 history, filename is results/firefox_history.json |
|
|
|
[x]: Get 33 history, filename is windows-results/Firefox_history.json |
|
|
|
[x]: Get 1 passwords, filename is results/firefox_password.json |
|
|
|
[x]: Get 28 bookmarks, filename is windows-results/Firefox_bookmark.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 |
|
|
|
``` |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|