
Browser History Viewer
Browser History Viewer allows you to examine the contents of web browser history files and export the data. It meant to be a forensics tool. Currently it supports Internet Explorer, Mozilla/Firefox, Epiphany, Safari and Opera.

Running BHV
The latest release of BHV is 0.0.10 which was released on June 26, 2006. BHV is licensed under the terms of the GNU General Public License (GPL).
Hacking
BHV is written in Python using PyGTK.
ChangeLog
Download
Name |
Description |
MD5 |
|---|---|---|
| bhv-0.0.10.tar.gz | Source Code | b6997feb14f1bb74e8181a2c5f9716b0 |
| bhv_0.0.10-1_i386.deb | Ubuntu 'Dapper' Package | d466f89f4a4f4df2171022f5d502ea6c |
| bhv-0.0.10-1.i386.rpm | Fedora Core 5 RPM Package | 5bed274f1127f2447ed0b4ba73c358b2 |
| bhv-0.0.10.ebuild | Gentoo Ebuild | 2a6d0d875a3bde94c0fe5b2de911fdb8 |
Installation
$ tar zxvf bhv-x.y.z.tar.gz
$ cd bhv-x.y.z
$ ./configure
$ make
$ make install