head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	2010.05.24.13.18.55;	author niels;	state dead;
branches;
next	1.2;

1.2
date	2010.04.14.11.52.50;	author niels;	state Exp;
branches;
next	1.1;

1.1
date	2010.04.12.07.38.38;	author niels;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Updated to version 0.4.3

Approved by:	itetcu (mentor, implicit)
@
text
@--- whatweb.orig	2010-03-08 13:34:46.000000000 +0100
+++ whatweb	2010-04-14 11:36:35.000000000 +0200
@@@@ -10,12 +10,12 @@@@
 require 'open-uri'
 require 'cgi'
 require 'thread'
-require 'lib/output.rb'
-require 'lib/colour.rb'
+require 'whatweb/lib/output.rb'
+require 'whatweb/lib/colour.rb'
 require 'rubygems'
 require 'anemone'
 require 'md5'
-require 'lib/modified-anemone-page.rb'
+require 'whatweb/lib/modified-anemone-page.rb'
 #require 'digest/sha2'
 #require 'profile'
 
@


1.2
log
@Fix plugins location patch

Approved by:	miwi (mentor)
@
text
@@


1.1
log
@New port: WhatWeb can be used to detect the software packages that
are used for a website. It can detect content management systems
(CMS), blogging platforms, stats/analytics packages, javascript
libraries, servers, etc..

WWW: http://www.morningstarsecurity.com/research/whatweb

Approved by:	itetcu (mentor)
@
text
@d1 3
a3 3
--- ./whatweb.orig	2010-03-08 13:34:46.000000000 +0100
+++ ./whatweb	2010-04-11 22:16:16.000000000 +0200
@@@@ -10,17 +10,17 @@@@
a18 6
 $VERSION=0.4
-PLUGIN_DIR="plugins"
+PLUGIN_DIR="/usr/local/lib/ruby/site_ruby/1.8/whatweb/plugins"
 $verbose=0
 $USE_EXAMPLE_URLS=false
 $use_colour="auto"
@

