diff options
author | Niels Heinen <niels@FreeBSD.org> | 2010-04-12 07:38:38 +0000 |
---|---|---|
committer | Niels Heinen <niels@FreeBSD.org> | 2010-04-12 07:38:38 +0000 |
commit | 6ff3922842be6e2df9fc0b532e9eef812dea8fc6 (patch) | |
tree | 9765d6b653d014238dcd16eb4f4650285a3be500 /security/whatweb/files/patch-whatweb | |
parent | Add node 0.1.90, v8 javascript for client and server. (diff) |
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)
Notes
Notes:
svn path=/head/; revision=252586
Diffstat (limited to 'security/whatweb/files/patch-whatweb')
-rw-r--r-- | security/whatweb/files/patch-whatweb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/security/whatweb/files/patch-whatweb b/security/whatweb/files/patch-whatweb new file mode 100644 index 000000000000..a6a480c96916 --- /dev/null +++ b/security/whatweb/files/patch-whatweb @@ -0,0 +1,24 @@ +--- ./whatweb.orig 2010-03-08 13:34:46.000000000 +0100 ++++ ./whatweb 2010-04-11 22:16:16.000000000 +0200 +@@ -10,17 +10,17 @@ + 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' + + $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" |