Skip to content

Commit

Permalink
Merge pull request #984 from seba7236/patch-7
Browse files Browse the repository at this point in the history
Add BrowserParser module
  • Loading branch information
AndrewRathbun authored Oct 22, 2024
2 parents f32198e + 1d80a94 commit 9c4ac60
Showing 1 changed file with 21 additions and 0 deletions.
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

0 comments on commit 9c4ac60

Please sign in to comment.