Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add BrowserParser module #984

Merged
merged 3 commits into from
Oct 22, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions Modules/Apps/GitHub/Browserparser.mkape
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