Skip to content

Extracts data (table 'downloads', 'keyword_search_terms' & 'urls') from Chromium-based browsers' SQLite database into an Excel file.

License

Notifications You must be signed in to change notification settings

zam89/BrowserHistoryParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BrowserHistoryParser

Extracts data (table 'downloads', 'keyword_search_terms' & 'urls') from Chromium-based browsers' SQLite database into an Excel file.

Intro

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.

How to Run

  • 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

Screenshot

Figure 1 – BrowserHistoryParser with any parameter

Figure 2 – BrowserHistoryParser with -h (help) parameter

Figure 3 – BrowserHistoryParser processing Chrome and Edge History artifacts

Example Outputs

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)

Changelogs

  • 1.0 (21 Feb 2024): First version of the tool.

About

Extracts data (table 'downloads', 'keyword_search_terms' & 'urls') from Chromium-based browsers' SQLite database into an Excel file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages