SourceFiles.org - Use the Source, Luke
Home | Register | News | Forums | Guide | MyLinks | Bookmark

Related Sites

Latest News
  General News
  Reviews
  Press Releases
  Software
  Hardware
  Security
  Tutorials
  Off Topic


Back to files

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/


Other Sites

Discussion Groups
  Beginners
  Distributions
  Networking / Security
  Software
  PDAs

About | FAQ | Privacy | Awards | Contact
Comments to the webmaster are welcome.
Copyright 2006 Sourcefiles.org All rights reserved.