Browser Reviewer is a portable forensic tool for analyzing user activity in Firefox and Chrome-based browsers for Windows platforms. It extracts and displays browsing history, downloads, bookmarks, and autofill data. The tool allows analysts to tag, comment, and export reports in PDF.
It requires no installation and can be executed directly from a USB drive or over a network share — ideal for forensic workflows with minimal footprint on the target system.
Download compiled version here.
- Better display scaling: Improved support for different screen resolution, configurable font family and size more consistently across laptops, external monitors and projectors.
- Time-range + Categories fix: Resolved the SQL logic error that could occur when clicking on categories while a time-range search was active.
- PDF exporting, improved: More reliable layout, better table pagination, and clearer metadata on the first page.
- New: Export to HTML: Export the current view as a standalone HTML Report with built-in filtering and sorting (works offline in any modern browser).
- HTML Reports: Interactive headers for sorting, a search box for quick filtering, and a compact summary.
- Command-line execution (CLI mode) for headless or automated runs "Browser Reviewer.exe -h".
- Extracts and visualizes browser artifacts from Firefox and Chrome/Chromium-based browsers (history, downloads, bookmarks, autofill).
- Label Manager to tag items and Comments to annotate findings.
- Powerful search: simple text or RegExp.
- Time zone offset control (consistent timestamps across cases).
- Command-line execution (CLI mode) for headless or automated runs. ← new in v0.2
- Export options:
- PDF (improved pagination & layout). ← v0.2 improvements
- HTML Report with client-side filter/sort. ← new in v0.2
Use Export → PDF to generate a paginated report of the current grid.
Use Export → HTML to generate a standalone HTML file:
- Sortable columns (click column headers)
- Quick filter (search box)
- Self-contained (no server required; opens in any modern browser)
- Summary block (rows exported, visible columns, active sort/filter, export timestamp, time zone)
- Improved scaling for different resolutions.
- Fixed SQL logic error when clicking categories with an active time-range search.
- Better PDF export (layout, pagination, summary).
- New Export to HTML and interactive HTML Reports (filter & sort).
- Initial public release with Firefox/Chrome artifacts, labels, comments, PDF export.
To begin analyzing browser activity:
- Go to File > New
- Choose a file name for the new project.
- Click "Scan Web Activity" and select the directory where browser artifacts should be searched. Make sure you have read access to the selected path.
Browser Reviewer will scan the selected path for supported browser artifacts from Firefox and Chrome/Chromium-based browsers, including:
- 🕓 Browsing history
- ⬇️ Download history
- 🔖 Bookmarks
- 🧠 Autofill form data
Once processed, the data will appear in the main table, where you can filter, search, tag, and comment on individual entries.
- Use the Label Manager to create and assign custom tags to records.
- Set the UTC offset at the top of the interface to adjust all timestamps to the correct time zone.
- Quickly review user behavior by sorting records chronologically and observing the Potential Activity field.
and applying filters as needed.
By category:
or by potential activity, for example.
- Use the search bar to perform simple keyword filtering
or advanced regular expression (RegExp) searches.
-
Visualize and explore data from browser artifacts such as browsing history, downloads, bookmarks, and autofill entries. Browsing history is automatically categorized and tagged based on potential user activity, helping to identify relevant patterns and behaviors.
History
Downloads
Bookmarks
- Define and apply labels and comments to annotate findings of interest during the review.
- And export results as PDF
- Command-line execution (CLI mode)
C:\Users\gustavo\Desktop\Test\Browser Reviewer>>"Browser Reviewer.exe" -h
Browser Reviewer v0.2 - CLI
Usage:
Browser_Reviewer.exe <BaseNameOrPath(.bre)> <RootDirectoryToScan>
Parameters:
<BaseNameOrPath(.bre)> Name or full path of the .bre database file to create.
If no extension is provided, .bre will be added automatically.
<RootDirectoryToScan> Root folder where browser artifacts will be searched.
Examples:
Browser_Reviewer.exe MyCase "D:\Evidence\UserProfile"
Browser_Reviewer.exe "C:\Cases\Case123.bre" "E:\Mounts\Image01"
Help flags:
/? -? -h --help















