├── .dockerignore ├── .env ├── .gitattributes ├── .gitignore ├── .travis.yml ├── 3rd_party ├── .gitignore └── WhatWeb │ ├── CHANGELOG │ ├── INSTALL │ ├── LICENSE │ ├── Makefile │ ├── README │ ├── addons │ ├── country-scanner │ ├── gggooglescan │ ├── hunter │ └── verify-nikto │ ├── index.html │ ├── lib │ ├── colour.rb │ ├── extend-http_ruby1.9.rb │ ├── extend-http_ruby2.rb │ ├── http-status.rb │ ├── output.rb │ ├── plugins.rb │ ├── target.rb │ ├── tld.rb │ └── version_class.rb │ ├── my-plugins │ ├── plugin-tutorial-1.rb │ ├── plugin-tutorial-2.rb │ ├── plugin-tutorial-3.rb │ ├── plugin-tutorial-4.rb │ ├── plugin-tutorial-5.rb │ ├── plugin-tutorial-6.rb │ └── plugin-tutorial-7.rb │ ├── plugin-development │ ├── alexa-top-10.txt │ ├── alexa-top-100.txt │ ├── alexa-top-1000.txt │ ├── charset-test-list.txt │ ├── find-common-stuff │ ├── fortune-100-companies-2010.txt │ ├── get-pattern │ ├── update-alexa │ ├── update-ip-to-country-database │ ├── wget-list │ ├── wikipedia-top-1000.txt │ └── wikipedia-top-5.txt │ ├── plugins-disabled │ ├── address.rb │ ├── adobe-flash-urls.rb │ ├── atom_feed.rb │ ├── charset.rb │ ├── content-type.rb │ ├── footer-hash.rb │ ├── frame-urls.rb │ ├── google-webmaster-verify.rb │ ├── header-hash.rb │ ├── html-comments.rb │ ├── http-headers.rb │ ├── length.rb │ ├── links.rb │ ├── md5.rb │ ├── meta-city.rb │ ├── meta-contact.rb │ ├── meta-country.rb │ ├── meta-description.rb │ ├── meta-geography.rb │ ├── meta-keywords.rb │ ├── meta-state.rb │ ├── meta-zipcode.rb │ ├── mobile-website.rb │ ├── post-parameters.rb │ ├── rss_feed.rb │ ├── script-urls.rb │ ├── shortcut-icon.rb │ ├── subdomains.rb │ ├── tagpattern-hash.rb │ └── vary.rb │ ├── plugins │ ├── 1024-cms.rb │ ├── 360-web-manager.rb │ ├── 3com-nbx.rb │ ├── 3dcart.rb │ ├── 4d.rb │ ├── 4images.rb │ ├── 68-classifieds-script.rb │ ├── 6kbbs.rb │ ├── aardvark-topsites-php.rb │ ├── ab-web-cms.rb │ ├── abo.cms.rb │ ├── abyss-web-server.rb │ ├── acarsd.rb │ ├── accellion-secure-file-transfer.rb │ ├── access-control-allow-methods.rb │ ├── acclipse.rb │ ├── achecker.rb │ ├── acidcat-cms.rb │ ├── acme.serve.rb │ ├── acollab.rb │ ├── acontent.rb │ ├── acti-web-configurator.rb │ ├── activecollab.rb │ ├── activehtml.rb │ ├── activeweb-content-server.rb │ ├── activex.rb │ ├── ad-network-script.rb │ ├── adaptcms.rb │ ├── adcon-telemetry-gateway.rb │ ├── addthis.rb │ ├── adobe-connect.rb │ ├── adobe-flash.rb │ ├── adsubtract.rb │ ├── adtran-device.rb │ ├── advanced-guestbook.rb │ ├── advanced-image-hosting-script.rb │ ├── advantech-webaccess.rb │ ├── adxstudio-cms.rb │ ├── aef.rb │ ├── afterlogic-webmail-pro.rb │ ├── aicart.rb │ ├── aidex-webserver.rb │ ├── airos.rb │ ├── airtiesrouter.rb │ ├── airvaecommerce.rb │ ├── aj-auction-pro.rb │ ├── aja-video-converter.rb │ ├── akamai-global-host.rb │ ├── akiva-webboard.rb │ ├── aladdin-hasp-license-manager.rb │ ├── alcatel-lucent-omniswitch.rb │ ├── all-in-one-seo-pack.rb │ ├── allegro-rompager.rb │ ├── allen-bradley-plc.rb │ ├── allinta-cms.rb │ ├── allnewsmanager.net.rb │ ├── allomani-e-store.rb │ ├── allow.rb │ ├── alpha-five.rb │ ├── alstrasoft-askme.rb │ ├── alstrasoft-epay-enterprise.rb │ ├── alt-n-mdaemon-worldclient.rb │ ├── alter-native.rb │ ├── alumniserver.rb │ ├── am4ss.rb │ ├── amdsoft.rb │ ├── amiro-cms.rb │ ├── amr-wincontrol.rb │ ├── amxmodx.rb │ ├── ananyoo-cms.rb │ ├── anecms.rb │ ├── antiboard.rb │ ├── anyinventory.rb │ ├── aolserver.rb │ ├── ap-router.rb │ ├── apache-archiva.rb │ ├── apache-cocoon.rb │ ├── apache-couchdb.rb │ ├── apache-forrest.rb │ ├── apache-struts.rb │ ├── apache-tomcat.rb │ ├── apache-traffic-server.rb │ ├── apache-wicket.rb │ ├── apache.rb │ ├── apc-infrastruxure-manager.rb │ ├── apc-ups-management-card.rb │ ├── apphp-calendar.rb │ ├── appleidiskserver.rb │ ├── applet.rb │ ├── appserv.rb │ ├── arab-portal.rb │ ├── argosoft-mail-server.rb │ ├── arris-touchstone-router.rb │ ├── articlepublisherpro.rb │ ├── artiphp-cms.rb │ ├── aruba-device.rb │ ├── aruba-mobility-controller-config-file.rb │ ├── ashnews.rb │ ├── asp-nuke.rb │ ├── asp.net.rb │ ├── aspilot-cart.rb │ ├── asproxy.rb │ ├── aspthai.net-webboard.rb │ ├── aspweblinks.rb │ ├── astaro-command-center.rb │ ├── astaro-end-user-portal.rb │ ├── astaro-security-gateway.rb │ ├── asterisk.rb │ ├── atlassian-jira.rb │ ├── atmail-webmail.rb │ ├── atomic-cms.rb │ ├── atomic-photo-album.rb │ ├── atutor.rb │ ├── atvise-webmi.rb │ ├── aurion.rb │ ├── auto-cms.rb │ ├── autoindex-php-script.rb │ ├── auxilium-petratepro.rb │ ├── av-arcade.rb │ ├── avantfax.rb │ ├── avaya-aura-utility-server.rb │ ├── avaya-ip-office.rb │ ├── avaya-secure-router.rb │ ├── avocent-dsview.rb │ ├── avtech-video-web-server.rb │ ├── awstats.rb │ ├── axcms.net.rb │ ├── axel-device.rb │ ├── axentra-hipserv.rb │ ├── axigen-mail-server.rb │ ├── axis-commerce.rb │ ├── axis-network-camera.rb │ ├── axis-printserver.rb │ ├── axous.rb │ ├── axtls.rb │ ├── axway-securetransport.rb │ ├── b2evolution.rb │ ├── baap-mobile-version.rb │ ├── bab.stats.rb │ ├── backbee.rb │ ├── backuppc.rb │ ├── badblue.rb │ ├── barracuda-backup-server.rb │ ├── barracuda-load-balancer.rb │ ├── barracuda-spam-firewall.rb │ ├── barracuda-waf.rb │ ├── barts-cms.rb │ ├── base.rb │ ├── basic-php-events-lister.rb │ ├── basilic.rb │ ├── batavi.rb │ ├── battle-blog.rb │ ├── bbpress.rb │ ├── bea-weblogic-server.rb │ ├── beef.rb │ ├── belkin-modem.rb │ ├── ben-ssl.rb │ ├── bentley-systems-projectwise.rb │ ├── bestshoppro.rb │ ├── bigace.rb │ ├── bigdump.rb │ ├── billion-router.rb │ ├── binarysec-firewall.rb │ ├── bing-searchengine.rb │ ├── bingophp-news.rb │ ├── biromsoft-webcam.rb │ ├── biscom-delivery-server.rb │ ├── bitcoin-js-remote.rb │ ├── bitkeeper.rb │ ├── bitrix-site-manager.rb │ ├── bitweaver.rb │ ├── blackjumbodog.rb │ ├── blazix.rb │ ├── blogengine.net.rb │ ├── blogger.rb │ ├── blogn-plus.rb │ ├── blogsmithmedia.rb │ ├── bloofoxcms.rb │ ├── blue-coat-proxysg.rb │ ├── bluedragon.rb │ ├── bluenet-video-server.rb │ ├── bluenet-video.rb │ ├── blueonyx.rb │ ├── bluequartz.rb │ ├── bmc-remedy.rb │ ├── boa-webserver.rb │ ├── boastmachine.rb │ ├── bobo.rb │ ├── bomgar.rb │ ├── booksolved.rb │ ├── boonex-dolphin.rb │ ├── bosclassifieds.rb │ ├── brewblogger.rb │ ├── brightcove.rb │ ├── broadwin-webaccess.rb │ ├── brother-fax.rb │ ├── brother-printer.rb │ ├── browsercms.rb │ ├── bspeak.rb │ ├── buddy-zone.rb │ ├── bugfree.rb │ ├── bugtracker-net.rb │ ├── bulletlink-newspaper-template.rb │ ├── burning-board-lite.rb │ ├── businessspace.rb │ ├── bxr.rb │ ├── c99-shell.rb │ ├── ca-siteminder.rb │ ├── cachelogic-expired-domains-script.rb │ ├── cacti.rb │ ├── cactushop.rb │ ├── cafeengine.rb │ ├── calendarix.rb │ ├── calendarscript.rb │ ├── calogic-calendars.rb │ ├── calypso-ion-8r-device.rb │ ├── camera-life.rb │ ├── campsite.rb │ ├── canon-network-camera.rb │ ├── canon-print-server.rb │ ├── canon-printer.rb │ ├── capexweb.rb │ ├── car-portal.rb │ ├── card-reader-adapter.rb │ ├── carel-data-server.rb │ ├── carrier-ccnweb.rb │ ├── cartweaver.rb │ ├── castor.rb │ ├── caudium.rb │ ├── cauposhop-classic.rb │ ├── cbs-interactive.rb │ ├── cdn-cache-server.rb │ ├── censura.rb │ ├── centreon.rb │ ├── cerberus-helpdesk.rb │ ├── cern.rb │ ├── cervis.rb │ ├── cf-image-hosting-script.rb │ ├── cgi-backdoor.rb │ ├── cgi-irc.rb │ ├── cgiproxy.rb │ ├── cgit.rb │ ├── chamilo.rb │ ├── chance-i-divis-dvr.rb │ ├── check-point-firewall.rb │ ├── check-point-ssl-network-extender.rb │ ├── cherokee.rb │ ├── chiliproject.rb │ ├── chillycms.rb │ ├── chinacache.rb │ ├── cimplicity-webview.rb │ ├── cinvoice.rb │ ├── cisco-ace-xml-gateway.rb │ ├── cisco-ace.rb │ ├── cisco-adaptive-security-appliance.rb │ ├── cisco-ios.rb │ ├── cisco-ip-phone.rb │ ├── cisco-vpn-3000-concentrator.rb │ ├── citrix-access-gateway.rb │ ├── citrix-confproxy.rb │ ├── citrix-metaframe.rb │ ├── citrix-netscaler.rb │ ├── citrix-web-pn-server.rb │ ├── citrix-xenserver.rb │ ├── citrusdb.rb │ ├── cituscms.rb │ ├── cl-http.rb │ ├── clansphere.rb │ ├── claroline.rb │ ├── clearwell-e-discovery.rb │ ├── clicktale.rb │ ├── clicky.rb │ ├── clientexec.rb │ ├── clipbucket.rb │ ├── clipshare.rb │ ├── cloudflare.rb │ ├── cloudfront.rb │ ├── cm3-cms.rb │ ├── cms-made-simple.rb │ ├── cms-webmanager-pro.rb │ ├── cmscontrol.rb │ ├── cmscout.rb │ ├── cmsimple.rb │ ├── cmsqlite.rb │ ├── cmydocument.rb │ ├── code_igniter_profiler.rb │ ├── codeigniter.rb │ ├── codesys-web-visualization.rb │ ├── cogent-datahub.rb │ ├── coldfusion.rb │ ├── collabtive.rb │ ├── collegiatelink.rb │ ├── comanche.rb │ ├── comersus.rb │ ├── commerce-builder.rb │ ├── commonspot.rb │ ├── communigate-pro.rb │ ├── comprafacil.rb │ ├── concrete5.rb │ ├── conexant-emweb.rb │ ├── confluence.rb │ ├── conftool.rb │ ├── connect2.rb │ ├── connectix-board.rb │ ├── connectups-x.rb │ ├── constructr-cms.rb │ ├── contao.rb │ ├── content-language.rb │ ├── content-security-policy.rb │ ├── contentteller-cms.rb │ ├── contentxxl.rb │ ├── contrexx-cms.rb │ ├── controlstar-scada.rb │ ├── cookies.rb │ ├── coppermine.rb │ ├── couchpotato.rb │ ├── cougar.rb │ ├── country-codes.txt │ ├── country-ips.dat │ ├── country.rb │ ├── covalent-enterprise-ready-server.rb │ ├── cowiki.rb │ ├── coyotepoint-load-balancer.rb │ ├── cpanel.rb │ ├── cpassman.rb │ ├── cpcommerce.rb │ ├── crazyegg.rb │ ├── createlive-cms.rb │ ├── crossdomain.xml.rb │ ├── crushftp.rb │ ├── cruxcms.rb │ ├── cruxpa.rb │ ├── cs-cart.rb │ ├── cscssm.rb │ ├── cubecart.rb │ ├── cultbooking.rb │ ├── cups.rb │ ├── cushy-cms.rb │ ├── custom-cms.rb │ ├── cuteflow.rb │ ├── cyberoam-appliance.rb │ ├── cybozu-garoon.rb │ ├── cyn.in.rb │ ├── cype-mscms.rb │ ├── d-link-network-camera.rb │ ├── d-link-router.rb │ ├── dada-mail.rb │ ├── dadabik.rb │ ├── daffodil-crm.rb │ ├── daisy.rb │ ├── darkstat.rb │ ├── dart-webserver-tool.rb │ ├── data-ontap.rb │ ├── dataflexvine-voip-iad.rb │ ├── datalife-engine.rb │ ├── datanet.rb │ ├── datum-tymserve.rb │ ├── david-webbox.rb │ ├── day-communique.rb │ ├── dbhcms.rb │ ├── dd-wrt.rb │ ├── dedicated-micros-device.rb │ ├── delegate.rb │ ├── dell-kace-appliance.rb │ ├── dell-printer.rb │ ├── dell-remote-access-controller.rb │ ├── deluge-web.rb │ ├── deluxebb.rb │ ├── diamondlist.rb │ ├── diaspora.rb │ ├── dibos.rb │ ├── diferior-cms.rb │ ├── digioz-guestbook.rb │ ├── digital-scribe.rb │ ├── dir2web-cms.rb │ ├── direct-packet-device.rb │ ├── directadmin.rb │ ├── diy-cms.rb │ ├── django.rb │ ├── dli-lpc.rb │ ├── dmxready-members-area-manager.rb │ ├── dmxready-portfolio-manager.rb │ ├── dmxready-secure-document-library.rb │ ├── dnp-firewall.rb │ ├── docebolms.rb │ ├── dokeos.rb │ ├── dokuwiki.rb │ ├── dolphin.rb │ ├── donations-cloud.rb │ ├── dorg.rb │ ├── dota-openstats.rb │ ├── dotclear.rb │ ├── dotcms.rb │ ├── dotdefender.rb │ ├── dotnetnuke.rb │ ├── dr-web-anti-virus.rb │ ├── dradis-framework.rb │ ├── dreambox.rb │ ├── drugpak.rb │ ├── drupal.rb │ ├── dspace.rb │ ├── dt-centrepiece.rb │ ├── dublin_core.rb │ ├── duclassified.rb │ ├── duforum.rb │ ├── dugallery.rb │ ├── dv-cart.rb │ ├── dvr-webclient.rb │ ├── dvwa.rb │ ├── dwr.rb │ ├── dxsock.rb │ ├── dynaweb-httpd.rb │ ├── dzcp.rb │ ├── e-manage-myschool.rb │ ├── e-xoopport.rb │ ├── earlyimpact-productcart.rb │ ├── easy-file-sharing-web-server.rb │ ├── easy-site-edit.rb │ ├── easyconsole-cms.rb │ ├── easyfeeds.rb │ ├── easylink-web-solutions.rb │ ├── eazycms.rb │ ├── ebuilding.rb │ ├── echo.rb │ ├── ecomat-cms.rb │ ├── ecshop.rb │ ├── edgeprism.rb │ ├── edimax.rb │ ├── edirectory.rb │ ├── edito-cms.rb │ ├── edk.rb │ ├── ee.rb │ ├── efront.rb │ ├── egroupware.rb │ ├── ektron-cms.rb │ ├── electro-industries-gaugetech.rb │ ├── elite-gaming-ladders.rb │ ├── elitius.rb │ ├── elxis-cms.rb │ ├── email.rb │ ├── embedthis.rb │ ├── emc-documentum-webtop.rb │ ├── emc-networker.rb │ ├── emeeting-online-dating-software.rb │ ├── emo-realty-manager.rb │ ├── empirecms.rb │ ├── ems-entry-com.rb │ ├── energine.rb │ ├── enhydra-application-server.rb │ ├── enigma2.rb │ ├── entrans.rb │ ├── envezion~media.rb │ ├── envision.rb │ ├── epic-web-honeypot.rb │ ├── episerver.rb │ ├── epiware.rb │ ├── epson-printer.rb │ ├── ericsson-tv-web-server.rb │ ├── error_log.rb │ ├── escenic.rb │ ├── eserv.rb │ ├── esitesbuilder.rb │ ├── esotalk.rb │ ├── essentia-web-server.rb │ ├── esvon-classifieds.rb │ ├── esyndicat.rb │ ├── etano.rb │ ├── ethproxy.rb │ ├── eticket.rb │ ├── eulerianws.rb │ ├── evercookie.rb │ ├── everfocus-cctv.rb │ ├── evocam.rb │ ├── exponent-cms.rb │ ├── expression-engine.rb │ ├── extjs.rb │ ├── extplorer.rb │ ├── extremeware.rb │ ├── ez-oscommerce.rb │ ├── ez-publish.rb │ ├── ezboo-webstats.rb │ ├── ezcms.rb │ ├── f3site.rb │ ├── facebook-plugin.rb │ ├── falcon-web-server.rb │ ├── fastcgi-echo.rb │ ├── fastpublish-cms.rb │ ├── fatwire-content-server.rb │ ├── fbi-takedown-notice.rb │ ├── fcms.rb │ ├── festos.rb │ ├── fex.rb │ ├── file-upload-manager.rb │ ├── filemakerpro.rb │ ├── filenice.rb │ ├── filevista.rb │ ├── firephp.rb │ ├── fitelnet-router.rb │ ├── fizmez-web-server.rb │ ├── flat-file-guestbook.rb │ ├── flax-article-manager.rb │ ├── fluentnet.rb │ ├── fluid-dynamics-search-engine.rb │ ├── fluxbb.rb │ ├── flyspray.rb │ ├── fnord.rb │ ├── footprint.rb │ ├── forest-blog.rb │ ├── formmail.rb │ ├── fortinet-firewall.rb │ ├── fortiweb.rb │ ├── fossil.rb │ ├── fpoll.rb │ ├── frame.rb │ ├── freakauth.rb │ ├── free-realty.rb │ ├── free-simple-software.rb │ ├── freejoomlas.com.rb │ ├── freenac.rb │ ├── freenas.rb │ ├── freepbx.rb │ ├── frog-cms.rb │ ├── frontpage-extensions.rb │ ├── frontpage-personal-web-server.rb │ ├── fsaatlas.rb │ ├── fujitsu-infoprovider-pro.rb │ ├── fujitsu-router.rb │ ├── fujitsu-switch.rb │ ├── fujitsu-wireless-ap.rb │ ├── funkwerk-gateway.rb │ ├── gallarific.rb │ ├── gallery.rb │ ├── ganglia.rb │ ├── gatequest-php-site-recommender.rb │ ├── gcards.rb │ ├── gearhost.rb │ ├── geeklog.rb │ ├── genohm-scada.rb │ ├── geobytes-geoselect.rb │ ├── geohttpserver.rb │ ├── geonode.rb │ ├── geoserver.rb │ ├── getsimple.rb │ ├── gitorious.rb │ ├── gitstat.rb │ ├── gitweb.rb │ ├── glfusion.rb │ ├── glossword.rb │ ├── goahead-web.rb │ ├── google-analytics.rb │ ├── google-apis.rb │ ├── google-hack-honeypot.rb │ ├── google-maps.rb │ ├── google-results.rb │ ├── google-search-appliance.rb │ ├── google-talk-chatback.rb │ ├── gordano-messaging-suite.rb │ ├── goserve.rb │ ├── gossamer-forum.rb │ ├── gpsgate-server.rb │ ├── grandstream-phone.rb │ ├── grandtec-x-guard.rb │ ├── gridsite.rb │ ├── group-office.rb │ ├── gsoap.rb │ ├── guppy.rb │ ├── h3c-secblade-firewall.rb │ ├── haproxy.rb │ ├── harris-netvx.rb │ ├── heitel-digital-video-device.rb │ ├── help-desk-software.rb │ ├── hesk.rb │ ├── highwire-press.rb │ ├── hiki.rb │ ├── hikvision.rb │ ├── hitbox-gateway.rb │ ├── hivemail.rb │ ├── holocms.rb │ ├── home-control-box.rb │ ├── hopftimeserver.rb │ ├── horde-application-framework.rb │ ├── hostbill.rb │ ├── hot-banana.rb │ ├── hotaru-cms.rb │ ├── hp-laserjet-printer.rb │ ├── hp-officejet-printer.rb │ ├── hp-printer.rb │ ├── hp-procurve-switch.rb │ ├── hp-sitescope.rb │ ├── hp-storageworks-library.rb │ ├── hp-system-management-homepage.rb │ ├── hp-virtual-connect-manager.rb │ ├── html5.rb │ ├── htpasswd.rb │ ├── http-explorer.rb │ ├── http-server.rb │ ├── httpfileserver.rb │ ├── httponly.rb │ ├── huawei-firewall.rb │ ├── huawei-quidway-switch.rb │ ├── hughes-satellite-router.rb │ ├── hughes-voice-appliance.rb │ ├── hunt-electronics-cctv.rb │ ├── hybrid-cluster.rb │ ├── hycus-cms.rb │ ├── hynetos-httpd.rb │ ├── hyperic-hq.rb │ ├── hyperwave-is.rb │ ├── i-catcher-console.rb │ ├── i-gallery.rb │ ├── i-o-data-router.rb │ ├── i.lon-smartserver.rb │ ├── i3micro.rb │ ├── ib-lite.rb │ ├── ibm-bladecenter.rb │ ├── ibm-cics-transaction-server.rb │ ├── ibm-cognos.rb │ ├── ibm-http-server.rb │ ├── ibm-internet-connection-server.rb │ ├── ibm-remote-supervisor-adapter.rb │ ├── ibm-web-traffic-express-caching-proxy.rb │ ├── ibm-webseal.rb │ ├── ibm-websphere-datapower.rb │ ├── ibm-websphere.rb │ ├── icecast.rb │ ├── iceshop.rb │ ├── icewarp-email-server.rb │ ├── icewarp-server.rb │ ├── iciniti-store.rb │ ├── icom-router.rb │ ├── ideawebserver.rb │ ├── idvr.rb │ ├── igaming-cms.rb │ ├── igivetest.rb │ ├── iguard-security-system.rb │ ├── ihtml.rb │ ├── ikonboard.rb │ ├── ilient-sysaid.rb │ ├── ilo.rb │ ├── imageview.rb │ ├── imgallery.rb │ ├── imperva-securesphere.rb │ ├── impresspages-cms.rb │ ├── incapsula-waf.rb │ ├── index-of.rb │ ├── indices.rb │ ├── indico.rb │ ├── infinet-bcx1-controller-router.rb │ ├── infinet-wireless-wanflex-router.rb │ ├── infomaster.rb │ ├── informatics-cms.rb │ ├── infotrak-oil-commander.rb │ ├── inktomi-search.rb │ ├── inout-adserver.rb │ ├── inout-article-base.rb │ ├── inout-music.rb │ ├── intellinet-ip-camera.rb │ ├── intermec-easylan.rb │ ├── internet-cluster-manager.rb │ ├── internet-rimon-filter.rb │ ├── interred.rb │ ├── interspire-shopping-cart.rb │ ├── intoto-router.rb │ ├── intrasrv.rb │ ├── intraxxion-cms.rb │ ├── intrinsyc-deviceweb.rb │ ├── inverseflow-help-desk-system.rb │ ├── invision-power-board.rb │ ├── ioncube-loader.rb │ ├── ioncube-php-accelerator.rb │ ├── ionize-cms.rb │ ├── ip-logger-pro.rb │ ├── ip.rb │ ├── ipcop-firewall.rb │ ├── ipeer.rb │ ├── ipmate-router.rb │ ├── ipswitch-imail.rb │ ├── iptime-router.rb │ ├── iqeye-netcam.rb │ ├── irealty.rb │ ├── isc-scada-service.rb │ ├── iscripts-cybermatch.rb │ ├── iscripts-easysnaps.rb │ ├── iscripts-multicart.rb │ ├── iscripts-reservelogic.rb │ ├── iscripts-socialware.rb │ ├── isolsoft-support-center.rb │ ├── isp-config.rb │ ├── ispcp-omega.rb │ ├── italkbb.rb │ ├── itop.rb │ ├── iwss.rb │ ├── jagoanstore-cms.rb │ ├── jamm-cms.rb │ ├── jamroom.rb │ ├── jasig-cas.rb │ ├── java-management-extensions.rb │ ├── java-password-log.rb │ ├── java.rb │ ├── jboss.rb │ ├── jcore.rb │ ├── jcow.rb │ ├── jenkins.rb │ ├── jetnexus-load-balancer.rb │ ├── jetty.rb │ ├── jeus.rb │ ├── jgs-portal.rb │ ├── jigsaw.rb │ ├── jive-sbs.rb │ ├── jobberbase.rb │ ├── joomla.rb │ ├── jquery.rb │ ├── juniper-load-balancer.rb │ ├── juniper-netscreen-secure-access.rb │ ├── justanswer-professional.rb │ ├── jxt-consulting.rb │ ├── kabana.rb │ ├── kaibb.rb │ ├── kajona.rb │ ├── kampyle.rb │ ├── kandidat-cms.rb │ ├── karrigell.rb │ ├── kayako-supportsuite.rb │ ├── kazaa.rb │ ├── kedacom-truesens.rb │ ├── keil-embedded-web-server.rb │ ├── kentico-cms.rb │ ├── kerio-connect.rb │ ├── kerio-webstar.rb │ ├── kerio-winroute-firewall.rb │ ├── keyfocus-webserver.rb │ ├── kleeja.rb │ ├── kloxo-single-server.rb │ ├── kmsoft-guestbook.rb │ ├── knopflerfish-http-server.rb │ ├── knowledgetree.rb │ ├── koala-web-server.rb │ ├── kodi.rb │ ├── koha.rb │ ├── kohana.rb │ ├── kolab.rb │ ├── konica-minolta-printer.rb │ ├── kontaktformular.rb │ ├── koobi.rb │ ├── kordil-edms.rb │ ├── ksearch.rb │ ├── kss.rb │ ├── kyocera-printer.rb │ ├── labview.rb │ ├── lancom-device.rb │ ├── lancom-vpn.rb │ ├── landshop.rb │ ├── lanrtc.rb │ ├── lantronix-device.rb │ ├── lasernet-cms.rb │ ├── laserwash.rb │ ├── lasso-web-data-engine.rb │ ├── leap.rb │ ├── letodms.rb │ ├── level1-router.rb │ ├── libwww-perl-daemon.rb │ ├── liferay.rb │ ├── lifesize-control.rb │ ├── lifetype.rb │ ├── lightbox.rb │ ├── lightneasy.rb │ ├── lighttpd.rb │ ├── limesurvey.rb │ ├── link-cms.rb │ ├── linkspheric.rb │ ├── linksys-nas.rb │ ├── linksys-network-camera.rb │ ├── linksys-print-server.rb │ ├── linksys-router.rb │ ├── linksys-usb-hdd.rb │ ├── linksys-wireless-g-camera.rb │ ├── listserv.rb │ ├── literadius.rb │ ├── litespeed.rb │ ├── livezilla.rb │ ├── lk-ihc-controller.rb │ ├── locazolist-classifieds.rb │ ├── lochdns-mydns-appliance.rb │ ├── log1-cms.rb │ ├── loggix.rb │ ├── lotus-domino.rb │ ├── lotus-notes-traveler.rb │ ├── lotuscms.rb │ ├── lpse.rb │ ├── luci.rb │ ├── lusca-web-proxy-cache.rb │ ├── lussumo-vanilla.rb │ ├── luxcal.rb │ ├── lxr.rb │ ├── lynxguide.rb │ ├── lyris-listmanager.rb │ ├── m2soft-rdserver.rb │ ├── mac-osx-server.rb │ ├── machttp.rb │ ├── macos-personal-websharing.rb │ ├── macs-cms.rb │ ├── magento.rb │ ├── magimagebank.rb │ ├── mahara.rb │ ├── mailenable.rb │ ├── mailform-plugin.rb │ ├── mailman.rb │ ├── mailsite-express.rb │ ├── mambo.rb │ ├── managed-fusion-url-rewriter.rb │ ├── manageengine-applications-manager.rb │ ├── manageengine-deviceexpert.rb │ ├── mantisbt.rb │ ├── mapserver-4-windows.rb │ ├── mapserver.rb │ ├── mark-of-the-web.rb │ ├── mashery-proxy.rb │ ├── mason.rb │ ├── mathopd.rb │ ├── maxmind-geoip.rb │ ├── mcafee-epolicy-orchestrator.rb │ ├── mcafee-secure.rb │ ├── md-pro.rb │ ├── mediawiki.rb │ ├── meetingplaza.rb │ ├── meitrack.rb │ ├── memht-portal.rb │ ├── mercurial.rb │ ├── meta-author.rb │ ├── meta-generator.rb │ ├── meta-geo.rb │ ├── meta-powered-by.rb │ ├── meta-refresh.rb │ ├── metinfo.rb │ ├── mgb-opensource-guestbook.rb │ ├── mhttpd.rb │ ├── mibew-messenger.rb │ ├── micro-cms.rb │ ├── micro_httpd.rb │ ├── micronet-router.rb │ ├── microsoft-httpapi.rb │ ├── microsoft-iis.rb │ ├── microsoft-office-xml.rb │ ├── microsoft-remote-web-workplace.rb │ ├── microsoft-sharepoint.rb │ ├── microsoft-sql-server-report-manager.rb │ ├── microsoft-wince.rb │ ├── microsoft-windows-business-server.rb │ ├── microsoft_odbc_error.rb │ ├── microsoftofficewebserver.rb │ ├── microsys-promotic.rb │ ├── mikrotik-router.rb │ ├── mikrotik-routeros.rb │ ├── minecraft-server.rb │ ├── miniature-jws.rb │ ├── minibb.rb │ ├── minicwb.rb │ ├── minify.rb │ ├── mint.rb │ ├── mioot-live-chat.rb │ ├── mirapoint-email-appliance.rb │ ├── mission-control-application-shield.rb │ ├── mistcms.rb │ ├── mivamerchant.rb │ ├── mjniohttpdaemon.rb │ ├── mkportal.rb │ ├── mno-go-search.rb │ ├── mobile-joomla.rb │ ├── mobilityguard.rb │ ├── mobotix-network-camera.rb │ ├── mochiweb.rb │ ├── modernizr.rb │ ├── modlogan.rb │ ├── modx-cms.rb │ ├── mojoportal.rb │ ├── mongodb.rb │ ├── mongrel.rb │ ├── monkey.rb │ ├── moodle.rb │ ├── mootools.rb │ ├── motorito.rb │ ├── movable_type.rb │ ├── moxa-nport-device.rb │ ├── moxahttp.rb │ ├── mrtg.rb │ ├── ms-sdk-httpserver.rb │ ├── msfweb.rb │ ├── msgs.rb │ ├── mshift.rb │ ├── multipowupload.rb │ ├── mura-cms.rb │ ├── musicbox.rb │ ├── muster-render-farm.rb │ ├── my-php-indexer.rb │ ├── my-webcamxp-server.rb │ ├── mybb.rb │ ├── myhobbysite.rb │ ├── myiosoft-ajax-portal.rb │ ├── myphp-forum.rb │ ├── myre-php.rb │ ├── myshell.rb │ ├── mysource-matrix.rb │ ├── mysql-dump.rb │ ├── mysql-error.rb │ ├── mysql_connect.rb │ ├── mysqldumper.rb │ ├── mysqlman.rb │ ├── mywebftp.rb │ ├── myzone.rb │ ├── nabble.rb │ ├── namazu.rb │ ├── navicopa.rb │ ├── ncr-itran-3000t-imaging-transport.rb │ ├── ncsa-httpd.rb │ ├── nera-satlink.rb │ ├── net2ftp.rb │ ├── net2phone.rb │ ├── netapp-nas.rb │ ├── netboard.rb │ ├── netbotz-network-monitoring-device.rb │ ├── netbox.rb │ ├── netcache-appliance.rb │ ├── netcomm-wireless-hotspot-gateway.rb │ ├── netgear-firewall.rb │ ├── netgear-print-server.rb │ ├── netgear-router.rb │ ├── netious-cms.rb │ ├── netjuke.rb │ ├── netport.rb │ ├── netpresenz.rb │ ├── netquery.rb │ ├── netref.rb │ ├── netscape-enterprise.rb │ ├── netscape-fasttrack.rb │ ├── netshelter-vpn.rb │ ├── netsweeper.rb │ ├── nettalk-webserver.rb │ ├── nette-framework.rb │ ├── netvehicle.rb │ ├── netwin-dbabble.rb │ ├── netwin-surgemail.rb │ ├── network-tracker.rb │ ├── networx.rb │ ├── newscoop.rb │ ├── newswall.rb │ ├── nexpose-security-console.rb │ ├── nextgen-gallery.rb │ ├── nexusphp.rb │ ├── nginx.rb │ ├── niagara-web-server.rb │ ├── ninkobb.rb │ ├── nintendo-ds.rb │ ├── nintendo-gamecube.rb │ ├── nintendo-wii.rb │ ├── nmap-log.rb │ ├── nopcommerce.rb │ ├── nortel-ethernet-routing-switch-config-file.rb │ ├── nortel-router.rb │ ├── noticeboardpro.rb │ ├── novell-groupwise.rb │ ├── novell-ichain.rb │ ├── novell-netware.rb │ ├── novell-open-enterprise-server.rb │ ├── novell-sentinel-log-manager.rb │ ├── novnc.rb │ ├── nsfocus.rb │ ├── ntop.rb │ ├── nucleus-cms.rb │ ├── nucleus.rb │ ├── nukedit.rb │ ├── nukeviet-cms.rb │ ├── o2micro-firewall.rb │ ├── object.rb │ ├── obm.rb │ ├── oce.rb │ ├── ocportal.rb │ ├── ocs-inventory-ng.rb │ ├── octopussy.rb │ ├── oki-pbx.rb │ ├── oki-printer.rb │ ├── olat.rb │ ├── onefilecms.rb │ ├── online-grades.rb │ ├── onze-miner.rb │ ├── op5-monitor.rb │ ├── op5-statistics.rb │ ├── open-admin-for-schools.rb │ ├── open-auto-classifieds.rb │ ├── open-blog.rb │ ├── open-freeway.rb │ ├── open-graph-protocol.rb │ ├── open-realty.rb │ ├── open-xchange.rb │ ├── open_search.rb │ ├── opencart.rb │ ├── opencms.rb │ ├── openconf.rb │ ├── opendocman.rb │ ├── openemr.rb │ ├── openengine.rb │ ├── openfiler.rb │ ├── openi.rb │ ├── openid.rb │ ├── openkm.rb │ ├── openlabyrinth.rb │ ├── openlookup.rb │ ├── opennewsletter.rb │ ├── opennms.rb │ ├── openssl.rb │ ├── openwrt.rb │ ├── openx.rb │ ├── oracle-access-manager.rb │ ├── oracle-adf-faces.rb │ ├── oracle-application-server.rb │ ├── oracle-database.rb │ ├── oracle-fusion-middleware.rb │ ├── oracle-http-server.rb │ ├── oracle-internet-application-server.rb │ ├── oracle-iplanet.rb │ ├── oracle-primerva.rb │ ├── oracle-real-user-experience-insight.rb │ ├── oracle-siebel-crm.rb │ ├── oracle-webdb.rb │ ├── orangehrm.rb │ ├── orbis-cms.rb │ ├── orca-platform.rb │ ├── orenosv.rb │ ├── orite-301-camera.rb │ ├── oscommerce.rb │ ├── ossim.rb │ ├── osticket.rb │ ├── otrs.rb │ ├── ourdisclaimer.rb │ ├── outlook-web-app.rb │ ├── ovbb.rb │ ├── owl-intranet-engine.rb │ ├── ownserver.rb │ ├── packetshaper.rb │ ├── packetwave.rb │ ├── pagecookery-microblog.rb │ ├── pageup-people.rb │ ├── panasonic-network-camera.rb │ ├── pandora-fms.rb │ ├── pantheon.rb │ ├── parallel-crystal-load-balancer.rb │ ├── parature.rb │ ├── parked-domain.rb │ ├── passenger.rb │ ├── passport.rb │ ├── password_field.rb │ ├── pc4uploader.rb │ ├── pcextreme.rb │ ├── pcpin-chat.rb │ ├── pear.rb │ ├── pegarules.rb │ ├── perfectone-voip-phone.rb │ ├── perl.rb │ ├── perlfect-search.rb │ ├── pg-real-estate-solution.rb │ ├── pg-roomate-finder-solution.rb │ ├── pharos-lpc.rb │ ├── philboard.rb │ ├── phion-firewall.rb │ ├── phoenix-contact-device.rb │ ├── phorum.rb │ ├── photopost-php.rb │ ├── photostore.rb │ ├── php-cake.rb │ ├── php-charts.rb │ ├── php-csl.rb │ ├── php-easy-data.rb │ ├── php-fusion.rb │ ├── php-hosting-directory.rb │ ├── php-layers.rb │ ├── php-link-directory.rb │ ├── php-live.rb │ ├── php-mall.rb │ ├── php-mes-films.rb │ ├── php-nuke.rb │ ├── php-photo-album.rb │ ├── php-photo-gallery.rb │ ├── php-ping.rb │ ├── php-pro-bid.rb │ ├── php-server-monitor.rb │ ├── php-shell.rb │ ├── php-support-tickets.rb │ ├── php-update.rb │ ├── php-xmlrpc.rb │ ├── php.rb │ ├── php121.rb │ ├── phpatm.rb │ ├── phpbazar.rb │ ├── phpbb.rb │ ├── phpcityportal.rb │ ├── phpcollab.rb │ ├── phpcow.rb │ ├── phpdealerlocator.rb │ ├── phpdenora.rb │ ├── phpdirector.rb │ ├── phpdocumentor.rb │ ├── phpfm.rb │ ├── phpfox.rb │ ├── phpfreechat.rb │ ├── phpgradebook.rb │ ├── phpgraphy.rb │ ├── phpgreetcards.rb │ ├── phphotoalbum.rb │ ├── phpinfo.rb │ ├── phpkit.rb │ ├── phpldapadmin.rb │ ├── phplist.rb │ ├── phpmailshare.rb │ ├── phpmoneybooks.rb │ ├── phpmumbleadmin.rb │ ├── phpmyadmin.rb │ ├── phpmybackuppro.rb │ ├── phpmybible.rb │ ├── phpmyfaq.rb │ ├── phpmyrealty.rb │ ├── phpmysport.rb │ ├── phpmytourney.rb │ ├── phpopenchat.rb │ ├── phportfolio.rb │ ├── phppgadmin.rb │ ├── phpquestionnaire.rb │ ├── phpraid.rb │ ├── phprechnung.rb │ ├── phpremoteview.rb │ ├── phpscheduleit.rb │ ├── phpshop.rb │ ├── phpsysinfo.rb │ ├── phpvid.rb │ ├── phpvms.rb │ ├── phpwcms.rb │ ├── phpwind.rb │ ├── phxeventmanager.rb │ ├── pi3web.rb │ ├── piecrust.rb │ ├── pithcms.rb │ ├── pivot.rb │ ├── pivotal-crm.rb │ ├── pivotx.rb │ ├── piwigo.rb │ ├── piwik.rb │ ├── pixel-ads-script.rb │ ├── pixel-script.rb │ ├── pixelpost.rb │ ├── pixie.rb │ ├── pjirc.rb │ ├── plandora.rb │ ├── play-framework.rb │ ├── playsms.rb │ ├── plesk.rb │ ├── pligg-cms.rb │ ├── plogger.rb │ ├── plone.rb │ ├── pluck-cms.rb │ ├── pluxml.rb │ ├── pmwiki.rb │ ├── pnpscada.rb │ ├── podpress.rb │ ├── pogoplug.rb │ ├── polycom-soundpoint.rb │ ├── polycom-viewstation.rb │ ├── pommo.rb │ ├── portalapp.rb │ ├── post-revolution.rb │ ├── posterita-pos.rb │ ├── posterous.rb │ ├── poweralert.rb │ ├── powerdns.rb │ ├── powered-by.rb │ ├── powermta.rb │ ├── powerschool.rb │ ├── powerweb.rb │ ├── pragmamx.rb │ ├── pragyan-cms.rb │ ├── pre-printing-press.rb │ ├── prediction-football.rb │ ├── pressflow.rb │ ├── prestashop.rb │ ├── price-comparison-script.rb │ ├── pritlog.rb │ ├── pro-chat-rooms.rb │ ├── processmaker.rb │ ├── procon-electronics-mod-mux.rb │ ├── profense-firewall.rb │ ├── prolink-router.rb │ ├── proliphix-thermostat.rb │ ├── proscan.rb │ ├── prototype.rb │ ├── proxmox-ve.rb │ ├── proxy-agent.rb │ ├── proxy-authenticate.rb │ ├── prtg-network-monitor.rb │ ├── ptcpay.rb │ ├── pulsecms.rb │ ├── punbb.rb │ ├── puppet-dashboard.rb │ ├── puridiom.rb │ ├── purveyor-encrypt-webserver.rb │ ├── putty-log.rb │ ├── pygopherd.rb │ ├── python.rb │ ├── qcodo-development-framework.rb │ ├── qcubed-development-framework.rb │ ├── qdpm.rb │ ├── qlogic-sansurfer-fc-hba-manager.rb │ ├── qnap-nas.rb │ ├── qr-code-panel.rb │ ├── qtranslate.rb │ ├── quantcast.rb │ ├── quanterra-q330.rb │ ├── quescom-qportal.rb │ ├── quest-password-manager.rb │ ├── quick.cms.rb │ ├── quickersite.rb │ ├── quickweb.rb │ ├── quixplorer.rb │ ├── rabbit-microcontroller.rb │ ├── rackcorp-cdn.rb │ ├── rackstar-server-appliance-os.rb │ ├── raidenhttpd.rb │ ├── railo.rb │ ├── rainmail.rb │ ├── rapid-browser.rb │ ├── rapidleech.rb │ ├── rapidsite.rb │ ├── raptor-firewall.rb │ ├── rcttools.rb │ ├── real-estate-portal.rb │ ├── realtor-747.rb │ ├── realvnc.rb │ ├── recaptcha.rb │ ├── red-lion-hmi.rb │ ├── redaxscript.rb │ ├── redirect-location.rb │ ├── redmine.rb │ ├── redshop.rb │ ├── reflex-cms.rb │ ├── reinvigorate.rb │ ├── remotelyanywhere.rb │ ├── reos.rb │ ├── request-tracker.rb │ ├── resin.rb │ ├── restlet-framework.rb │ ├── revsense.rb │ ├── rfi-scanner-bot.rb │ ├── ricoh-photocopier.rb │ ├── rios.rb │ ├── rips.rb │ ├── robots.txt.rb │ ├── robpoll.rb │ ├── rospora.rb │ ├── roundcube.rb │ ├── roxen.rb │ ├── ruby-on-rails.rb │ ├── ruby.rb │ ├── ruckus-wireless-router.rb │ ├── rumba-cms.rb │ ├── runcms.rb │ ├── russian-apache.rb │ ├── rutorrent.rb │ ├── sabnzbd.rb │ ├── sabros.us.rb │ ├── sagem-router.rb │ ├── saman-portal.rb │ ├── sambar-server.rb │ ├── samsung-printer.rb │ ├── sap-netweaver.rb │ ├── sarg.rb │ ├── saurus-cms.rb │ ├── savant.rb │ ├── sawmill.rb │ ├── sazcart.rb │ ├── screwturn-wiki.rb │ ├── script.rb │ ├── scriptaculous.rb │ ├── scrutinizer.rb │ ├── sdcms.rb │ ├── sdl-tridion-wcms.rb │ ├── seagate-goflex.rb │ ├── seagull-php-framework.rb │ ├── searchfit-shopping-cart.rb │ ├── secure-snapgear.rb │ ├── seditio.rb │ ├── segpub.rb │ ├── seh-printserver.rb │ ├── semaphore.rb │ ├── seminole.rb │ ├── sendcard.rb │ ├── sendio-esp.rb │ ├── sentinelserver.rb │ ├── seo-panel.rb │ ├── seportal.rb │ ├── serendipity.rb │ ├── shaadi-zone.rb │ ├── shadowed-portal.rb │ ├── sharethis.rb │ ├── shopex.rb │ ├── shoretel-converged-conferencing.rb │ ├── shoutcast-administrator.rb │ ├── siemens-router.rb │ ├── siemens-simatic.rb │ ├── silex-print-server.rb │ ├── sillysmart.rb │ ├── silverstripe.rb │ ├── simbix-framework.rb │ ├── simple-directory-listing.rb │ ├── simple-forum-php.rb │ ├── simple-phishing-toolkit.rb │ ├── simplesamlphp.rb │ ├── simpletech-simpleshare-nas.rb │ ├── simplewire.rb │ ├── simpnews.rb │ ├── simsweb.rb │ ├── sipura-voip-phone.rb │ ├── site-meter.rb │ ├── site-sift.rb │ ├── site4.rb │ ├── sitecaddy.rb │ ├── sitecom-nas.rb │ ├── sitefinity.rb │ ├── sitegenius.rb │ ├── sitemajic.rb │ ├── siteplayer.rb │ ├── skalinks.rb │ ├── skillsoft-skillport-lms.rb │ ├── skyx.rb │ ├── slaed-cms.rb │ ├── slideshowpro-director.rb │ ├── slingbox.rb │ ├── sma-sunny-webbox.rb │ ├── smart-soft-vcard-server.rb │ ├── smartcds.rb │ ├── smartermail.rb │ ├── smarterstats.rb │ ├── smartthumbs.rb │ ├── smf.rb │ ├── smodcms.rb │ ├── smokeping.rb │ ├── smugmug.rb │ ├── snap-appliance-server.rb │ ├── snare.rb │ ├── snews.rb │ ├── snom-phone.rb │ ├── snort-report.rb │ ├── social-strata.rb │ ├── socketkb.rb │ ├── sockettimesheet.rb │ ├── sockso.rb │ ├── socorro.rb │ ├── softbiz-freelancers-script.rb │ ├── softbiz-online-auctions-script.rb │ ├── softbiz-online-classifieds.rb │ ├── softplc-controller.rb │ ├── solarwinds-network-performance-monitor.rb │ ├── solidyne-inet-server.rb │ ├── sonicwall-firewall.rb │ ├── sonicwall-gms.rb │ ├── sonicwall-ssl-vpn.rb │ ├── sony-locationfree-tv.rb │ ├── sony-network-camera.rb │ ├── sony-projector.rb │ ├── sony-video-network-station.rb │ ├── sophos-email-appliance.rb │ ├── sourcebans.rb │ ├── spamtitan.rb │ ├── speakker.rb │ ├── specialix-jetstream.rb │ ├── speedstreamrouter.rb │ ├── speedtouch.rb │ ├── sphider.rb │ ├── sphinx.rb │ ├── spiceworks.rb │ ├── spinetix-hyper-media-player.rb │ ├── spinnaker.rb │ ├── spip.rb │ ├── spirepro-cms.rb │ ├── splunk.rb │ ├── spree-commerce.rb │ ├── spring-framework.rb │ ├── spryware-mis.rb │ ├── sputnik.rb │ ├── spyglass-microserver.rb │ ├── sql-buddy.rb │ ├── sql-cms.rb │ ├── sqlitemanager.rb │ ├── squarespace.rb │ ├── squid-web-proxy-cache.rb │ ├── squirrelcart.rb │ ├── squirrelmail.rb │ ├── ssl.rb │ ├── star-network.rb │ ├── stardot-express.rb │ ├── stardot-netcam.rb │ ├── statusnet.rb │ ├── steam-steal0r-log.rb │ ├── storagetek-nas.rb │ ├── strato-newsletter-manager.rb │ ├── streamline-php-media-server.rb │ ├── strict-transport-security.rb │ ├── stronghold.rb │ ├── subdreamer-cms.rb │ ├── subrion-cms.rb │ ├── subsonic.rb │ ├── sugarcrm.rb │ ├── sun-cobalt.rb │ ├── sun-glassfish.rb │ ├── sun-java-system-calendar-express.rb │ ├── sun-java-system-server.rb │ ├── sun-web-server.rb │ ├── supersalon-pos.rb │ ├── support-incident-tracker.rb │ ├── suspended-webpage.rb │ ├── svn.rb │ ├── sweetrice.rb │ ├── swiki.rb │ ├── sx-shop.rb │ ├── sx-webserver.rb │ ├── sybase-jaguar.rb │ ├── symantec-client-security.rb │ ├── symantec-endpoint-protection-manager.rb │ ├── symfony.rb │ ├── symphony-cms.rb │ ├── synchronet-bbs.rb │ ├── syncrify.rb │ ├── syndeocms.rb │ ├── synology-diskstation.rb │ ├── syntaxcms.rb │ ├── syntype-cms.rb │ ├── sysmaster.rb │ ├── system-shop.rb │ ├── systembase-portbase.rb │ ├── tab-and-link-manager.rb │ ├── tac-xenta-controller.rb │ ├── talkswitch-phone.rb │ ├── tanberg-videoconference-management-system.rb │ ├── tandberg-tv-web-server.rb │ ├── tangocms.rb │ ├── taskfreak.rb │ ├── taurus-server-appliance.rb │ ├── tbdev-yse.rb │ ├── tcexam.rb │ ├── tcms.rb │ ├── team-board.rb │ ├── teamspeak-server-log.rb │ ├── teamviewer.rb │ ├── teapot.rb │ ├── techno-dreams-faq-manager.rb │ ├── tektroniks.rb │ ├── tele-data-cms.rb │ ├── telefinder.rb │ ├── telligent-community-server.rb │ ├── tencent-qq.rb │ ├── tengine-web-server.rb │ ├── tenon-itools.rb │ ├── testlink.rb │ ├── teveolive-video-broadcast-software.rb │ ├── textpattern-cms.rb │ ├── textpattern.rb │ ├── tftgallery.rb │ ├── th-erp.rb │ ├── the-amazing-little-poll.rb │ ├── the-php-real-estate-script.rb │ ├── thehostingtool.rb │ ├── thin.rb │ ├── think-plus.rb │ ├── thoughtconduit.rb │ ├── thttpd.rb │ ├── tickets-cad-system.rb │ ├── tiger-ip-connect.rb │ ├── tiger-netcom-device.rb │ ├── tilgin-router.rb │ ├── timelink.rb │ ├── timelive.rb │ ├── timesheet-ng.rb │ ├── tine-2.0.rb │ ├── tinybb.rb │ ├── tinyproxy.rb │ ├── title.rb │ ├── tivo.rb │ ├── tivoli-access-manager.rb │ ├── tivowebplus.rb │ ├── tmsoft-myauth-gateway.rb │ ├── tmw-imaging.rb │ ├── tomatocart.rb │ ├── tomatocms.rb │ ├── toner-cart.rb │ ├── torrentflux.rb │ ├── toshiba-cable-modem.rb │ ├── toshiba-network-camera.rb │ ├── toshiba-printer.rb │ ├── toshiba-projector.rb │ ├── totvs-smartclient.rb │ ├── tp-link-router.rb │ ├── trac.rb │ ├── tracewatch.rb │ ├── tradingeye.rb │ ├── traffic-inspector.rb │ ├── traidnt-up.rb │ ├── treenews.rb │ ├── trend-micro.rb │ ├── trendnet-print-server.rb │ ├── trendnet-router.rb │ ├── tribiq.rb │ ├── trident7-wave7-olt.rb │ ├── troy-serial-server.rb │ ├── truition.rb │ ├── tumblr.rb │ ├── turbo-seek.rb │ ├── tutortrac.rb │ ├── tversity.rb │ ├── twiki.rb │ ├── twistedweb.rb │ ├── twonkyserver.rb │ ├── typekit.rb │ ├── typepad.rb │ ├── typo3.rb │ ├── typolight.rb │ ├── ucenter-home.rb │ ├── uclinux-httpd.rb │ ├── uebimiau-webmail.rb │ ├── ultimatebb.rb │ ├── ultraseek.rb │ ├── ultrastats.rb │ ├── umbraco.rb │ ├── uncommon-headers.rb │ ├── uniform-server.rb │ ├── unimep-station-controller.rb │ ├── unknown-router.rb │ ├── uportal.rb │ ├── urlrewriter.net.rb │ ├── useresponse.rb │ ├── userland-frontier.rb │ ├── ushahidi.rb │ ├── usp-secure-entry-server.rb │ ├── usp-secure-login-service.rb │ ├── utopia-news-pro.rb │ ├── utorrent.rb │ ├── vamcart.rb │ ├── vanilla-forums.rb │ ├── varnish.rb │ ├── vbportal.rb │ ├── vbulletin.rb │ ├── vcalendar.rb │ ├── vcard.rb │ ├── velazquez.rb │ ├── veo-observer.rb │ ├── via.rb │ ├── video-cms.rb │ ├── video-share-enterprise.rb │ ├── videodb.rb │ ├── videosmate-organizer.rb │ ├── vidiscript.rb │ ├── viewvc.rb │ ├── vigor-router.rb │ ├── viking.rb │ ├── vimeo.rb │ ├── virtualmin.rb │ ├── virtuemart.rb │ ├── viscacha.rb │ ├── visec.rb │ ├── visiongs-webcam.rb │ ├── visionweb.rb │ ├── visualroute.rb │ ├── visualware-myconnection-server.rb │ ├── vivotek-network-camera.rb │ ├── vlc-web-interface.rb │ ├── vmware-esxi-server.rb │ ├── vmware-virtualcenter.rb │ ├── vmware-zimbra.rb │ ├── voip-router-gateway.rb │ ├── vp-asp.rb │ ├── vpon.rb │ ├── vqserver.rb │ ├── vs-panel.rb │ ├── vsns-lemon.rb │ ├── vsp-stats-processor.rb │ ├── vtigercrm.rb │ ├── vts.rb │ ├── vulnerable-to-xss.rb │ ├── w-agora.rb │ ├── w3-total-cache.rb │ ├── w3mfc.rb │ ├── wacintaki-poteto-bbs.rb │ ├── wampserver.rb │ ├── wanem.rb │ ├── warcraft-3-frozen-throne-config-file.rb │ ├── warning.rb │ ├── watchguard-firewall.rb │ ├── watson.rb │ ├── weatimages.rb │ ├── web-calendar-system.rb │ ├── web-control-panel.rb │ ├── web-crossing-server.rb │ ├── web-data-administrator.rb │ ├── web-publishing-wizard.rb │ ├── web-wiz-rich-text-editor.rb │ ├── web2.rb │ ├── web2project.rb │ ├── web2py.rb │ ├── webalizer-log.rb │ ├── webasyst-shop-script.rb │ ├── webbackdoor.rb │ ├── webbased-pear-package-manager.rb │ ├── webbler.rb │ ├── webcompro-cms.rb │ ├── webdav.rb │ ├── webduino.rb │ ├── webdvr.rb │ ├── webeye-network-camera.rb │ ├── webfs.rb │ ├── webgrind.rb │ ├── webguard.rb │ ├── webhare-application-portal.rb │ ├── webid.rb │ ├── webiis.rb │ ├── webissues.rb │ ├── webknight.rb │ ├── webmatic.rb │ ├── webmedia-explorer.rb │ ├── webobjects.rb │ ├── webpa.rb │ ├── webpress.rb │ ├── websidestory.rb │ ├── websitebaker-cms.rb │ ├── websitepro.rb │ ├── websocket.rb │ ├── webspell.rb │ ├── webspotblogging.rb │ ├── websvn.rb │ ├── webyep.rb │ ├── werkzeug.rb │ ├── whatsup.rb │ ├── whatweb-plugin.rb │ ├── whiteboard.rb │ ├── whizzy-cms.rb │ ├── whmcs.rb │ ├── wifidog.rb │ ├── wikidforum.rb │ ├── wikiwebhelp.rb │ ├── wildcat.rb │ ├── winamp-web-interface.rb │ ├── winconnection.rb │ ├── windows-internet-printing.rb │ ├── windows-remote-printing.rb │ ├── windweb.rb │ ├── wing-ftp-server.rb │ ├── winmail-server.rb │ ├── winstone.rb │ ├── wiseguy.rb │ ├── wolfcms.rb │ ├── wooframework.rb │ ├── wordfusion.rb │ ├── wordpress-contact-form.rb │ ├── wordpress-mobile-pack.rb │ ├── wordpress-spamfree.rb │ ├── wordpress-stats.rb │ ├── wordpress-supercache.rb │ ├── wordpress.rb │ ├── worldgroup-server.rb │ ├── wow-raid-manager.rb │ ├── wow-server-status.rb │ ├── wowza-media-server.rb │ ├── wp-slimstat.rb │ ├── wpquiz.rb │ ├── ws_ftp-log.rb │ ├── wsn-classifieds.rb │ ├── wsn-directory.rb │ ├── wsn-forum.rb │ ├── wsn-gallery.rb │ ├── wsn-knowledge-base.rb │ ├── wsn-links.rb │ ├── wsn-software-directory.rb │ ├── wstool.rb │ ├── www-authenticate.rb │ ├── www-file-share-pro.rb │ ├── wwwboard.rb │ ├── wwwphoto.rb │ ├── x-backend.rb │ ├── x-cache.rb │ ├── x-forwarded-for.rb │ ├── x-frame-options.rb │ ├── x-hacker.rb │ ├── x-host.rb │ ├── x-machine.rb │ ├── x-pingback.rb │ ├── x-powered-by-header.rb │ ├── x-ua-compatible.rb │ ├── x-vortech-php.rb │ ├── x-xss-protection.rb │ ├── x10media-mp3-search-engine.rb │ ├── x10media-torrent-search-engine.rb │ ├── x7chat.rb │ ├── xampp.rb │ ├── xataface.rb │ ├── xavante.rb │ ├── xbmc.rb │ ├── xchangeboard.rb │ ├── xeneo-web-server.rb │ ├── xenforo.rb │ ├── xerox-printer.rb │ ├── xerver.rb │ ├── xgb.rb │ ├── xhp-cms.rb │ ├── xitami.rb │ ├── xmb.rb │ ├── xoops-cube.rb │ ├── xoops.rb │ ├── xproxy.rb │ ├── xt-commerce.rb │ ├── xtra-business-hosting.rb │ ├── xwiki.rb │ ├── xybershield.rb │ ├── yamamah.rb │ ├── youtube.rb │ ├── zabbix.rb │ ├── zebranet-printserver.rb │ ├── zen-cart.rb │ ├── zen-load-balancer.rb │ ├── zend.rb │ ├── zenoss-core.rb │ ├── zero-one-technology-print-server.rb │ ├── zest-web-engine.rb │ ├── zeus-cart.rb │ ├── zeus-traffic-manager.rb │ ├── zeus-web-server.rb │ ├── zfeeder.rb │ ├── zikula.rb │ ├── zimplit-cms.rb │ ├── zipbox-media.rb │ ├── zomplog.rb │ ├── zoneminder.rb │ ├── zones-web-solution.rb │ ├── zoom-search-engine.rb │ ├── zope.rb │ ├── zoph.rb │ ├── zotonic.rb │ ├── zte-iad.rb │ ├── zylone-it.rb │ └── zyxel-router.rb │ ├── whatweb │ ├── whatweb.1 │ └── whatweb.xsl ├── AUTHOR ├── Dockerfile ├── LICENSE ├── README.md ├── conf └── proxy.json ├── create-elasticsearch-certs.yml ├── db ├── Dockerfile └── schema.sql ├── docker-compose.yml ├── elk-instances.yml ├── etc ├── banned_words ├── database ├── deploy.cfg ├── elasticsearch ├── interesting_paths ├── limits ├── memcached ├── private │ └── flask.secret ├── privoxy.config.default ├── proxy ├── revision ├── site ├── uwsgi_only ├── version └── version_string ├── extensions ├── README.md ├── apm-server │ ├── Dockerfile │ ├── README.md │ ├── apm-server-compose.yml │ └── config │ │ └── apm-server.yml ├── curator │ ├── Dockerfile │ ├── README.md │ ├── config │ │ ├── curator.yml │ │ └── delete_log_files_curator.yml │ ├── curator-compose.yml │ └── entrypoint.sh └── logspout │ ├── Dockerfile │ ├── README.md │ ├── build.sh │ ├── logspout-compose.yml │ └── modules.go ├── init ├── down_proxy.sh ├── haproxy.cfg ├── isup-service-alive.sh ├── isup-service.sh ├── isup-service_alive.sh ├── restart_privoxy.sh ├── scraper-service.sh └── start_tor.sh ├── lib ├── banned.py ├── bitcoin.py ├── clone_detection.py ├── detect_language.py ├── email_util.py ├── helpers.py ├── interesting_paths.py ├── portscanner.py ├── portscanner_utils.py ├── tor_cache.py ├── tor_db │ ├── __init__.py │ ├── constants.py │ ├── db.py │ └── models │ │ ├── __init__.py │ │ ├── allowed_domain.py │ │ ├── bitcoin_address.py │ │ ├── blocked_domain.py │ │ ├── clone_group.py │ │ ├── daily_stat.py │ │ ├── domain.py │ │ ├── email.py │ │ ├── headless_bot.py │ │ ├── open_port.py │ │ ├── page.py │ │ ├── request_log.py │ │ ├── search_log.py │ │ ├── ssh_fingerprint.py │ │ └── web_component.py ├── tor_elasticsearch.py ├── tor_paths.py ├── tor_text.py ├── version.py └── whatweb.py ├── onion_proxy ├── Dockerfile ├── entrypoint.sh └── haproxy.cfg ├── onions_list └── onions.txt ├── requirements.txt ├── restart.sh ├── reverse_proxy ├── Dockerfile ├── authproxy │ ├── __init__.py │ ├── admin.py │ ├── apps.py │ ├── migrations │ │ └── __init__.py │ ├── models.py │ ├── tests.py │ ├── urls.py │ └── views.py ├── db.sqlite3 ├── entrypoint.sh ├── haproxy.cfg ├── manage.py ├── requirements.txt └── reverse_proxy │ ├── __init__.py │ ├── settings.py │ ├── urls.py │ └── wsgi.py ├── scrapy.cfg ├── scripts ├── add_domains_to_elasticsearch.py ├── add_domains_to_elasticsearch.sh ├── add_ssh_fingerprint.py ├── ban.py ├── ban.sh ├── ban_list.py ├── ban_list.sh ├── blank.sh ├── build_corpus.sh ├── build_dictionary.py ├── build_lda_model.py ├── build_lda_model.sh ├── check_fingerprint.sh ├── checkurl.sh ├── clean_clone_groups.py ├── clean_clone_groups.sh ├── crawl_from.sh ├── create_flask_secret.py ├── create_flask_secret.sh ├── create_privoxy_confs.sh ├── deploy.sh ├── deploy_test.sh ├── detect_clones.py ├── detect_clones.sh ├── docker_haproxy_harvest_scrape.sh ├── domains_all_alive.py ├── domains_all_alive.sh ├── domains_since_and_touch.py ├── dont_have.py ├── dont_have.sh ├── elasticsearch_migrate.py ├── elasticsearch_migrate.sh ├── env.sh ├── extract_from_url.sh ├── fix_page_paths.py ├── fix_page_paths.sh ├── fix_subdomains.py ├── fix_subdomains.sh ├── gen_random.py ├── gen_random.sh ├── generate_gexf.py ├── generate_gexf.sh ├── get_valid.sh ├── harvest.sh ├── harvest_depth.sh ├── harvest_relay.sh ├── import_tor2web.py ├── kill.sh ├── links2.sh ├── make_genuine.py ├── mark_fake.sh ├── mark_genuine.sh ├── mark_genuine_or_fake.py ├── n_relationships.sh ├── pastebin.sh ├── portscan_up.py ├── portscan_up.sh ├── process_whatweb.py ├── process_whatweb.sh ├── purify.sh ├── push.sh ├── push_if_login.sh ├── push_if_up.sh ├── push_list.sh ├── push_new_domain.sh ├── push_one_by_one.sh ├── push_smart.sh ├── python.sh ├── reaper.py ├── reaper.sh ├── referers.sh ├── remove_domain.py ├── remove_domain.sh ├── remove_page.py ├── remove_page.sh ├── resurrect.sh ├── rip.sh ├── scrape.sh ├── sleep.sh ├── ssh_fingerprint.py ├── start.sh ├── start_domain_grab.sh ├── start_marketplace_scrapy.sh ├── start_onion_scrapy.sh ├── start_pastebin_scrapy.sh ├── stats.py ├── stats.sh ├── stronghold_paste_rip.sh ├── test_random.sh ├── test_up-downonly.sh ├── test_up.sh ├── test_up_alive.sh ├── tor_extract_from_url.sh ├── tor_rip.sh ├── unban.py ├── unban.sh ├── update_and_pull_schema.sh ├── update_clone_fakes.py ├── update_clone_fakes.sh ├── update_daily_stats.py ├── update_daily_stats.sh ├── update_fingerprints.sh ├── update_schema.sh ├── useful_404_detection.py ├── useful_404_detection.sh ├── utils │ └── write_file.sh └── web.sh ├── tor-privoxy-scraper └── Dockerfile ├── tor-privoxy-web └── Dockerfile ├── torscraper ├── __init__.py ├── items.py ├── middlewares.py ├── pipelines.py ├── settings.py └── spiders │ ├── __init__.py │ ├── pastebin_scrapy.py │ ├── tor_scrapy.py │ └── words.txt └── web-general ├── Dockerfile ├── app.ini ├── app.py ├── app.wsgi ├── docker-entrypoint.sh ├── requirements.txt ├── static ├── b.js ├── bot_detection.js ├── browserconfig.xml ├── css │ ├── bootstrap.min.css │ ├── datatables.min.css │ ├── demo.css │ ├── font-awesome.min.css │ ├── magnific-popup.css │ ├── set1.css │ ├── set2.css │ ├── simple-line-icons.css │ ├── style.css │ ├── style.css.map │ ├── swiper.min.css │ └── themify-icons.css ├── fonts │ ├── FontAwesome.otf │ ├── Simple-Line-Icons.eot │ ├── Simple-Line-Icons.svg │ ├── Simple-Line-Icons.ttf │ ├── Simple-Line-Icons.woff │ ├── Simple-Line-Icons.woff2 │ ├── fontawesome-webfont.eot │ ├── fontawesome-webfont.svg │ ├── fontawesome-webfont.ttf │ ├── fontawesome-webfont.woff │ ├── fontawesome-webfont.woff2 │ ├── slick.eot │ ├── slick.svg │ ├── slick.ttf │ ├── slick.woff │ ├── themify.eot │ ├── themify.svg │ ├── themify.ttf │ └── themify.woff ├── images │ ├── apple-icon-76x76.png │ ├── favicon.ico │ ├── logo.jpg │ ├── logo.png │ ├── slider.jpg │ └── sort │ │ ├── select.png │ │ ├── sort_asc.png │ │ ├── sort_asc_disabled.png │ │ ├── sort_both.png │ │ ├── sort_desc.png │ │ └── sort_desc_disabled.png ├── js │ ├── allinone.js │ ├── bootstrap.js │ ├── bootstrap.min.js │ ├── datatables.min.js │ ├── jquery-3.2.1.min.js │ ├── jquery.magnific-popup.js │ ├── popper.min.js │ └── swiper.min.js ├── manifest.json ├── robots.txt ├── scss │ └── style.scss ├── style.css └── test.html ├── templates ├── bitcoin_list.html ├── blank.html ├── clones_list.html ├── domain_table.macro.html ├── email_list.html ├── error.html ├── faq.html ├── index_domains_only.html ├── index_fulltext.html ├── index_fulltext.html.org ├── info.html ├── input.macro.html ├── language_list.html ├── languages.html ├── layout.html ├── layout_footer.html ├── layout_header.html ├── new_index.html ├── new_list.html ├── onion_info.html ├── path_list.html ├── port_list.html ├── ruler.macro.html ├── search_panel.macro.html ├── src.html ├── ssh_list.html ├── stats.html ├── text.macro.html └── whatweb_list.html └── wsgi.py /.dockerignore: -------------------------------------------------------------------------------- 1 | # volume directory 2 | .data -------------------------------------------------------------------------------- /.env: -------------------------------------------------------------------------------- 1 | PYTHONPATH=lib/ 2 | ELK_VERSION=7.10.2 3 | ELK_CERTS_DIR=/usr/share/elasticsearch/config/certificates -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | # Declare files that will always have LF line endings on checkout. 2 | *.sh text eol=lf -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | *.tar.gz 2 | *.pyc 3 | /init/data/ 4 | /var/ 5 | /venv/ 6 | 7 | # Visual Studio Code 8 | .vscode/* 9 | !.vscode/settings.json 10 | !.vscode/tasks.json 11 | !.vscode/launch.json 12 | !.vscode/extensions.json 13 | 14 | # volume data 15 | .data -------------------------------------------------------------------------------- /3rd_party/.gitignore: -------------------------------------------------------------------------------- 1 | .project -------------------------------------------------------------------------------- /3rd_party/WhatWeb/INSTALL: -------------------------------------------------------------------------------- 1 | INSTALL 2 | 3 | Visit https://github.com/urbanadventurer/WhatWeb/wiki/Installation for installation instructions. 4 | 5 | -------------------------------------------------------------------------------- /3rd_party/WhatWeb/my-plugins/plugin-tutorial-4.rb: -------------------------------------------------------------------------------- 1 | ## 2 | # This file is part of WhatWeb and may be subject to 3 | # redistribution and commercial restrictions. Please see the WhatWeb 4 | # web site for more information on licensing and terms of use. 5 | # http://www.morningstarsecurity.com/research/whatweb 6 | # 7 | Plugin.define "Plugin-Tutorial-4" do 8 | author "Your preferred name " # 1999-12-31 9 | version "0.1" 10 | description "GenericWAF is a commercial Web Application Firewall (WAF)." 11 | website "http://example.com/" 12 | 13 | # Matches # 14 | matches [ 15 | 16 | # HTTP Server Header 17 | { :search => "headers[server]", :regexp => /genericwaf\-nginx/ }, 18 | 19 | # Cookie 20 | { :search => "headers[set-cookie]", :regexp => /__genericwafuid/, :name=>"__genericwafuid cookie" }, 21 | 22 | ] 23 | 24 | end 25 | -------------------------------------------------------------------------------- /3rd_party/WhatWeb/plugin-development/alexa-top-10.txt: -------------------------------------------------------------------------------- 1 | google.com 2 | youtube.com 3 | facebook.com 4 | baidu.com 5 | yahoo.com 6 | amazon.com 7 | wikipedia.org 8 | qq.com 9 | google.co.in 10 | twitter.com 11 | -------------------------------------------------------------------------------- /3rd_party/WhatWeb/plugin-development/charset-test-list.txt: -------------------------------------------------------------------------------- 1 | www.amazon.co.jp 2 | www.pravda.ru 3 | www.118114.cn 4 | 360.cn 5 | www.cntv.cn 6 | fastpic.ru 7 | http://www.columbia.edu/~fdc/utf8/ 8 | 9 | -------------------------------------------------------------------------------- /3rd_party/WhatWeb/plugin-development/wget-list: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | AGENT="Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.12) Gecko/2009070811 Ubuntu/9.04 (jaunty) Firefox/3.0.12" 4 | 5 | if [ -z $1 ]; then 6 | echo "Usage: $0 " 7 | echo "downloads each URL's html and headers into the current directory" 8 | exit 9 | fi 10 | 11 | 12 | for i in `cat $1` ; do 13 | u=$i; f=`echo $i | sed 's/http:\/\///g' | sed 's/\//-/g'` 14 | # wget -U "$AGENT" -t 2 -O $f.html $u 15 | # curl -A "$AGENT" -I $u > $f.meta 16 | curl -A "$AGENT" -k -i $u > $f.http 17 | done 18 | 19 | -------------------------------------------------------------------------------- /3rd_party/WhatWeb/plugin-development/wikipedia-top-5.txt: -------------------------------------------------------------------------------- 1 | www.google.com 2 | www.britannica.com 3 | www.bartleby.com 4 | www.imdb.com 5 | scienceworld.wolfram.com 6 | -------------------------------------------------------------------------------- /3rd_party/WhatWeb/plugins-disabled/address.rb: -------------------------------------------------------------------------------- 1 | ## 2 | # This file is part of WhatWeb and may be subject to 3 | # redistribution and commercial restrictions. Please see the WhatWeb 4 | # web site for more information on licensing and terms of use. 5 | # http://www.morningstarsecurity.com/research/whatweb 6 | ## 7 | Plugin.define "Address" do 8 | author "Brendan Coles " # 2011-01-25 9 | version "0.1" 10 | description "This plugin identifies the 'address' (X)HTML/XML element and extracts its value." 11 | 12 | # Google rsults as at 2011-01-25 # 13 | # 124,000,000 for "Apache" "Server at" intitle:"index of" 14 | 15 | 16 | 17 | # Matches # 18 | matches [ 19 | 20 | # Extract address value 21 | { :string=>/
([^<]*)<\/address>/i }, 22 | { :string=>/
]*>/i }, 23 | 24 | ] 25 | 26 | end 27 | 28 | 29 | -------------------------------------------------------------------------------- /3rd_party/WhatWeb/plugins-disabled/content-type.rb: -------------------------------------------------------------------------------- 1 | ## 2 | # This file is part of WhatWeb and may be subject to 3 | # redistribution and commercial restrictions. Please see the WhatWeb 4 | # web site for more information on licensing and terms of use. 5 | # http://www.morningstarsecurity.com/research/whatweb 6 | ## 7 | Plugin.define "Content-Type" do 8 | author "Brendan Coles " # 2011-01-24 9 | version "0.1" 10 | description "This plugin identifies the document's content type." 11 | 12 | # More info: http://en.wikipedia.org/wiki/List_of_HTTP_header_fields 13 | 14 | 15 | 16 | # Passive # 17 | def passive 18 | m=[] 19 | 20 | # Extract conent type 21 | m << { :string=>@headers["content-type"].to_s } unless @headers["content-type"].nil? 22 | 23 | # Return passive matches 24 | m 25 | 26 | end 27 | 28 | end 29 | 30 | 31 | -------------------------------------------------------------------------------- /3rd_party/WhatWeb/plugins-disabled/google-webmaster-verify.rb: -------------------------------------------------------------------------------- 1 | ## 2 | # This file is part of WhatWeb and may be subject to 3 | # redistribution and commercial restrictions. Please see the WhatWeb 4 | # web site for more information on licensing and terms of use. 5 | # http://www.morningstarsecurity.com/research/whatweb 6 | ## 7 | Plugin.define "Google-Webmaster-Verify" do 8 | author "Brendan Coles " # 2011-03-17 9 | version "0.1" 10 | description "This plugin identifies the verify meta tag for Google Webmaster verification. This may be useful for tracking a webmaster across multiple domains." 11 | 12 | 13 | 14 | # Matches # 15 | matches [ 16 | 17 | # Meta Verify 18 | { :string=>/]+content="([^"^>]+)"[\s]*[\/]?>/i, :offset=>1 }, 19 | 20 | ] 21 | 22 | end 23 | 24 | 25 | -------------------------------------------------------------------------------- /3rd_party/WhatWeb/plugins-disabled/html-comments.rb: -------------------------------------------------------------------------------- 1 | ## 2 | # This file is part of WhatWeb and may be subject to 3 | # redistribution and commercial restrictions. Please see the WhatWeb 4 | # web site for more information on licensing and terms of use. 5 | # http://www.morningstarsecurity.com/research/whatweb 6 | ## 7 | Plugin.define "HTML-Comments" do 8 | author "Brendan Coles " # 2010-10-20 9 | version "0.1" 10 | description "This plugin extracts the HTML comments from the HTML source." 11 | 12 | 13 | 14 | # Matches # 15 | matches [ 16 | 17 | # Get HTML comments 18 | { :string=>// }, 19 | 20 | ] 21 | 22 | end 23 | 24 | -------------------------------------------------------------------------------- /3rd_party/WhatWeb/plugins-disabled/http-headers.rb: -------------------------------------------------------------------------------- 1 | ## 2 | # This file is part of WhatWeb and may be subject to 3 | # redistribution and commercial restrictions. Please see the WhatWeb 4 | # web site for more information on licensing and terms of use. 5 | # http://www.morningstarsecurity.com/research/whatweb 6 | ## 7 | Plugin.define "HTTP-Headers" do 8 | author "Brendan Coles " # 2010-10-23 9 | version "0.1" 10 | description "This plugin extracts the HTTP headers for plugin development purposes. - More info: http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol" 11 | 12 | 13 | 14 | # Passive # 15 | def passive 16 | m=[] 17 | 18 | # Extract Headers 19 | unless @headers.nil? 20 | @headers.each do|h,v| 21 | m << { :string=>h.to_s+': '+v.to_s } 22 | end 23 | end 24 | 25 | # Return passive matches 26 | m 27 | end 28 | 29 | end 30 | 31 | -------------------------------------------------------------------------------- /3rd_party/WhatWeb/plugins-disabled/length.rb: -------------------------------------------------------------------------------- 1 | ## 2 | # This file is part of WhatWeb and may be subject to 3 | # redistribution and commercial restrictions. Please see the WhatWeb 4 | # web site for more information on licensing and terms of use. 5 | # http://www.morningstarsecurity.com/research/whatweb 6 | ## 7 | 8 | Plugin.define "Len" do 9 | author "Andrew Horton" 10 | version "0.1" 11 | description "The length of the HTML body" 12 | 13 | 14 | def passive 15 | [{:string=>@body.size}] 16 | end 17 | 18 | end 19 | 20 | -------------------------------------------------------------------------------- /3rd_party/WhatWeb/plugins-disabled/md5.rb: -------------------------------------------------------------------------------- 1 | ## 2 | # This file is part of WhatWeb and may be subject to 3 | # redistribution and commercial restrictions. Please see the WhatWeb 4 | # web site for more information on licensing and terms of use. 5 | # http://www.morningstarsecurity.com/research/whatweb 6 | ## 7 | # Version 0.2 8 | # remove :certainty 9 | ## 10 | Plugin.define "MD5" do 11 | author "Andrew Horton" 12 | version "0.2" 13 | description "MD5 sum of html body. Useful to find matching pages" 14 | 15 | # Passive # 16 | def passive 17 | m=[] 18 | 19 | # MD5 hash of HTML source # :string=>Digest::MD5.hexdigest(@body) 20 | unless @md5sum.nil? 21 | m << {:name=>"md5 hash of html",:string=>@md5sum} 22 | end 23 | 24 | # Return passive matches 25 | m 26 | end 27 | 28 | end 29 | 30 | -------------------------------------------------------------------------------- /3rd_party/WhatWeb/plugins-disabled/meta-contact.rb: -------------------------------------------------------------------------------- 1 | ## 2 | # This file is part of WhatWeb and may be subject to 3 | # redistribution and commercial restrictions. Please see the WhatWeb 4 | # web site for more information on licensing and terms of use. 5 | # http://www.morningstarsecurity.com/research/whatweb 6 | ## 7 | Plugin.define "Meta-Contact" do 8 | author "Brendan Coles " # 2010-10-20 9 | version "0.1" 10 | description "This plugin retrieves the contact name or email from the meta contact tag." 11 | 12 | # Matches # 13 | matches [ 14 | 15 | # Get contact details 16 | { :string=>/^=]+name[\s]*=[\s]*['|"]?contact['|"]?[^>]+content[\s]*=[\s]*['|"]?([^'^"^>]+)/i }, 17 | { :string=>/^=]+content[\s]*=[\s]*['|"]?([^"^'^>]+)[^>]+name[\s]*=[\s]*['|"]?contact/i }, 18 | 19 | ] 20 | 21 | end 22 | 23 | -------------------------------------------------------------------------------- /3rd_party/WhatWeb/plugins-disabled/meta-description.rb: -------------------------------------------------------------------------------- 1 | ## 2 | # This file is part of WhatWeb and may be subject to 3 | # redistribution and commercial restrictions. Please see the WhatWeb 4 | # web site for more information on licensing and terms of use. 5 | # http://www.morningstarsecurity.com/research/whatweb 6 | ## 7 | Plugin.define "Meta-Description" do 8 | author "Brendan Coles " # 2010-10-20 9 | version "0.1" 10 | description "This plugin retrieves the description from the meta description tag." 11 | 12 | 13 | 14 | # Matches # 15 | matches [ 16 | 17 | # Get description 18 | { :string=>/]+name[\s]*=[\s]*['"]?description[^>]+content[\s]*=[\s]*['"]?([^'^"^>]+)/i }, 19 | { :string=>/]+content[\s]*=[\s]*['"]?([^"^']+)[^>]+name[\s]*=[\s]*['"]?description/i }, 20 | 21 | ] 22 | 23 | end 24 | 25 | -------------------------------------------------------------------------------- /3rd_party/WhatWeb/plugins-disabled/meta-keywords.rb: -------------------------------------------------------------------------------- 1 | ## 2 | # This file is part of WhatWeb and may be subject to 3 | # redistribution and commercial restrictions. Please see the WhatWeb 4 | # web site for more information on licensing and terms of use. 5 | # http://www.morningstarsecurity.com/research/whatweb 6 | ## 7 | Plugin.define "Meta-Keywords" do 8 | author "Brendan Coles " # 2010-10-20 9 | version "0.1" 10 | description "This plugin retrieves the keywords from the meta keywords tag." 11 | 12 | 13 | 14 | # Matches # 15 | matches [ 16 | 17 | # Get keywords 18 | { :string=>/]+name[\s]*=[\s]*['"]?keywords[^>]+content[\s]*=[\s]*['"]?([^'^"^>]+)/i }, 19 | { :string=>/]+content[\s]*=[\s]*['"]?([^"^']+)[^>]+name[\s]*=[\s]*['"]?keywords/i }, 20 | 21 | ] 22 | 23 | end 24 | 25 | -------------------------------------------------------------------------------- /3rd_party/WhatWeb/plugins-disabled/meta-state.rb: -------------------------------------------------------------------------------- 1 | ## 2 | # This file is part of WhatWeb and may be subject to 3 | # redistribution and commercial restrictions. Please see the WhatWeb 4 | # web site for more information on licensing and terms of use. 5 | # http://www.morningstarsecurity.com/research/whatweb 6 | ## 7 | Plugin.define "Meta-State" do 8 | author "Brendan Coles " # 2010-10-20 9 | version "0.1" 10 | description "This plugin retrieves the state from the meta state tag. This tag is used by the Gigablast search engine." 11 | 12 | 13 | 14 | # Matches # 15 | matches [ 16 | 17 | # Extract state 18 | { :string=>/^=]+name[\s]*=[\s]*['|"]?state['|"]?[^>^=]+content[\s]*=[\s]*['|"]?([^'^"^>]+)/i }, 19 | { :string=>/^=]+content[\s]*=[\s]*['|"]?([^"^'^>]+)[^>^=]+name[\s]*=[\s]*['|"]?state/i }, 20 | 21 | ] 22 | 23 | end 24 | 25 | -------------------------------------------------------------------------------- /3rd_party/WhatWeb/plugins-disabled/script-urls.rb: -------------------------------------------------------------------------------- 1 | ## 2 | # This file is part of WhatWeb and may be subject to 3 | # redistribution and commercial restrictions. Please see the WhatWeb 4 | # web site for more information on licensing and terms of use. 5 | # http://www.morningstarsecurity.com/research/whatweb 6 | ## 7 | # Version 0.2 # 8 | # Fixed regex to return multiple scripts 9 | ## 10 | Plugin.define "Script-URLs" do 11 | author "Brendan Coles " # 2010-10-14 12 | version "0.2" 13 | description "This plugin detects instances of script HTML elements and retrieves the URL." 14 | 15 | # Google results as at 2010-10-14 # 16 | # 384 for "your browser does not support javascript" 17 | 18 | 19 | 20 | # Matches # 21 | matches [ 22 | 23 | # Extract source URL 24 | { :string=>/]+src\s*=\s*["']?([^>^"^']+)/i }, 25 | 26 | ] 27 | 28 | end 29 | 30 | -------------------------------------------------------------------------------- /3rd_party/WhatWeb/plugins-disabled/shortcut-icon.rb: -------------------------------------------------------------------------------- 1 | ## 2 | # This file is part of WhatWeb and may be subject to 3 | # redistribution and commercial restrictions. Please see the WhatWeb 4 | # web site for more information on licensing and terms of use. 5 | # http://www.morningstarsecurity.com/research/whatweb 6 | ## 7 | Plugin.define "Shortcut-Icon" do 8 | author "Brendan Coles " # 2010-10-14 9 | version "0.1" 10 | description "This plugin retrieves the favicon path." 11 | 12 | 13 | 14 | # Matches # 15 | matches [ 16 | 17 | # Get shortcut icon link 18 | { :string=>/]+rel[\s]*=[\s]*['|"]?(shortcut\ )?icon[^>]+href[\s]*=[\s]*[\'|\"]?([^\"^\'^>]+)/i, :offset=>1 }, 19 | { :string=>/]+href[\s]*=[\s]*['|"]?([^"^']+)[^>]+rel[\s]*=[\s]*['|"]?(shortcut\ )?icon/i }, 20 | 21 | ] 22 | 23 | end 24 | 25 | -------------------------------------------------------------------------------- /3rd_party/WhatWeb/plugins/4d.rb: -------------------------------------------------------------------------------- 1 | ## 2 | # This file is part of WhatWeb and may be subject to 3 | # redistribution and commercial restrictions. Please see the WhatWeb 4 | # web site for more information on licensing and terms of use. 5 | # http://www.morningstarsecurity.com/research/whatweb 6 | ## 7 | Plugin.define "4D" do 8 | author "Brendan Coles " # 2011-04-11 9 | version "0.1" 10 | description "4D web application deployment server" 11 | website "Homepage: http://www.4d.com/products.html" 12 | 13 | # ShodanHQ results as at 2011-04-11 # 14 | # 431 for 4D_v11_SQL 15 | 16 | # Matches # 17 | matches [ 18 | 19 | # Version Detection # HTTP Server Header 20 | { :search=>"headers[server]", :version=>/^4D_v[\d]{1,2}(_SQL)?\/([\d\.]+)$/, :offset=>1 }, 21 | 22 | ] 23 | 24 | end 25 | 26 | -------------------------------------------------------------------------------- /3rd_party/WhatWeb/plugins/addthis.rb: -------------------------------------------------------------------------------- 1 | ## 2 | # This file is part of WhatWeb and may be subject to 3 | # redistribution and commercial restrictions. Please see the WhatWeb 4 | # web site for more information on licensing and terms of use. 5 | # http://www.morningstarsecurity.com/research/whatweb 6 | ## 7 | Plugin.define "AddThis" do 8 | author "Brendan Coles " # 2011-04-15 9 | version "0.1" 10 | description "AddThis is a free way to boost traffic back to your site by making it easier for visitors to share your content." 11 | website "http://www.addthis.com/" 12 | 13 | 14 | 15 | # Matches # 16 | matches [ 17 | 18 | # JavaScript Source 19 | { :regexp=>/