Extracts data (table 'downloads', 'keyword_search_terms' & 'urls') from Chromium-based browsers' SQLite database into an Excel file.
A tool that extracts data from Chromium-based browsers. This tool will extract data from table "downloads", "keyword_search_terms" & "urls". All these info will be exported into Excel file (.xlsx).
So far, this tool has been tested on Chrome & Edge browser "History" artifacts.
- Copy “BrowserHistoryParser.exe” to your host machine
- Then run the script as below: BrowserHistoryParser.exe -f -o e.g. BrowserHistoryParser.exe -f ChromeHistory -o ChromeHistory_output.xlsx
Figure 1 – BrowserHistoryParser with any parameter
Figure 2 – BrowserHistoryParser with -h (help) parameter
Figure 3 – BrowserHistoryParser processing Chrome and Edge History artifacts
Figure 4 – Example of parsed Chrome History artifacts
Figure 5 – Example of parsed Chrome History artifact (notice the 3 separated sheet below; representing table extracted from artifact)
- 1.0 (21 Feb 2024): First version of the tool.