General Information
Browser history viewer allows you to examine the contents of web browser history files and export the data. It's meant to be a forensics tool.
BHV is released under the GNU General Public License (GPL) version 2, see the file 'COPYING' for more information.
The official web site is:
http://dev.mmgsecurity.com/projects/bhv/
Installation
BHV requires the following other packages:
- Python 2.4 (or greater)
- PyGtk 2.4 (or greater)
- Pysqlite 2.2 (or greater)
Simple installation procedure:
# tar zxvf bhv-X.Y.Z.tar.gz
# cd bhv-X.Y.Z
# ./configure
# make
# make install
See the file 'INSTALL' for more detailed information.
Hacking
BHV is written in Python. The source code is available from the MMG Security code repository in the module bhv.
$ mkdir bhv
$ cd bhv
$ svn co http://dev.mmgsecurity.com/src/bhv/trunk
$ cd trunk
$ ./autogen.sh
$ ./configure
$ make
Bugs / Patches
Bugs/patches can be reported/submitted to http://dev.mmgsecurity.com/bugs/
