-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #984 from seba7236/patch-7
Add BrowserParser module
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Description: Parse most artifacts in a browser to CSV or JSON | ||
Category: WebBrowsers | ||
Author: Sebastian Søgaard | ||
Version: 1.0 | ||
Id: c91c1c99-f979-4c68-bcad-57f1a4afc878 | ||
BinaryUrl: https://github.com/seba7236/BrowserParser/releases/ | ||
ExportFormat: csv | ||
Processors: | ||
- | ||
Executable: Browserparser\browserparser.exe | ||
CommandLine: --csv %sourceDirectory% %destinationDirectory% | ||
ExportFormat: csv | ||
- | ||
Executable: Browserparser\browserparser.exe | ||
CommandLine: --json %sourceDirectory% %destinationDirectory% | ||
ExportFormat: json | ||
|
||
# Documentation | ||
# Parses Cookies, Downloads, Favicons, History, Searches, Shortcuts and Visited Links from Chromium-based browsers | ||
# Parses Bookmarks, Cookies, Downloads, Extensions, Favicons, Notifications, Form history, History, Inputhistory, Logins, metadata and permissions from Firefox browsers | ||
# More artifacts may be added in the future |