You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[NOTICE] [browser.go:46,pickChromium] find browser Microsoft Edge success
154
-
[NOTICE] [browsingdata.go:59,Output] output to file results/microsoft_edge_download.json success
155
-
[NOTICE] [browsingdata.go:59,Output] output to file results/microsoft_edge_password.json success
156
-
[NOTICE] [browsingdata.go:59,Output] output to file results/microsoft_edge_creditcard.json success
157
-
[NOTICE] [browsingdata.go:59,Output] output to file results/microsoft_edge_bookmark.json success
158
-
[NOTICE] [browsingdata.go:59,Output] output to file results/microsoft_edge_cookie.json success
159
-
[NOTICE] [browsingdata.go:59,Output] output to file results/microsoft_edge_history.json success
160
-
[NOTICE] [browsingdata.go:59,Output] output to file results/chrome_history.json success
161
-
[NOTICE] [browsingdata.go:59,Output] output to file results/chrome_download.json success
162
-
[NOTICE] [browsingdata.go:59,Output] output to file results/chrome_password.json success
163
-
[NOTICE] [browsingdata.go:59,Output] output to file results/chrome_creditcard.json success
164
-
[NOTICE] [browsingdata.go:59,Output] output to file results/chrome_bookmark.json success
165
-
[NOTICE] [browsingdata.go:59,Output] output to file results/chrome_cookie.json success
145
+
```
146
+
For example, the following is an automatic scan of the browser on the current computer, outputting the decryption results in `JSON` format and compressing as `zip`.
166
147
167
148
```
149
+
PS C:\Users\moond4rk\Desktop> .\hack-browser-data.exe -b all -f json --dir results --zip
150
+
151
+
PS C:\Users\moond4rk\Desktop> ls -l .\results\
152
+
Directory: C:\Users\moond4rk\Desktop\results
153
+
154
+
Mode LastWriteTime Length Name
155
+
---- ------------- ------ ----
156
+
-a---- 7/15/2024 10:55 PM 44982 results.zip
157
+
```
158
+
168
159
### Run with custom browser profile folder
169
160
170
161
If you want to export data from a custom browser profile folder, you can use the `-p` parameter to specify the path of the browser profile folder. PS: use double quotes to wrap the path.
0 commit comments