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 | |
parent | a977353f4ba275f4b476aabcd81180501eb9361d (diff) | |
download | ports-6ff3922842be6e2df9fc0b532e9eef812dea8fc6.tar.gz ports-6ff3922842be6e2df9fc0b532e9eef812dea8fc6.zip |
Notes
Diffstat (limited to 'security/whatweb')
-rw-r--r-- | security/whatweb/Makefile | 42 | ||||
-rw-r--r-- | security/whatweb/distinfo | 3 | ||||
-rw-r--r-- | security/whatweb/files/patch-whatweb | 24 | ||||
-rw-r--r-- | security/whatweb/pkg-descr | 6 | ||||
-rw-r--r-- | security/whatweb/pkg-plist | 188 |
5 files changed, 263 insertions, 0 deletions
diff --git a/security/whatweb/Makefile b/security/whatweb/Makefile new file mode 100644 index 000000000000..7a6afa9f8a4c --- /dev/null +++ b/security/whatweb/Makefile @@ -0,0 +1,42 @@ +# New ports collection makefile for: whatweb +# Date created: 2010-04-11 +# Whom: Niels Heinen +# +# $FreeBSD$ +# + +PORTNAME= whatweb +PORTVERSION= 0.4 +CATEGORIES= security www +MASTER_SITES= http://www.morningstarsecurity.com/downloads/ + +MAINTAINER= niels@FreeBSD.org +COMMENT= A tool to fingerprint web site components + +RUN_DEPENDS= rubygem-anemone>=0.4.0:${PORTSDIR}/www/rubygem-anemone + +USE_RUBY= yes +NO_BUILD= yes +PORTDOCS= README INSTALL CHANGELOG TODO + +.include <bsd.port.pre.mk> + +post-patch: + ${REINPLACE_CMD} -e \ + 's!PLUGIN_DIR="!PLUGIN_DIR="${RUBY_SITELIBDIR}/${PORTNAME}/!' \ + ${WRKSRC}/${PORTNAME} + +do-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +. for i in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} +. endfor +.endif +.for DIR in plugins lib plugin-development + ( cd ${WRKSRC}/${DIR} && \ + ${COPYTREE_SHARE} . ${RUBY_SITELIBDIR}/${PORTNAME}/${DIR} ) +.endfor + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} + +.include <bsd.port.post.mk> diff --git a/security/whatweb/distinfo b/security/whatweb/distinfo new file mode 100644 index 000000000000..eb2e02de2903 --- /dev/null +++ b/security/whatweb/distinfo @@ -0,0 +1,3 @@ +MD5 (whatweb-0.4.tar.gz) = e1e415bb7cb2c76ff4489232fff5a668 +SHA256 (whatweb-0.4.tar.gz) = 20c3ad738e1fdee029d4aba2f9a577f770fe605f58b1eb9399aca929dc716c33 +SIZE (whatweb-0.4.tar.gz) = 170740 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" diff --git a/security/whatweb/pkg-descr b/security/whatweb/pkg-descr new file mode 100644 index 000000000000..e630221faf28 --- /dev/null +++ b/security/whatweb/pkg-descr @@ -0,0 +1,6 @@ +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 diff --git a/security/whatweb/pkg-plist b/security/whatweb/pkg-plist new file mode 100644 index 000000000000..df5c13327b18 --- /dev/null +++ b/security/whatweb/pkg-plist @@ -0,0 +1,188 @@ +bin/whatweb +%%RUBY_SITELIBDIR%%/whatweb/lib/colour.rb +%%RUBY_SITELIBDIR%%/whatweb/lib/modified-anemone-page.rb +%%RUBY_SITELIBDIR%%/whatweb/lib/output.rb +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/find-common-stuff +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/beatone.co.uk-.html +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/beatone.co.uk-.meta +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/charcoalinteriors.com.au-.html +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/charcoalinteriors.com.au-.meta +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/customcanvas.fritzandandre.com-.html +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/customcanvas.fritzandandre.com-.meta +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/hungryhearts.no.html +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/hungryhearts.no.meta +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/list +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/list~ +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/maungataniwha.co.nz-.html +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/maungataniwha.co.nz-.meta +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/unbounded.org-.html +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/unbounded.org-.meta +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/victoriaoruwari.com-.html +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/victoriaoruwari.com-.meta +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/weonline.in.html +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/weonline.in.meta +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.arprostatecancer.org-.html +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.arprostatecancer.org-.meta +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.benpearce.co.nz-.html +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.benpearce.co.nz-.meta +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.bradyinc.com-.html +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.bradyinc.com-.meta +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.cavendishimaging.com-.html +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.cavendishimaging.com-.meta +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.chapmansurfboards.com-.html +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.chapmansurfboards.com-.meta +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.choidoco.com-demo-.html +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.choidoco.com-demo-.meta +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.clockwork.co.nz-.html +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.clockwork.co.nz-.meta +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.enamaine.org-.html +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.enamaine.org-.meta +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.executivemediasearch.com-.html +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.executivemediasearch.com-.meta +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.fairtradenap.net-.html +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.fairtradenap.net-.meta +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.firstgalaxies.org-.html +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.firstgalaxies.org-.meta +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.frussian.com.ar-.html +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.frussian.com.ar-.meta +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.fuel.ie-silverstripe.html +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.fuel.ie-silverstripe.meta +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.gsbc.edu-.html +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.gsbc.edu-.meta +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.holistichealth.com-.html +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.holistichealth.com-.meta +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.hutmacherin.com-.html +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.hutmacherin.com-.meta +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.infinitestillness.ie-ss.html +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.infinitestillness.ie-ss.meta +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.intandemtheatre.org-.html +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.intandemtheatre.org-.meta +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.kitesurfnelson.co.nz-.html +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.kitesurfnelson.co.nz-.meta +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.latenightdisco.com-.html +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.latenightdisco.com-.meta +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.lisamarieelliott.com-.html +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.lisamarieelliott.com-.meta +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.maklerservice-greiz.de-.html +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.maklerservice-greiz.de-.meta +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.moerakihavenmotel.co.nz-.html +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.moerakihavenmotel.co.nz-.meta +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.monjasantner.de-.html +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.monjasantner.de-.meta +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.moonlitekustoms.com-.html +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.moonlitekustoms.com-.meta +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.moto-racepaint.com-.html +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.moto-racepaint.com-.meta +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.naciondnb.com-.html +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.naciondnb.com-.meta +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.nadabakery.co.nz-.html +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.nadabakery.co.nz-.meta +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.peterpanvakantieclub.nl-.html +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.peterpanvakantieclub.nl-.meta +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.rcaforum.org.nz-.html +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.rcaforum.org.nz-.meta +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.robert80.de-.html +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.robert80.de-.meta +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.silverstripe.com-.html +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.silverstripe.com-.meta +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.silverstripe.org.pl-.html +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.silverstripe.org.pl-.meta +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.stillrunnin.com-.html +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.stillrunnin.com-.meta +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.textiprints.com-.html +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.textiprints.com-.meta +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.thelightboxdesigns.com-.html +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.thelightboxdesigns.com-.meta +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.tobychampion.co.uk-.html +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.tobychampion.co.uk-.meta +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.upstreamgroup.com-.html +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.upstreamgroup.com-.meta +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.verus.com.tr-.html +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.verus.com.tr-.meta +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.wend.nl-.html +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.wend.nl-.meta +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.whileyouwait.co.nz-.html +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe/www.whileyouwait.co.nz-.meta +%%RUBY_SITELIBDIR%%/whatweb/plugin-development/wget-list +%%RUBY_SITELIBDIR%%/whatweb/plugins/acclipse.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/advanced-guestbook.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/antiboard.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/apache-default.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/asp-nuke.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/belkin-modem.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/bing-searchengine.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/blogger.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/blogsmithmedia.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/citrix-metaframe.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/comersus.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/coppermine.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/cpanel.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/dibos.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/drupal.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/earlyimpact-productcart.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/echo.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/fluxbb.php +%%RUBY_SITELIBDIR%%/whatweb/plugins/fluxbb.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/formmail.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/goahead-web.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/google-analytics.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/google-analytics2.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/groupwise.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/iis-site-not-found.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/iis-underconstruction.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/index-of.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/invision-power-board.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/isp-config.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/ispcp-omega.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/jboss.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/joomla.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/jquery.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/lightbox.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/mailsite-express.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/mailto.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/mambo.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/md5.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/meta-generator.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/meta-powered-by.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/minify.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/mno-go-search.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/moodle.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/movable_type.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/oce.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/oki-pbx.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/opencms.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/oscommerce.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/php-cake.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/php-nuke.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/phpbb.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/plesk.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/plone.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/powered-by.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/prototype.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/quantcast.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/redirect-location.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/scriptaculous.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/server-header.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/snom-phone.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/speedstreamrouter.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/title.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/tomcat.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/toshiba-printer.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/typepad.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/uncommon-headers.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/vbulletin.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/vp-asp.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/vsns-lemon.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/webguard.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/windows-small-business-server.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/wordpress-spamfree.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/wordpress.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/x-aspnet-version.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/x-powered-by-header.rb +%%RUBY_SITELIBDIR%%/whatweb/plugins/xtra-business-hosting.rb +@dirrm %%RUBY_SITELIBDIR%%/whatweb/plugins +@dirrm %%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests/silverstripe +@dirrm %%RUBY_SITELIBDIR%%/whatweb/plugin-development/tests +@dirrm %%RUBY_SITELIBDIR%%/whatweb/plugin-development +@dirrm %%RUBY_SITELIBDIR%%/whatweb/lib +@dirrm %%RUBY_SITELIBDIR%%/whatweb |