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

Overview

WebTools is a set of PHP scripts working as a user-friendly front-end to BinTools. With WebTools you can enter your queries about information in binary storages much more easily and explore the results in well arranged tables. Some data can be also visualized as rrd graphs.

Installation

WebTools require a webserver capable of interpreting PHP scripts and BinTools executable binary files.

  1. Create a directory for the PHP scripts and copy contents of the 'webtools' directory in it. Configure the webserver to allow processing of scripts in this directory.
  2. Create the directory 'tmp' in the directory with PHP scripts and set its permissions to allow the webserver to write in it.
  3. Change the parameters in 'config.inc' in the directory with PHP scripts:

    -base_path - directory for PHP scripts created in step 1 -base_url - web alias for base_path -tmpfiles_dir - temporary directory created in step 2

    (relatively to base_url) -binstoredir - directory where the binary storages (to be processed)

    are stored. -binsnapshot_config_file - configuration file for binsnapshot -binsnapshot_executable - binary of binsnapshot -bingrep_config_file - configuration file for bingrep -bingrep_executable - binary of bingrep -bininfo_config_file - configuration file for bininfo -bininfo_executable - binary of bininfo -binselect_config_file - configuration file for binselect -binselect_executable - binary of binselect

  4. Try to open http://your.webserver/base_url/index.php in your web-browser.

DISCLAIMER

Use WebTools at YOUR OWN RISK. They can contain security holes, since they execute external programs and do not check their input parameters. You should secure your web site, so only authorized people are allowed to execute these scripts.


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.