diff --git a/Modules/Apps/GitHub/BrowserParser.mkape b/Modules/Apps/GitHub/BrowserParser.mkape new file mode 100644 index 000000000..a0d1ff104 --- /dev/null +++ b/Modules/Apps/GitHub/BrowserParser.mkape @@ -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