Permalink

0

Linkroll #1

Ab sofort gibt es hier im Blog regelmäßig eine von mir zusammengestellte Linkroll. Ich poste hier lesenswerte Links zu anderen Blogs bzw. Seiten die meiner Meinung nach interessant sind bzw. aktuelle oder Blogrelevante Themen behandeln. Vorschläge sind natürlich gerne willkommen.

I. TweetDeck Web Beta
Die Entwickler von TweetDeck entwickeln basierend auf dem Core von Chrome TweetDeck einen Webclient: TweetDeck Web Wer es sich als Beta Tester zur Verfügung stellen will, darf sich hier melden.
gefunden bei: Caschy

II. Neue Suchfunktion für Twitter
Unter dem Motto Suchen wie die Profis bietet die Twitter Suche ab sofort verschiedene Filtermöglichkeiten bei der Suche nach Personen an.
Details und Testberichte bei TwitterSmash & Caschy

III: Screencast von Jeffrey
Der Screencast ist zwar schon ein bischen älter, allerdings immernoch aktuell und sehr interessant. Jeffrey stellt seine Lieblingssoftware 2010 vor, auch wenn das Meiste bekannt sein dürfte ist für den einen oder anderen sicher noch was dabei. Der Screencast dauert 22:45 Minuten. Im Blog von Jeffrey findet ihr noch weitere interessante Screencasts u.a. zum Thema Windows XP, Vista, 7 Passwort knacken, KeePass Passwortverwaltung, Tipps und Tricks zur Google Suche …
Link zum Screencast

IV. Video: The Story of Linux – 20 Jahre Linux



gefunden bei: Sysadmins Life

Permalink

0

HowTo: Debian / Ubuntu Hostname ändern

Unter Debian bzw. Ubuntu gibt der Befehl hostname ohne weitere Argumente den Namen des Computers / Server aus.
Alternativ kann man auch in der /etc/hostname nachschauen.
Debian basierte Distributionen wie z.B. Damn Small Linux, KNOPPIX oder Ubuntu setzen während des Bootvorgangs mit Hilfe des Scripts /etc/init.d/hostname.sh den in der Datei /etc/hostname definierten Systemnamen dauerhaft.
Nach einer Änderung des Hostnamen sollte man noch die Einträge in der /etc/hosts kontrollieren und je nach Serverkonfiguration evtl. auch die Konfigdatei /etc/mailname anpassen.

Beispiel: Hostname dauerhaft ändern

root-on-fire:~# cat /etc/hostname
r-o-f

...

root-on-fire:~# /etc/init.d/hostname.sh
Setting hostname to 'r-o-f'...done.
r-o-f:~# hostname
r-o-f
Permalink

0

WhatWeb – Web Scanner


WhatWeb ist ein Web Scanner, mit dem man verschiedene Informationen über Webseiten herausfinden kann. Mit Hilfe von über 900 Plugins kann WhatWeb verschiedene Web Technologien einer Webseite identifizieren, u.a. Content Managment Systeme (CMS), Blogging Plattformen, Statistik und Web Analyitcs Tools, JavaScript-Bibliotheken, Web-Server Informationen, Versions Infos usw. Das Tool ist z.B. hilfreich wenn man eine interessante Webseite oder Online Projekt sieht und wissen möchte wie bestimmte Anwendungen oder Techniken realisiert bzw. umgesetzt wurden.

Installation:

Folgende Pakete werden unter Debian benötigt:

  • ruby
  • ruby-dev
  • libopenssl-ruby

Pakete installieren, WhatWeb herunterladen & entpacken:

r-o-f:/# aptitude install ruby ruby-dev libopenssl-ruby
r-o-f:/# wget http://www.morningstarsecurity.com/downloads/whatweb-0.4.6.tar.gz
r-o-f:/# tar  -xvzf whatweb-0.4.6.tar.gz

Verwendung:

Einfacher Aufruf mit einer Zieladresse (Ausgabe formatiert):

r-o-f:/tmp/whatweb-0.4.6# ./whatweb www.root-on-fire.com
http://www.root-on-fire.com [200] WordPress,
Script, HTTPServer[Apache/2.2.16],
All-in-one-SEO-Pack[1.6.13.2],
x-pingback[,http://www.root-on-fire.com/xmlrpc.php],
Adobe-Flash, UncommonHeaders[x-pingback,link],
Apache[2.2.16],
IP[80.67.28.160],
JQuery[1.4.4],
PHP[5.2.13],
X-Powered-By[PHP/5.2.13],
Title[ROOT ON FIRE],
Country[GERMANY][DE]

Detaillierte Ausgabe mit -v:

r-o-f:/tmp/whatweb-0.4.6# ./whatweb -v www.root-on-fire.com
www.root-on-fire.com/ [200]
...
URL    : http://www.root-on-fire.com
Status : 200
   Adobe-Flash ----------------------------------------------------------------
        Description: This plugin identifies instances of embedded adobe flash
                     files.
        Certainty  : certain

   All-in-one-SEO-Pack --------------------------------------------------------
        Description: The all in one SEO pack automatically optimizes your
                     WordPress blog for Search Engines (Search Engine
                     Optimization). - homepage:
                     http://wordpress.org/extend/plugins/all-in-one-seo-pack/
        Certainty  : certain
        Version    : 1.6.13.2

   Apache ---------------------------------------------------------------------
        Description: The Apache HTTP Server Project is an effort to develop and
                     maintain an open-source HTTP server for modern operating
                     systems including UNIX and Windows NT. The goal of this
                     project is to provide a secure, efficient and extensible
                     server that provides HTTP services in sync with the current
                     HTTP standards. - homepage: http://httpd.apache.org/
        Certainty  : certain
        Version    : 2.2.16

   Country --------------------------------------------------------------------
        Description: GeoIP IP2Country lookup. To refresh DB, replace
                     IpToCountry.csv and remove country-ips.dat. GeoIP database
                     from http://software77.net/geo-ip/. Local IPv4 addresses
                     are represented as ZZ according to an ISO convention.
                     Lookup code developed by Matthias Wachter for rubyquiz.com
                     and used with permission.
        Certainty  : certain
        Module     : DE
        String     : GERMANY

   HTTPServer -----------------------------------------------------------------
        Description: HTTP server header string
        Certainty  : certain
        String     : Apache/2.2.16 (from server string)

   IP -------------------------------------------------------------------------
        Description: IP address of the target, if available.
        Certainty  : certain
        String     : 80.67.28.160

   JQuery ---------------------------------------------------------------------
        Description: Javascript library
        Certainty  : certain
        Version    : 1.4.4

   PHP ------------------------------------------------------------------------
        Description: PHP is a widely-used general-purpose scripting language
                     that is especially suited for Web development and can be
                     embedded into HTML. - homepage: http://www.php.net/
        Certainty  : certain
        Version    : 5.2.13

   Script ---------------------------------------------------------------------
        Description: This plugin detects instances of script HTML elements.
        Certainty  : certain

   Title ----------------------------------------------------------------------
        Description: The HTML page title
        Certainty  : certain
        String     : ROOT ON FIRE (from page title)

   UncommonHeaders ------------------------------------------------------------
        Description: Uncommon HTTP server headers. The blacklist includes all
                     the standard headers and many non standard but common ones.
                     Interesting but fairly common headers should have their own
                     plugins, eg. x-powered-by, server and x-aspnet-version.
                     Info about headers can be found at www.http-stats.com
        Certainty  : certain
        String     : x-pingback,link (from headers)

   WordPress ------------------------------------------------------------------
        Description: WordPress is an opensource blogging system commonly used as
                     a CMS. Homepage: http://www.wordpress.org/
        Certainty  : certain

   X-Powered-By ---------------------------------------------------------------
        Description: HTTP header, x-powered-by
        Certainty  : certain
        String     : PHP/5.2.13 (from x-powered-by string)

   x-pingback -----------------------------------------------------------------
        Description: A pingback is one of three types of linkbacks, methods for
                     Web authors to request notification when somebody links to
                     one of their documents. This enables authors to keep track
                     of who is linking to, or referring to their articles. Some
                     weblog software, such as Movable Type, Serendipity,
                     WordPress and Telligent Community, support automatic
                     pingbacks
        Certainty  : certain
        String     : ,http://www.root-on-fire.com/xmlrpc.php

Vergleich: Versionserkennung mit Nmap:

r-o-f:/# nmap -sV -p80 www.root-on-fire.com

Starting Nmap 5.10BETA2 ( http://nmap.org ) at 2010-07-05 15:13 CEST
Nmap scan report for www.root-on-fire.com (80.67.28.160)
Host is up (0.026s latency).
rDNS record for 80.67.28.160: charybdis.ispgateway.de
PORT   STATE SERVICE VERSION
80/tcp open  http    Apache httpd 1.3
Service Info: Host: charybdis.domainfactory.de

Service detection performed. Please report any incorrect results at http://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 13.51 seconds

Liste der plugins anzeigen:

r-o-f:/tmp/whatweb-0.4.6# ./whatweb -l
WhatWeb Plugin List

Plugin Name               Description
-------------------------------------------------------------------------------
1024-CMS                  1024 is one of a few CMS's leading the way with the i
360-Web-Manager           360-Web-Manager - homepage: http://www.360webmanager.
4images                   4images is a powerful web-based image gallery managem
?                         In celebration of our 500th plugin - 2010-10-18
Aardvark-Topsites-PHP     Aardvark Topsites PHP is a free topsites script built
AB-WEB-CMS                AB WEB CMS [French] - Homepage: http://www.aeline-inf
Acclipse                  Acclipse is a web CMS found mainly in New Zealand and
AChecker                  AChecker  is an open source Web accessibility evaluat
Acidcat-CMS               Acidcat ASP CMS - Homepage: http://www.acidcat.com/
ACollab                   ACollab is an accessible, open source, multi-group, W
AContent                  AContent  is an open source learning content authorin
activeWeb-Content-Server  Content Server is a comprehensive, scalable content m
Ad-Network-Script         The ad network script is a comprehensive solution to
AdaptCMS                  AdaptCMS is a PHP CMS that is made for complete contr
Adobe-Flash               This plugin identifies instances of embedded adobe fl
Advanced-Guestbook        Web guestbook script. Homepage: http://proxy2.de/scri
Advanced-Image-Hosting-Script AIHS is a highly-flexible advanced image hosting
AirOS                     AirOS is an intuitive, versatile, highly developed Ub
AirvaeCommerce            Airvae Commerce 3.0 is a flexible, powerful, e-commer
AJ-Auction-Pro            AJ Auction is a PHP-based Auction portal software whi
Akamai-Global-Host        Akamai-Global-Host HTTPd
Alcatel-Lucent-Omniswitch Alcatel Lucent's Omniswitch
All-in-one-SEO-Pack       The all in one SEO pack automatically optimizes your
Allegro-RomPager          The RomPager suite of products enable your engineerin
Allen-Bradley-PLC         SCADA - Allen Bradley programmable logic controller (
Allinta-CMS               Allinta - easy to use ASP CMS (Content Management Sys
AllNewsManager.NET        AllNewsManager.NET is a free news/article management
Allomani-E-Store          E-Store with shopping cart for online shopping websit
Allow                     This plugin retrieves the allowed methods from the HT
AlstraSoft-AskMe          AskMe Pro is an expert knowledge management system th
Alter-Native              Alter-Native - IBM UniVerse database and Client/Serve
AlumniServer              Open Source Alumni software (PHP) for universities, s
Amiro-CMS                 Amiro.CMS is a top-notch website development and cont
AMR-WinControl            This plugin identifies AMR-WinControl server - homepa
AMX-Mod-X                 AMX Mod X is a versatile Half-Life metamod plugin whi
Ananyoo-CMS               One of the most user friendly and highly accessible C
ANECMS                    ANECMS - homepage: http://anecms.com/
Antiboard                 PHP forum. homepage (gone):http://www.resynthesize.co
anyInventory              anyInventory, the most flexible and powerful web-base
Apache                    The Apache HTTP Server Project is an effort to develo
Apache-Cocoon             Apache Cocoon is a Spring-based framework (since vers
APC-UPS-Management-Card   APC UPS Network Management Cards allow for secure mon
ApPHP-Calendar            The ApPHP Calendar (ApPHP CAL) is a powerful PHP cale
Applet                    This plugin detects instances of applet HTML elements
Arab-Portal               Arab-Portal
ArGoSoft-Mail-Server      ArGoSoft-Mail-Server web interface - homepage: http:/
ArticlePublisherPRO       The Flexible and Easy Article Publishing System - hom
Aruba-Mobility-Controller-Config-File Aruba's family of mobility controllers ar
ashnews                   ashnews is a simple program using PHP/MySQL that allo
ASP-Nuke                  ASP Nuke  homepage: www.aspnuke.comASP Nuke is an ope
ASP.NET                   ASP.NET is a free web framework that enables great We
ASPilot-Cart              Before you spend thousands on an E-Commerce site, che
ASPThai.Net-Webboard      ASPThai.Net Webboard - homepage: http://www.aspthai.n
aspWebLinks               Web app for categorizing links - homepage: http://www
Atmail-WebMail            Atmail allows users to access IMAP Mailboxes on any s
AtomFeed                  Atom feed detection
Atomic-CMS                Atomic CMS is a powerful and free open source ASP.NET
Atomic-Photo-Album        Photo album software - homepage: http://atomicpa.sour
ATutor                    ATutor is a free Open Source Web-based elearning envi
Auto-CMS                  With Auto CMS you can have a website in 1 minute!, up
AutoIndex-PHP-Script      AutoIndex PHP Script - A Website Directory Indexer an
AV-Arcade                  - homepage: http://www.avscripts.net/avarcade/
AVTech-Video-Web-Server   Video web server front end - homepage: http://www.avt
AWStats                   AWStats - Free log file analyzer for advanced statist
AxCMS.net                 AxCMS.net - the free ASP.NET CMS by Axinom - Homepage
Axigen-Mail-Server        Axigen is an integrated email, calendaring & collabor
Axis-Network-Camera       Axis network camera - homepage: http://www.axis.com/
b2evolution               b2evolution is a powerful blog tool you can install o
BAB.Stats                 BAB.Stats is a statistics system for the Delta Force
Barracuda-Load-Balancer   Barracuda Load Balancer  - http://www.barracudanetwor
Barracuda-Spam-Firewall   The Barracuda Spam & Virus Firewall is an integrated
Barts-CMS                 Bart's CMS is a website Content Management System tha
Basilic                   Basilic is a bibliography server for research laborat
Battle-Blog               Battle Blog is a Fun Debate and Resolution Tool - hom
BeEF                      BeEF - Browser Exploitation Framework - homepage: htt
Belkin-Modem              Homepage: http://www.belkin.com/
Ben-SSL                   Apache-SSL was developed by Ben Laurie and is often r
BIGACE                    BIGACE is not just an easy to use Web Content Managem
BinarySec-Firewall        BinarySec Web Application Firewall - http://www.binar
Bing-SearchEngine         Bing.com is Microsoft's search engine
BinGoPHP-News             News administration web app - homepage: http://bingop
Biromsoft-WebCam          Biromsoft webcam web interface - http://www.biromsoft
bitweaver                 Bitweaver is a free and open source web application f
BlackJumboDog             SapporoWorks BlackJumboDog provides server functions
BlogEngine.NET            BlogEngine.NET is an open source .NET blogging projec
Blogger                   Blogger.com free blogging site
BlognPlus                 BlognPlus - homepage: http://www.blogn.org/
BlogSmithMedia            Pro bloggers - www.blogsmithmedia.com
BloofoxCMS                bloofoxCMS is a free open source content management s
BlueNet-Video-Server      BlueNet Video Server - video camera web interface
BlueOnyx                  Server Appliances and Software - BlueOnyx is a Linux
BlueQuartz                Server Appliances and Software - BlueOnyx is a Linux
BM-Classifieds            A complete classifieds site ready to run in 15 minute
Boa-WebServer             Boa Webserver - Do You Feel the Need for Speed? Boa c
boastMachine              boastMachine blog - homepage: http://boastology.com/
Bobo                      Bobo is a light-weight framework for creating WSGI we
BosClassifieds            The BosClassifieds Classified Ad System will allow yo
Brother-Printer           Brother printer web interface - homepage: http://www.
BrowserCMS                The newly redesigned BrowserCMS 2.0 is an easy, affor
bSpeak                    bSpeak is 26th Avenue's threaded message board applic
Buddy-Zone                Buddy Zone is a social network script which has all l
Burning-Board-Lite        Burning Board 3 is the modern, secure and user friend
BusinessSpace             BusinessSpace community
BXR                       BXR is an interface to manage a Blosxom-Based blog th
c99-Shell                 c99 PHP Backdoor
Cachelogic-Expired-Domains-Script Expired Domains Script runs daily and updates
CafeEngine                CafeEngine is a professional CMS for cafe or restaura
Calendarix                Calendarix is a powerful and easy to use web-based ca
CalendarScript            CalendarScript is a fully customizable event-publishi
CaLogic-Calendars         Web calendar - homepage: http://calogic.de/
Campsite                  Campsite is a multilingual content management system
Canon-Network-Camera      Canon's new all-in-one VB-C50i and VB-C50iR (in a rev
Canon-Print-Server        Canon Print Server - Print servers connect printers d
Card-Reader-Adapter       Card Reader Adapter - Unknown manufacturer [Korean]
Carel-Data-Server         Pl@ntVisor is a communication data server distributed
Cartweaver                Cartweaver is truly as close to Instant e-Commerce as
Caudium                   Caudium is the name of a GPL-ed (free for commercial
CaupoShop-Classic         homepage: http://www.caupo.net
CDN-Cache-Server          CDN-Cache-Server
Censura                   Censura - the flexible, robust, reviews and ratings a
CERN                      The CERN httpd (also known as W3C httpd) is a generic
CF-Image-Hosting-Script   A simple easy to use standalone image hosting script.
CGI Backdoor              Simple CGI backdoor by DK (http://michaeldaw.org)
CGI:IRC                   CGI:IRC is a Perl/CGI program to use IRC from a web b
CGIProxy                  This CGI script acts as an HTTP or FTP proxy. Through
CHANCE-i-DiViS-DVR        CHANCE-i DiViS digital video recorder device - Homepa
chillyCMS                 chillyCMS is a Content Management System. This is a s
ChinaCache                ChinaCache is a leading content distribution network
Cimplicity-WebView        CIMPLICITY is a client/server based visualization and
Cisco-IOS                 Cisco IOS (originally Internetwork Operating System)
Cisco-IP-Phone.rb         This plugin identifies Cisco IP phones and extracts t
Cisco-VPN-3000-Concentrator Cisco VPN 3000 Series Concentrators provide your bu
Citrix-Metaframe          Citrix-Metaframe. Thin clients.
Citrix-NetScaler          Citrix NetScaler  - http://www.citrix.com/netscaler
ClanSphere                Free OpenSource Clan CMS - homepage: www.csphere.eu/i
Claroline                 Claroline is an Open Source eLearning and eWorking pl
ClipShare                 With a huge variety of features and options, at an ex
cloudflare                ClouldFlare - https://www.cloudflare.com/
CloudFront                CloudFront Server
CMS-WebManager-Pro        CMS WebManager-Pro - is a software product for creati
CMScontrol                CMScontrol - homepage: http://www.cmscontrol.com/
CMScout                   CMScout is a free and open-source CMS (Content manage
CMSimple                  CMSimple is a simple content management system for sm
CMSQLite                  CMSQLite is a small, fast, flexible and complete Cont
CodeIgniter-PHP-Framework CodeIgniter PHP Framework - http://codeigniter.com/
CodeIgniterProfiler       Find codeigniter profiler debug divs
ColdFusion                Adobe ColdFusion application server and software enab
Comersus                  ASP opensource shopping cart. homepage: www.comersus.
CommonSpot                The CommonSpot Web content management solution (Web C
Concrete5                 Concrete5 is an OpenSource CMS written in PHP. Homepa
Conexant-EmWeb            This plugin identifies the Conexant-EmWeb DSL router
Confluence                Confluence combines powerful online authoring capabil
Connectix-Boards          Connectix-Boards Forum - homepage: http://www.connect
Constructr-CMS            ConstructrCMS is a new and fresh Content Management S
Contentteller-CMS         Contentteller - A powerful Content Management System
ContentXXL                ContentXXL - CMS [German] - Requires: .NET - Homepage
Contrexx-CMS              Contrexx CMS [Swiss] - Homepage: http://www.contrexx.
Cookies                   Display the names of cookies in the HTTP headers. The
Coppermine                PHP & MySQL Photo Gallery homepage: www.coppermine-ga
Country                   GeoIP IP2Country lookup. To refresh DB, replace IpToC
coWiki                    coWiki - wiki - homepage: http://www.cowiki.org/
CPanel                    Site configuration and management software applicatio
cPassMan                  cPassMan is a Passwords Manager dedicated for managin
cpCommerce                Web shopping cart - homepage: http://cpcommerce.org/
crossdomain.xml           This plugin extracts allowed domain from crossdomain.
CruxCMS                   CruxCMS - Online Content Manager - homepage: http://w
CruxPA                    CruxPA - Simple, easy to use task list/CRM - homepage
CS-Cart                   CS-Cart is a full e-commerce solution for small to me
CSCSSM                    CSCSSM Proxy server
CubeCart                  CubeCart is an out of the box ecommerce shopping cart
CultBooking               A comprehensive and free-of-charge Internet Booking E
CushyCMS                  Simple, closed-source CMS. Free and paid versions. Bu
Custom-CMS                Custom CMS Gaming is a Content Management System gear
Cype-MSCMS                Cype MSCMS - a CMS for managing MapleStory server sta
D-Link-Network-Camera     D-Link network camera web interface - homepage: http:
D-Link-Router             D-Link Router - D-Link is the global leader in connec
Dada-Mail                 Dada Mail is a Contemporary Mailing List Manager. Dad
Dart-WebServer-Tool       Build web applications in any familiar software devel
DataLife-Engine           DataLife Engine CMS - Homepage: http://dle-news.ru
Datum-TymServe            GPS NTP Network Appliances make it easy to manage and
DBHcms                    The DBHcms is a small free Open Source content manage
Dedicated-Micros-Device   Dedicated Micros is the world's leading manufacturer
DeleGate                  DeleGate is a multi-purpose application level gateway
Dell-Printer              Dell printer web frontend - http://www.dell.com/
Dell-Remote-Access-Controller Dell Remote Access Controller or DRAC, an interfa
DeluxeBB                  DeluxeBB is a powerful open source bulletin board, wh
DiamondList               DiamondList is a free open source ruby on rails wishl
DiBos                     DiBos security surveillance system homepage: www.bosc
Diferior-CMS              Diferior is a multi-purpose content management system
Direct-Packet-Device      directPacket Research, Inc. develops and markets secu
DiY-CMS                   Do It Yourself Content Management System is a feature
DMXReady                  DMXReady provides web professionals and do-it-yoursel
DnP-Firewall              DnP Firewall Gateway Modification - Homepage: http://
DoceboLMS                 DoceboLMS is a SCORM compliant Open Source e-Learning
Dokeos                    Dokeos is an open source online learning suite. It pr
DokuWiki                  DokuWiki is a standards compliant, simple to use Wiki
Donations-Cloud           The donations cloud is something like a tag cloud, on
DotCMS                    DotCMS is an opensource CMS written in Java. Has ente
DotNetNuke                DotNetNuke is an opensource CMS for Microsoft .Net Ho
Drupal                    Drupal is an opensource CMS written in PHP. Homepage:
DT-Centrepiece            DT Centrepiece is a free open-source content manageme
DublinCore                Dublin core
DUclassified              DUclassified is a free Classified Ad Management syste
DUforum                   forum - homepage:http://www.duware.com/
DUgallery                 DUgallery - PHP powered photo gallery - homepage: htt
DVR-WebClient             DVR camera
DVWA                      Damn Vulnerable Web App (DVWA) is a PHP/MySQL web app
DZCP                      deV!L`z Clanportal - Homepage: http://www.dzcp.de
E-Xoopport                CMS - homepage: http://www.e-xoopport.it/modules/news
EarlyImpact-ProductCart   EarlyImpact ProductCart is an ASP commercial ecommerc
EasyConsole-CMS           EasyConsole CMS allows you to manage the content and
easyLink-Web-Solutions    homepage: http://www.mountaingrafix.at/
EazyCMS                   eazyCMS offers the functionality that would, in a cus
Echo                      CMS - www.helloecho.com
Ecomat-CMS                Ecomat CMS - Homepage: http://www.ecomat.ch/
ECShop                    Ecshop is an Open Source Ecommerce Platform - Homepag
EDIMAX                    EDIMAX Device # Wireless Access Point / Broadband Rou
Edito-CMS                 Edito CMS [Polish] - Homepage: http://www.edito.pl/
EDK                       EDK is an Open Source Killboard for EVE-Online, maint
eGroupWare                Egroupware is a web based software for team collabora
Electro-Industries-GaugeTech Electro Industries GaugeTech Device - Electro Indu
eLitius                   eLitius is a free software package that allows a pers
Elxis-CMS                 Elxis is powerful open source content management syst
Email                     Extract email addresses. Find valid email address and
eMeeting-Online-Dating-Software Dating Software by eMeeting Ltd - homepage: htt
EMO-Realty-Manager        EMO Realty Manager is a full PHP/MySQL content manage
Empire-CMS                Open source CMS - homepage: http://www.phome.net/
EMS-ENTRY-COM             EMS-ENTRY-COM is database software that gathers data
Energine                  Energine Content Management Framework - XML based PHP
Entrans                   Entrans is an online translation tool. The tool can b
envezion~media            envezion~MEDIA makes it possible for the small busine
EPiServer                 CMS from EPiServer - http://episerver.com/
error_log                 This plugin identifies PHP error_logs and and extract
Escenic                   Escenic is a commercial CMS popular in the Nordic reg
EscenicEngine5            Identifies Escenic Engine CMS v5.x. Homepage: http://
eSitesBuilder             Professional online website builder is complete websi
esoTalk                   esoTalk is a simple, fast, free web-forum. - homepage
Esvon-Classifieds         Intense research, development and testing has brought
eSyndiCat                 eSyndiCat is a professional, affordable directory sof
EulerianWS                Eulerian Technologies Web Server (EulerianWS) [French
evercookie                EverCookie - evercookie is a javascript API available
Evo-Cam                   EvoCam is the ultimate webcam software for Mac OS X -
Exponent-CMS              Out of thebox, Exponent Content Management System tou
ExpressionEngine          ExpressionEngine is CMS written in PHP. Free and comm
eXtreme-Message-Board     XMB is a lightweight PHP forum software with all the
ez-oscommerce             PHP powered shopping cart - homepage: http://www.eptc
eZ-Publish                eZ Publish is an Open Source Content Management Syste
ezBOO-WebStats            ezBOO WebStats is a high level statistical tool for w
EZCMS                     Building your own website is easy with the EZ Website
F3Site                    F3Site is a lightweight CMS written in XHTML 1.0 Stri
Facebook-Plugin           This plugin identifies Facebook plugins - Homepage: h
FAQ-Manager               A full and ready to use ASP Script that enables you m
FastCGI-echo              Many Oracle web server installations have a fcgi-bin/
Fastpublish-CMS           fastpublish CMS proudly presents the new Content Mana
FestOS                    FestOS is web-based arts-n-crafts festival management
Fidion-CMS                CMS - homepage: http://www.fidion.de/
File-Upload-Manager       Web based file upload manager written in PHP. - homep
FileMakerPro              FileMaker Pro web publishing - FileMaker Pro is power
FileNice                  fileNice is a free php file browser, particularly use
Flax-Article-Manager      Managing large dynamic websites has always been a dif
FluentNET                 FluentNET, DotContent's powerful content management s
Fluid-Dynamics-Search-Engine FDSE is an easy-to-install search engine for local
FluxBB                    Opensource forum written in PHP. Homepage: http://flu
Forest-Blog               Forest Blog - homepage: http://www.hostforest.co.uk/P
FormMail                  Common form email script.FormMail is a Perl script wr
Frame                     This plugin detects instances of frame and iframe HTM
Free-Simple-Software      Free Simple Software - homepages: http://www.freesimp
FreeJoomlas.com           FreeJoomlas.com - We provide free hosting for your Jo
FrogCMS                   Opensource CMS written in PHP. Frog CMS is a PHP vers
FrontPage                 FrontPage
Fujitsu-InfoProvider-Pro  Fujitsu-InfoProvider-Pro web server - homepage: http:
Fujitsu-Router            Fujitsu-Router - Homepage: http://fujitsu.com/
Fujitsu-Switch            Fujitsu Switch - Homepage: http://fenics.fujitsu.com/
Fujitsu-Wireless-AP       Fujitsu Wireless Access Point - Homepage: http://feni
Gallarific                Gallarific is a fully customizable PHP photo gallery
GateQuest-PHP-Site-Recommender GateQuest php Site Recommender is a simple recom
gCards                    gCards is a free PHP-based eCard system that is easy
GearHost                  GearHost is a Microsoft Gold Certified Windows Hostin
GeekLog                   Geeklog is an open source application for managing dy
GetSimple                 GetSimple is an open source CMS that utilizes the spe
Gitweb                    Gitweb is a Git web interface, the one working on htt
glFusion                  Powerful content management with synergy, stability,
Glossword                 Glossword helps you to create and publish online mult
GoAhead-Webs              Opensource, embedded webserver. Homepage: http://www.
Google-Analytics          web visitor statistics www.google-analytics.com
Google-API                This plugin identifies references to Google API in <s
Google-Hack-Honeypot      Google Hack Honeypot is the reaction to a new type of
Google-Results            This plugin identifies Google search results pages an
Google-Talk-Chatback      Google 'chatback badge' allows your site's visitors t
Gossamer-Forum            Gossamer Forum is the ideal software solution to crea
Grandstream-Phone         Grandstream Networks is the leading manufacturer of I
GridSite                  In its simplest application, GridSite uses X.509 cert
Group-Office              Share projects, calendars, files and e-mail online wi
GuppY                     An easy, free web portal, GuppY will allow you to gen
HeiTel-Digital-Video-Device HeiTel Digital Video Device - Platform-independent
High-Tech-Bridge-Security-Advisory This plugin reads High-Tech Bridge security
Hitbox-Gateway            Adobe Omniture Hitbox Gateway collects HTTP headers f
HoloCMS                   PHP powered CMS
Horde-Application-Framework A web application framework. Projects using the fra
Hot-Banana                Hot Banana is an award-winning, easy-to-use Web Conte
HP-LaserJet-Printer       HP LaserJet printer web interface - homepage: http://
HP-ProCurve-Switch        HP ProCurve Switch - Homepage: http://www.hp.com/rnd/
HTML5                     HTML version 5, detected by the doctype declaration
htpasswd                  .htpasswd is a flat-file used to store usernames and
HTTPServer                HTTP server header string
Hunt-Electronics-CCTV     Hunt Electronics is staffed with highly trained, expe
Hycus-CMS                 India's first CMS. Free and open-source PHP based CMS
i-Catcher-Console         i-Catcher is a Digital CCTV system for security, surv
i-Gallery                 i-Gallery is a complete online photo gallery. Easy to
i.LON-SmartServer         Echelon's i.LON SmartServer 2.0 is a versatile smart
IBM-CICS-Transaction-Server IBM Customer Information Control System is the new
IBM-HTTP-Server           IBM HTTP Server is based on the Apache HTTP Server (h
IceWarp-Email-Server      IceWarp Email Server is at the core of IceWarp Unifie
IceWarp-Server            IceWarp Unified Communications Server is a fully inte
IdeaWebServer             home.net.pl hosting - a major polish hosting company
iDVR                      iDVR (formerly Devloution Security System) is a video
iGaming-CMS               iGaming CMS is a content management system designed f
iGiveTest                 iGiveTest is a comprehensive solution for creating, a
Ikonboard                 PHP powered forum - Homepage [offline] : http://www.i
iLO                       Integrated Lights-Out, or iLO, is an embedded server
Imageview                 Imageview 6 is a 4th generation image gallery script,
IMGallery                 image gallery web app - homepage: http://www.imgaller
Index-Of                  Index of
Infinet-bCX1-Controller-Router The Infinet bCX1 Controller Router (bCX1-CR-INF)
Inout-Adserver            Inout Adserver  is powerful, feature rich, fully cust
Inout-Article-Base        Inout Article Base is a powerful, feature rich, fully
Inout-Music               Inout Music is the most powerful, affordable, flexibl
Intellinet-IP-Camera      Intellinet IP camera - homepage: http://www.intelline
Intermec-EasyLAN          Intermec EasyLAN web interface - homepage: http://www
InterRed                  InterRed GmbH is a leading technology provider of con
Interspire-Shopping-Cart  Interspire Shopping Cart is an all-in-one e-commerce
Intraxxion-CMS            Intraxxion - CMS - Homepage: http://intraxxion.com/
InvisionPowerBoard        PHP Web Forum  homepage:www.invisionpower.com
ionCube-PHP-Accelerator   The ionCube PHP Accelerator is an easily installed PH
IP                        IP address of the target, if available.
IP-Logger-Pro             The IP Logger PRO provides a straightforward and effi
IPCop-Firewall            The IPCop Firewall is a Linux firewall distribution.
IPMATE-Router             IPMATE router [Japanese] - http://www.ntt-east.co.jp/
Ipswitch-IMail            IMail Server matches the capabilities of Exchange wit
ipTIME-Router             ipTIME Rrouter [Korean] - developed by EFM Networks -
IQeye-Netcam              IQeye netcam web interface
iRealty                   iRealty is an advanced flexible php real estate softw
ISC-SCADA-Service         ISC SCADA Service
iScripts-CyberMatch       iScripts CyberMatch is an open source online dating s
iScripts-EasySnaps        iScripts EasySnaps is an open source image hosting sc
iScripts-MultiCart        iScripts MultiCart is a multi vendor shopping cart wi
iScripts-ReserveLogic     iScripts ReserveLogic offers an online web based rese
iScripts-SocialWare       iScripts SocialWare is an open source social networki
ISPConfig                 ISPConfig is a free, opensource hosting control panel
ispCP-Omega               PHP opensource, virtual hosting system homepage: http
IWSS-Proxy                Trend Micro InterScan Web Security Suite (IWSS) Proxy
JAMM-CMS                  JAMM CMS - homepage: http://www.branchen-plz.de/
Jamroom                   Jamroom specializes in building web communities cente
Java                      Java allows you to play online games, chat with peopl
Java-Management-Extensions Java Management Extensions (JMX) is a Java technolog
Java-Password-Log         This plugin detects Java password.log files and retri
Jboss                     JBoss Application Server is the #1 most widely used J
JGS-Portal                CMS - homepage: http://www.jgs-xa.de
jobberBase                jobberBase is the open-source job board software that
Joomla                    Opensource CMS written in PHP. Aggressive version det
JQuery                    Javascript library
Juniper-Load-Balancer     Juniper Networks Application Acceleration and Load Ba
Juniper-NetScreen-Secure-Access Juniper Networks NetScreen Secure Access (SSL V
Kandidat-CMS              Kandidat-CMS [Russian] - Homepage http://www.kan-stud
Kayako-SupportSuite       We offer all of our helpdesk solutions as licensed pr
KaZaA                     This plugin retrieves the KaZaA IP:port combination,
Kentico-CMS               Kentico CMS for ASP.NET - flexible, all-in-one soluti
Kerio-Connect             Kerio Connect (previously Kerio MailServer) is the be
Kleeja                    homepage: http://www.kleeja.com/
Kloxo Single Server       Kloxo is a fully scriptable, distributed and a 100% o
KMSoft-Guestbook          Guestbook - homepage: http://www.kmsoft.org/
KnowledgeTree             Document Management Software - homepage: http://www.k
Kontaktformular           PHP contact form - homepage: http://www.radbekleidung
Koobi                     Shop/CMS software [German] - homepage: http://www.Dre
KSearch                   KSearch is the easiest website search engine to integ
LANCOM-VPN                Administration of dynamic IP addresses by LANCOM Dyna
LanRTC                    LanRTC Device - Homepage: http://www.dorma-time-acces
LEAP                      LEAP is a Content Management System (LEAP CMS), yet s
Liferay                   Liferay Portal is an enterprise web platform for buil
LifeType                  LifeType is an open-source blogging platform with sup
Lightbox                  Javascript for nice image popups
lighttpd                  Lightweight open-source web server - Homepage: http:/
Lime-Survey               LimeSurvey basically contains everything you need for
LINK-CMS                  LINK-CMS: PHP based CMS - homepage: http://www.link-s
linkSpheric               linkSpheric. Possibly the world's coolest free online
Linksys-NAS               Linksys NAS web frontend - homepage: http://www.links
Linksys-Network-Camera    Linksys network camera web interface - homepage: http
Linksys-Print-Server      Linksys Print Server - Print servers connect printers
Linksys-Router            Linksys router - homepage: http://www.linksys.com/
Linksys-USB-HDD           Linksys external USB HDD web frontend - homepage: htt
Linksys-Wireless-G-Camera Linksys Wireless-G Camera web interface - homepage: h
LiveZilla                 LiveZilla, the Next Generation Live Help and Live Sup
LocazoList-Classifieds    Locazolist v2.02b is a text based classifieds ad syst
Log1-CMS                  The Idea of this CMS is simplicity and fast web devel
Loggix                    Loggix is a really simple, lightweight PHP and SQlite
LotusCMS                  LotusCMS (previously ArboroianCMS) brings to the fore
LuCI                      LuCI was founded in March 2008 as 'FFLuCI' as part of
Lucky-Tech-iGuard         iGuard security system, based on latest biometric fin
Lyris-ListManager         Lyris ListManager email marketing software is a secur
Mac-OSX-Server            Powerful yet streamlined, Snow Leopard Server makes i
Macs-CMS                  Mac's CMS is a Open Source, Flat-File AJAX CMS built
Magento                   Opensource ecommerce platform written in PHP. Homepag
MailForm-Plugin           PHP contact form - homepage: http://www.h-fj.com/blog
Mailman                   Mailman is free software for managing electronic mail
MailSiteExpress           Webmail in ASP. Versions < 6.1.2 insecure http://marc
Mambo                     Mambo CMS (http://mambo-foundation.org)
MantisBT                  MantisBT is a popular free web-based bug tracking sys
Mark-of-the-Web           The MOTW is a comment added to the HTML markup for a
Mashery-Proxy             The Mashery proxy is our patent pending software that
MD-Pro                    MaxDev is proud to introduce MD-Pro, the most complet
MediaWiki                 MediaWiki is a free software wiki  package written in
MemHT-Portal              MemHT Portal is a Free PHP CMS and Blog. It permits t
Meta-Author               This plugin retrieves the author name from the meta n
Meta-City                 This plugin retrieves the city from the meta city tag
Meta-Contact              This plugin retrieves the contact name or email from
Meta-Country              This plugin retrieves the country from the meta count
Meta-Geo                  This plugin identifies and extracts data from meta ge
Meta-Geography            This plugin retrieves the geography from the meta geo
Meta-Refresh-Redirect     Meta refresh tag is a deprecated URL element that can
Meta-State                This plugin retrieves the state from the meta state t
Meta-Zipcode              This plugin retrieves the zipcode from the meta zipco
MetaGenerator             This plugin identifies meta generator tags and extrac
MetaPoweredBy             This plugin extracts the values for meta tags named p
MetInfo                   MetInfo - Homepage: http://www.metinfo.cn/
MHttpd                    MHTTPD stands for Minimal Hypertext Transport Protoco
Micro-CMS                 Micro CMS - Homepage: http://www.micro-cms.com/
micro_httpd               micro_httpd is a very small Unix-based HTTP server. I
Microsoft Remote Web Workplace The Remote Web Workplace is a feature of Microso
Microsoft-HTTPAPI         The HTTP Server API enables applications to communica
Microsoft-IIS             Microsoft Internet Information Services (IIS) for Win
Microsoft-ODBC-Error      This plugin identifies Microsoft ODBC error codes.
Microsoft-Office-XML      This module detects instances of Microsoft Office doc
Microsoft-Sharepoint      Microsoft SharePoint 2010 makes it easier for people
Microsoft-WinCE           Microsoft Windows CE HTTP Server - Homepage: http://m
Microsoft-Windows-Business-Server Microsoft Small/Essential Business Server - h
MicrosoftOfficeWebServer  Microsoft Office Web Server - homepage: http://micros
Mihalism-Multi-Host       An easy image hosting solution for everyone. - homepa
MikroTik                  MikroTik router. Homepage: http://www.mikrotik.com
MiniBB                    MiniBB is a free standalone open source program for b
MiniCWB                   miniCWB is a Content Management Software and is meant
Minify                    Minify is a PHP5 app that can combine multiple CSS or
MistCMS                   MistCMS is a free Content Management System written i
MKPortal                  MKPortal blog and forum software - Homepage [offline]
MnoGoSearch               mnoGoSearch is an opensource website search engine. H
Mobile-Website            This plugin detects websites designed for mobile devi
Mobotix-Network-Camera    MOBOTIX network camera web interface - homepage: http
ModxCMS                   OpenSource CMS written in PHP. Homepage: http://modxc
mojoPortal                mojoPortal is Free and Open Source. Create accessible
Moodle                    Opensource educational software written in PHP. Homep
MooTools                  MooTools is a compact, modular, Object-Oriented JavaS
Motorito                  Motorito - homepage: http://www.motorito.com/
MovableType               Blogging platform  http://www.movabletype.org/
MSFWeb                    Metasploit Framework Web Console - Homepage: http://w
MultiPowUpload            MultiPowUpload is a Flash movie that has been created
My-PHP-Indexer            PHP file indexer - homepage: http://www.mafiatic.com
My-WebCamXP-Server        WebCamXP web interface - homepage: http://www.webcamx
MyBB                      MyBB is a powerful, efficient and free forum package
MyHobbySite               MyHobbySite is a website Content Management System (C
MyioSoft-Ajax-Portal      AjaxPortal is based on Sajax technology - an open sou
MyPHP-Forum               MyPHP-Forum - homepage: http://www.myphp.ws/
MySource-Matrix           MySource Matrix is a feature-rich, enterprise-class S
MySQL-dump                Extracts MySQL host, database and server version from
mySQL-Error               This plugin detects mySQL errors and grabs the userna
mysql_connect             This plugin detects instances of the mysql_connect()
NaviCOPA                  The NaviCOPA Web Server Software installs on any vers
NCSA-HTTPd                NCSA HTTPd - Homepage: http://web.archive.org/web/200
NetApp-NAS                NetApp network-attached storage solutions and a unifi
NetArtMedia-Real-Estate-Portal NetArtMedia Real Estate Portal allows you to lau
NetBotz-Network-Monitoring-Device NetBotz monitoring and management web front e
NetBox                    NetBox HTTP server [Chinese] - Homepage: http://www.n
NetGear-Firewall          The NETGEAR ProSafe wired and wireless VPN solutions
NetGear-Print-Server      NetGear Print Server - Print servers connect printers
Netgear-Router            Netgear Router - From wireless routers and adapters t
Netious-CMS               Netious CMS - http://www.netious.com/
Netref                    homepage: http://www.netref.net/
Netscape-Enterprise       Netscape Enterprise Server was a web server developed
Netscape-FastTrack        This product version has been EOL'd and is beyond its
NetShelter-VPN            Fujitsu NetShelter/VPN [Japanese] - an IPSec-complian
Netsnap-Web-Camera        Netsnap java client web interface for video cameras
NetVehicle                Fujitsu NetVehicle router [Japanese] - Homepage: http
NetWin-DBabble            DBabble is a chat, discussion, and instant messaging
NetWin-Surgemail          SurgeMail is the fastest, most robust and secure, ful
NeXpose Security Console  NeXpose Security Console - Identifying vulnerabilitie
NextGEN-Gallery           NextGEN Gallery is a full integrated Image Gallery pl
nginx                     Nginx (Engine-X) is a free, open-source, high-perform
Niagara-Web-Server        Niagara Web Server
NinkoBB                   NinkoBB - Homepage: http://ninkobb.com/
Nmap-Log                  This plugin identifies nmap plain-text logs and extra
nopCommerce               nopCommerce is an open source e-commerce solution tha
Nortel-Ethernet-Routing-Switch-Config-File Nortel Ethernet Routing Switch Confi
NovellGroupwise           GroupWise collaboration software is a premier collabo
Nucleus                   Nucleus Webserver
Nukedit                   Nukedit CMS - homepage: http://www.nukedit.com/
O2Micro-Firewall          SifoWorks is a multi-function security gateway system
Oce                       Oce Print Exec Workgroup is easy-to-use, web-based pr
OkiPBX                    OKI PBX (phone exchange) http://www.oki.com/en/iptel/
Online-Grades             Online Grades is the leading free-software project th
Open-Auto-Classifieds     OAC is a free, open source vehicle classifieds manage
Open-Blog                 Open blog is a free and open source blogging platform
Open-Freeway              Freeway is by far the largest and most fully featured
Open-Realty               Open-Realty is a FREE commercial web based real estat
Open-Source-Ticket-Request-System OTRS is an Open source Ticket Request System
OpenCms                   OpenCms, professional and easy to use CMS. - Homepage
OpenGraphProtocol         The Open Graph protocol enables you to integrate your
OpenID                    openid detection
OpenNewsletter            Open source mailing list manager with builds from Sel
OpenSearch                This plugin identifies open search and extracts the U
OpenSSL                   The OpenSSL Project is a collaborative effort to deve
OpenWrt                   A GNU/Linux based firmware program for embedded devic
Oracle-iPlanet            Oracle-iPlanet Web Server and Proxy Server.
Oracle-Siebel-CRM         The world's most complete customer relationship manag
Orbis-CMS                 Orbis CMS is a simple and stylish management solution
ORCA-Platform             Welcome to ORCA Websites... We specialise in designin
ORITE-301-Camera          Orite IC301 web cam interface
OSCommerce                Open Source Ecommerce System in PHP. It was first rel
OurDisclaimer             OurDisclaimer.com - Third party disclaimer service. -
OvBB                      Written in PHP and powered by MySQL, OvBB is a light-
PageCookery-Microblog     Blog [Chinese] - Homepage: http://www.pagecookery.com
PageUp-People             homepage: http://www.pageuppeople.com/
Panasonic-Network-Camera  Panasonic network cameras
Parked-Domain             This plugin recognises web pages for common web hosts
Passport                  This plugin detects instances of Microsoft Live Passp
PasswordField             find password fields
Pc4Uploader               File upload web app - homepage: http://www.pc4arb.com
pcextreme                 pcextreme server - Homepage: http://www.pcextreme.nl/
PCPIN-Chat                PCPIN Chat is a powerful and secure professional inst
Perl                      Perl is a highly capable, feature-rich programming la
Perlfect-Search           Perlfect Search is a free, sophisticated, powerful, v
PG-Real-Estate-Solution   Turnkey Multilingual Real Estate Website script for R
PG-Roomate-Finder-Solution PG Roommate Finder Solution - a web-based applicatio
PhilBoard                 PhilBoard - ASP powered forum - homepage: http://www.
Phion-Firewall            Phion Firewall is now Barracuda NG Firewall - Homepag
PhotoPost-PHP             PhotoPost is photo sharing gallery software for your
PHP                       PHP is a widely-used general-purpose scripting langua
PHP-Error                 This plugin identifies PHP errors and extracts the lo
PHP-Fusion                PHP-Fusion, a light-weight open-source content manage
PHP-Hosting-Directory     PHP Hosting Directory
PHP-Layers                PHP Layers Menu is a hierarchical menu system to prep
PHP-Link-Directory        phpLD is the most widely used directory script on the
PHP-Live                  PHP Live! enables live help and live customer support
PHP-Photo-Gallery         Easily create your own photo album on the internet. W
php-ping                  php-ping - PHP powered ping web interface.
PHP-Pro-Bid               PHP Pro Bid - Auction software - Homepage: http://www
PHP-Shell                 php remote shell and file explorer
PHP-Update                homepage: http://www.php-update.co.uk
PHP121                    PJIRC is the best free java irc client available. It
phpBazar                  PHP3/PHP4/mySql Classified AD and/or Matchmaking - ho
phpBB                     phpBB is a free forum phpbb.org
PHPCake                   PHP MVC web framework
PHPCow                    PHPCow news publishing content management system - Ho
phpDenora                 phpDenora is the Web Frontend to the Denora Stats Ser
PHPDirector               PHPDirector is a content management system that allow
PHPEasyData               homepage: http://www.phpeasydata.com/
PHPFM                     A file manager written in PHP. - homepage:http://www.
phpFreeChat               phpFreeChat is a free, simple to install, fast, custo
phpGreetCards             PHP greeting card mailer - homepage: http://www.w2b.r
phPhotoAlbum              PHP Photo Album - homepage: http://www.phphq.net/?scr
phpinfo                   This plugin detects instances of phpinfo() results an
PHPKIT                    PHPKIT WCMS - Web content management system to easily
PhpMesFilms               homepage: http://phpmesfilms.dyndns.org/
phpMyAdmin                phpMyAdmin is a free software tool written in PHP int
phpMyFAQ                  phpMyFAQ - The FAQ system - homepage: http://faq.phpm
phpMySport                PhpMySport is an open source software designed for al
phpMyTourney              homepage: http://phpmytourney.sourceforge.net/
PHPNuke                   PHP-Nuke is a free CMS. Homepage: phpnuke.org. The pl
phpPgAdmin                phpPgAdmin is a web-based administration tool for Pos
phpQuestionnaire          phpQuestionnaire - homepage: http://www.chumpsoft.com
phpRaid                   phpRaid is a raid management tool for World of Warcra
phpRechnung               phpRechnung is easy-to-use Web-based multilingual acc
phpScheduleIt             A web-based resource scheduling system that allows ad
PHPShop                   PHPShop - A shopping cart application. Documentation,
phpSysInfo                PHPSysInfo is a customizable PHP Script that parses /
phpVID                    phpVID is a video sharing software or a video shating
phpwcms                    is a robust and simple but yet powerful web based co
PHPWind                   BBS [Chinese] - Homepage: http://www.phpwind.net/
Phusion_Passenger         Phusion Passenger - a.k.a. mod_rails or mod_rack - ma
PithCMS                   PithCMS - requirements: Linux, PHP 4.4.4-8 - homepage
Piwigo                    Piwigo is a photo gallery software for the web, built
Piwik                     Piwik is a downloadable, open source (GPL licensed) r
Pixel-Ads-Script          Pixel Ads Script - homepage: http://www.pixel-ads-scr
Pixel-Script              From simple to complex pixel page advertising system
Pixelpost                 Pixelpost is an open-source, standards-compliant, mul
Pixie                     pixie is a free, open source web application that wil
Plesk                     Plesk is a web control panel Homepage: http://www.par
Pligg-CMS                 Pligg is an open source CMS (Content Management Syste
Plogger                   Plogger is the next generation in open-source photo g
Plone                     CMS http://plone.org
PluXml                    PluXml - PHP powered CMS [French] - homepage: http://
podPress                  podPress - A dream plugin for Podcastrs using WordPre
Polycom-SoundPoint        Polycom SoundPoint VOIP phone - Homepage: http://www.
Polycom-ViewStation       Polycom ViewStation - video server - Homepage: http:/
PortalApp                 PortalApp is a fast, flexible, configurable CMS and p
PoweredBy                 This plugin identifies instances of 'Powered by x' te
Pragyan-CMS               A simple and fast multiuser content management system
Pressflow                 Pressflow is a distribution of Drupal with integrated
Price-Comparison-Script   The price comparison script is a comprehensive soluti
Pro-Chat-Rooms            An Ideal Solution For Web Conferencing, Dating and al
Profense-Firewall         Profense Web Application Firewall -  http://www.armor
Proliphix-Thermostat      Network thermostats specifically designed for Interne
Prototype                 Javascript library
Proxy-Agent               This plugin retrieves the proxy agent from the HTTP h
Proxy-Authenticate        This plugin extracts the realm from the proxy-authent
PTCPay                    PTCPay is a sofware development company that develops
PulseCMS                  Manage Content, Simply. Pulse is a simple CMS designe
PuTTY-Log                 This plugin identifies instances of PuTTY log files a
Python                    Python is a programming language that lets you work m
Qcodo-Development-Framework The Qcodo Development Framework is an open-source P
QCubed-Development-Framework The Qcodo Development Framework is an open-source
QNAP-NAS                  QNAP provides a series of network attached storage (N
Quantcast                 Visitor demographics and statistics. www.quantcast.co
Quick.Cms                 Freeware, fast and easy to customize Content Manageme
QuickerSite               QuickerSite is a Content Management System for Window
QuickWeb                  QuickWeb [Italian]
RackCorp-CDN              RackCorp Content Delivery Network - RackCorp is the p
RackStar-Server-Appliance-OS RackStar can be installed on almost any PC platfor
Rapidleech                Rapid Leech is a free server transfer script for use
RapidSite                 RapidSite is the world's largest and most experienced
Raptor-Firewall           Raptor Firewall (previously known as Raptor EagleNT)
Realtor-747               IT747.COM is proudly presenting a property listings m
RealVNC                   RealVNC provides remote control software which lets y
RedirectLocation          HTTP Server string location. used with http-status 30
RedShop                   ASP Powered shopping cart software [Chinese] - homepa
ReFlex-CMS                ReFlex CMS is an extremely flexible ASP.NET based web
ReOS                      REOS is hi-end software solution designed to help rea
Resin                     Resin provides a reliable, fast Web server which can
RevSense                  RevSense is an online pay per click ad-market. Public
RFI-Scanner-Bot           This plugin idenitfies instances of Remote File Inclu
robots.txt                This plugin identifies robots.txt files and extracts
RoSpora                   Spora The Burning Crusade Edition Means RoSpora - web
RoundCube                 Opensource Webmail written in PHP. Homepage: http://r
Ruby                      Ruby is a dynamic, open source programming language w
Ruby-on-Rails             Ruby on rails is an MVC web application framework wri
Rumba-CMS                 Rumba is a Content Management System (CMS). It is the
RunCMS                    RunCms is Ease Of Use for webmasters. One of the worl
S-CMS                     CMS - homepage: http://www.matteoiammarrone.com/publi
SABnzbd                   SABnzbd is an Open Source Binary Newsreader written i
sabros.us                 sabros.us  is a CMS to put your bookmarks online with
samPHPweb                 samPHPweb is a web feature that is included with the
SAP-NetWeaver             SAP NetWeaver provides the technical foundation for S
Saurus-CMS                Web publishing system combining daily content managem
SazCart                   SazCart is a simple & powerful shopping cart script.
Script                    This plugin detects instances of script HTML elements
Scriptaculous             Javascript library
Seagull-PHP-Framework     Seagull is a mature OOP framework for building web, c
SearchFitShoppingCart     Commercial ecommerce system written in PHP. Homepage:
Seditio                   Seditio - homepage: http://www.neocrome.net
SegPub                    SegPub, a hosting solutions provider based in Sydney,
Semaphore                 Bridging the gap between layman's terms and official
Sendcard                  Sendcard is a multi-database (It currently supports 9
Seo-Panel                 A complete open source seo control panel for managing
SePortal                  SePortal - The Weblog System - Homepage: http://www.s
Serendipity               Serendipity - a PHP Weblog/Blog software. Serendipity
Shaadi-Zone               Shaadi Zone is the best solution if you are looking t
Shadowed-Portal           Shadowed Portal CMS- Homepage [offline] : http://www.
ShopEx                    eCommerce [Chinese] - Homepage: http://www.shopex.cn/
SHOUTcast-Administrator   homepage: http://www.shoutcast.com/
Siemens-Simatic           SCADA - Siemens Simatic - Homepage: http://www.automa
SiemensSpeedStreamRouter  Siemens SpeedStream 4200 and 6520 modems are only sol
Silex-Print-Server        Silex Print Server - Print servers connect printers d
SilverStripe              SilverStripe is an opensource CMS written in PHP. It
Simple-Forum-PHP          Simple Forum PHP is a script that is very easy to ins
SimpleTech-SimpleShare-NAS Whether it's photos and music, or business presentat
SimpNews                  Simply a News system - homepage: http://www.boesch-it
Site-Sift                 Site Sift Listings is a FREE directory script with ma
Site4                     Site4 is a danish CMS system for webshops and homepag
Sitefinity                sitefinity ASP.NET CMS - Homepage: http://www.sitefin
siteGENIUS                siteGENIUS, a custom website builder that lets you cr
SkaLinks                  SkaLinks - Free Links Exchange software - homepage: h
SmarterMail               SmarterMail delivers Exchange-level email server soft
SmarterStats              Complete SEO and Web Analytics for Individuals and En
SmartThumbs               SmartThumbs is a complete tgp script (thumbnail galle
SMF                       SMF (Simple Machines Forum) is an opensource forum wr
SmodCMS                   SmodCMS - homepage: http://www.smod.pl/
SmugMug                   SmugMug is a paid digital photo sharing website - Hom
Snap-Appliance-Server     Overland NAS - homepage: http://www.overlandstorage.c
sNews                     sNews is a completely free, standards compliant, PHP
SnoGrafx                  Image gallery software - homepage: http://snografx.co
SnomPhone                 voip phone homepage:www.snom.com
SocketKB                  Deploy your own professional knowledge base or knowle
SocketTimesheet           PHP Timesheet web application - homepage: http://www.
Softbiz-Freelancers-Script Softbiz Freelancers Script is an Extensive and Power
Softbiz-Online-Auctions-Script Softbiz Online Auctions Script is an Extensive a
Softbiz-Online-Classifieds Softbiz Online Classifieds PLUS Script is a highly A
SolarWinds-Network-Performance-Monitor Our flagship network monitoring software
SonicWALL-SSL-VPN         SonicWALL SSL-VPN Portal provides secure Internet acc
Sony-Network-Camera       SONY network video camera web interface - homepage: h
Sony-Video-Network-Station The Sony SNT-V304 Video Network Station enables vide
SourceBans                SourceBans is a free global administration and bannin
SpinetiX-Hyper-Media-Player SpinetiX HMP100 is the first networked Hyper Media
SPIP                      SPIP is a publishing system for the Internet in which
Spyglass-MicroServer      Spyglass MicroServer is a small footprint, scalable,
SQL-CMS                   SQL CMS is a Multi Award Winning web based Content Ma
Squarespace               A fully hosted, completely managed environment for cr
Squid-Web-Proxy-Cache     Squid is a caching proxy for the Web supporting HTTP,
SquirrelMail              Opensource Webmail written in PHP. Homepage: http://s
SSL-Certificate           This plugin retrieves details from SSL certificate fi
Star-Network              hompage: http://www.starltd.net/
Stardot-Express           The Express 6 Video Server is a small standalone serv
StarDot-NetCam            Stardot network camera web interface - homepage: http
Steam-Steal0r-Log         This plugin extracts passwords from Steam Steal0r log
Streamline-PHP-Media-Server Streamline is a streaming media web application wri
Subdreamer-CMS            Whether your goal is creating a simple or full scale
Subrion-CMS               Subrion CMS unites the functionality of articles scri
Sun-Cobalt                The Cobalt Qube was a computer server appliance produ
Sun-Java-System-Server    Sun Java System Web/Proxy Server. - homepage: http://
Suspended-Webpage         Sometimes web hosts suspend their clients pages. This
SVN                       SVN HTTP header.
Sweetrice                 SweeRice is a simple website management system ,it is
sX-Shop                   PHP powered Shopping cart - homepage: http://www.sour
SX-Webserver              SX-Webserver - a simple tcp socket web server - coded
Symfony                   Symfony - open-source PHP web framework - homepage: h
Symphony-CMS              Symphony CMS - XSLT-powered open source content manag
SyndeoCMS                 A Content Management System (CMS) for primary schools
syntaxCMS                 SyntaxCMS simplifies publishing various types of cont
synType-CMS               synType CMS is a free, open source Web Content Manage
System-Shop               shopping cart - homepage: http://system-shop.at/
SystemBase-PortBase       Portbase is a Serial to Ethernet Device Server with a
TAC-Xenta-Controller      SCADA - The TAC Xenta devices are multifunctional con
TaskFreak                 TaskFreak! Original is a simple but efficient web bas
TCMS                      homepage: http://www.tcms-sep.com
Team-Board                Team Board forum [Chinese] - homepage: http://www.tea
TeamSpeak-Server-Log      This plugin extracts the username and password from T
Teapot                    HTCPCP, a protocol for controlling, monitoring, and d
Telligent-Community-Server Telligent Community (previously known as Community S
Tencent-QQ                Tencent QQ, generally referred to as QQ, is the most
Tenon-iTools              iTools 9 is a web site management system for both sma
Textpattern               A flexible, elegant and easy-to-use CMS. Homepage:htt
Textpattern-CMS           A flexible, elegant and easy-to-use CMS - homepage: h
TFTgallery                TFTgallery is a PHP based web image gallery which doe
The-PHP-Real-Estate-Script The Real Estate Script is a fully scalable turn-key
TheHostingTool            homepage: http://thehostingtool.com/
Timesheet-NG              Timesheet NG is a free Open Source online time tracki
Title                     The HTML page title
Tivoli-Access-Manager     Tivoli Access Manager for e-business software is a hi
TMSoft-MyAuth-Gateway     MyAuth Gateway 3 is a software for the administration
TomatoCart                Shopping Cart - homepage: http://www.tomatocart.com/
TomatoCMS                 TomatoCMS considers each web page made up of many dif
Tomcat                    Apache Tomcat Web Server. Homepage: http://tomcat.apa
Toner-Cart                Toner cart has all features needed for a toner busine
Toshiba-Cable-Modem       Toshiba Cable Modem - Homepage: http://www.toshiba.co
Toshiba-Network-Camera    Toshiba network camera web interface - homepage: http
ToshibaPrinter            Toshiba printer Top Access
TP-Link-Router            Detect TP-Link Router - homepage: http://www.tp-link.
Trac                      Trac is an enhanced wiki and issue tracking system fo
TraceWatch                TraceWatch Real Time Web Stats and Traffic Analysis L
Traidnt-UP                Traidnt UP - homepage: http://www.traidnt.net
TRENDnet-Print-Server     TRENDnet Print Server - Print servers connect printer
Tribiq                    Tribiq CMS is a content management system for website
TROY-Serial-Server        TROY500 Serial Server allows connection for devices w
Truition                  CDC eCommerce - On Demand eCommerce and Online Auctio
Turbo-Seek                Turbo Seek enables anyone to build a Search Engine &
TWiki                     A flexible, powerful, and easy to use enterprise wiki
TypePad                   Blogging platform http://www.typepad.com/
TypoLight                 TypoLight is an OpenSource CMS written in PHP. Homepa
UCenter-Home              homepage: http://u.discuz.net
Uebimiau-Webmail          Uebimiau Webmail - Homepage: http://www.uebimiau.org/
Ultrastats                UltraStats is a php based gamelog parser for the famo
Umbraco                   umbraco is an open source project with roots back to
UncommonHeaders           Uncommon HTTP server headers. The blacklist includes
Unknown-Router            This plugin identifies routers for which the vendor i
uPortal                   uPortal
UserLand-Frontier         The UserLand Frontier Kernel is a powerful developmen
uTorrent                  The uTorrent GUI is a web interface to the uTorrent B
vbPortal                  Portal and CMS for vBulletin - homepage: http://www.v
VBulletin                 VBulletin is a PHP forum.
vcard                     vCard is a file format standard for electronic busine
Veo-Observer              Web interface for discontinued network cameras from V
Via-Proxy                 This plugin extracts the proxy server details from th
Video-CMS                 Video CMS is the ultimate online video content publis
Videoconference-Management-System TANDBERG video conferencing management system
VideoShareEnterprise      online video sharing community web application - home
VidiScript                VidiScript - video sharing script - homepage: http://
ViewVC                    ViewVC (formerly known as ViewCVS) is a browser inter
Viking                    Viking is an all-in-one server that provides everythi
Virtualmin                Virtualmin is a powerful and flexible web server cont
VisionGS-Webcam           VisionGS webcam web interface - homepage: http://www.
VoIP-Router-Gateway       ALLWIN Tech VoIP Router Gateway device [ Chinese ] -
VP-ASP                    VP-ASP (Virtual Programming - ASP) Shopping Cart. Fre
VS-Panel                  VS-Panel - homepage: http://www.vertigostudios.com
VSNSLemon                 VSNS is a Very Simple News System written in PHP. VSN
VSP-Stats-Processor       vsp stats processor is a multi game log analyzer / st
vTigerCRM                 vTigerCRM - http://www.vtiger.com/
VTS                       VTS Server
Vulnerable-To-XSS         This plugin can be used as a very basic xss scanner.
w-agora                   w-agora is web based forum package. It is entirely cu
W3-Total-Cache            The fastest and most complete WordPress performance o
W3MFC                     W3Mfc is a collection of MFC classes to implement a W
WampServer                WampServer is a Windows web development environment.
Warcraft-3-Frozen-Throne-Mod-Config-File The Warcraft 3 mod for AMX-Mod-X for H
WatchGuard-Firewall       WatchGuard Firewall - http://www.watchguard.com/produ
Watson-Router             Home Router. Default username/password is admin/admin
Weatimages                Weatimages is very easy to use program that allows yo
Web-Calendar-System       web calendar system
Web-Data-Administrator    The Web Data Administrator is a utility program imple
Web-Publishing-Wizard     If your Internet service provider (ISP) provides spac
Web2                      A nice web server, easy to setup! lots of features in
WebAsyst-Shop-Script      Shop-Script . ecommerce platform for creating online
webbackdoor               Detect common web doors (asp,jsp,php,jsp,pl,cgi)  usi
Webbased-PEAR-Package-Manager Webbased PEAR Package Manager - The most accessib
WebDAV                    Web-based Distributed Authoring and Versioning (WebDA
WebDVR                    Digital video recording system web fronend
WebEye-Network-Camera     WebEye network camera web frontend - homepage: http:/
WebGuard                  Security surveillance  Homepage: http://novuscctv.com
WebHare-Application-Portal WebHare Application Portal - Enterprise Content Mana
WebIIS                    WebIIS - Mini ASP Web Server [Chinese]
WebKnight                 AQTRONIX WebKnight is an application firewall for IIS
Webmatic                  Webmatic CMS - homepage: http://www.webmatic.it/it/
Webmedia-Explorer         Webmedia Explorer scans and indexes everything under
WebPress                  WebPress is the foundation on which we build web site
WebSideStory              On-Demand Web Analytics For Optimizing Online Busines
webSPELL                  webSPELL is a free Content Management System which wa
WebspotBlogging           Old blog - homepage: http://www.webspot.co.uk/
WebTrends                 This session tracking definition tracks visits using
WebYep                    WebYep is a compact Web Content Management System, ma
WhatsUp                   WhatsUp - Network and Server Management Software - Ho
WhatWeb-Plugin            This plugin detects instances of WhatWeb plugins. If
WhiteBoard                WhiteBoard is a fast, powerful, and free open source
Whizzy-CMS                Whizzy-CMS - homepage: http://unverse.net/
WikiWebHelp               wikiWebHelp - Client side is pure Javascript using mo
Winamp-Web-Interface      web interface for winamp mp3 player - homepage: http:
Winconnection             The Winconnection 6 is a gateway to access the Intern
Windows-Internet-Printing Windows internet printing web frontend - homepage: ht
WindWeb                   WindWeb Webserver
WordPress                 WordPress is an opensource blogging system commonly u
Wordpress-Contact-Form    WordPress Contact Form plugin - Contact Form 7 can ma
WordPressSpamFree         Wordpress SpamFree module. Get your WordPress Blog Sp
WordpressSuperCache       Cache functionality for Wordpress - http://wordpress.
WoW-Raid-Manager          WoW Raid Manager or WRM for short is a PHP based appl
WoW-Server-Status         This lightweight PHP script will parse Blizzard's XML
wpQuiz                    wpQuiz is a fully-featured quiz script. - homepage: h
WS_FTP-log                This plugin extratcs ftp servers from WS_FTP log file
WSN-Classifieds           WSN Classifieds gives you a powerful classified ads s
WSN-Directory             WSN Directory is a powerful, translatable business di
WSN-Forum                 WSN Forum is a complete, free, full-featured and mult
WSN-Gallery               WSN Gallery is a media gallery for images, videos and
WSN-Knowledge-Base        WSN Knowledge Base is an article directory script. It
WSN-Links                 WSN Links is a links directory with google pageranks,
WSN-Software-Directory    WSN Software Directory is a full-featured software re
WWW-Authenticate          This plugin identifies the WWW-Authenticate HTTP head
WWWBoard                  WWWBoard is a threaded World Wide Web discussion foru
WWWPhoto                  WWWPhoto is a tag based web photo gallery for PHP5 wi
X-Backend                 This plugin identifies and extracts the value for X-B
X-Cache                   This plugin identifies the X-Cache HTTP header and ex
X-Frame-Options           This plugin retrieves the X-Frame-Options value from
X-Host                    This plugin retrieves the X-Host, X-HostName, X-Host-
x-pingback                A pingback is one of three types of linkbacks, method
X-Powered-By              HTTP header, x-powered-by
X-UA-Compatible           This plugin retrieves the X-UA-Compatible value from
X-Vortech-PHP             X-Vortech-PHP HTTP header.
X-XSS-Protection          This plugin retrieves the X-XSS-Protection value from
X10media-MP3-Search-Engine X10media MP3 search engine - homepage: http://www.x1
X10media-Torrent-Search-Engine X10 Torrent Script is a bittorrent search engine
X7-Chat                   X7 Chat is a free script that can be modified and red
XAMPP                     XAMPP is an easy to install Apache distribution conta
XBMC                      XBMC (formerly 'Xbox Media Center') is a free, open s
XchangeBoard              Old forum - homepage: http://www.xchangeboard.de
Xerox-Printers            Xerox printers web interface - homepage: http://www.x
xGB                       xGB guestbook - homepage: http://www.x-gfx.de/
XHP-CMS                   XHP CMS - eXpandable Home Page is an easy to install,
xproxy                    xproxy
xt-Commerce               xt-Commerce is a powerfull Opensource e-Commerce Solu
XtraBusinessHosting       Hosting at Xtra.co.nz
Yamamah                   Yamamah - Free photo Gallery - homepage: www.yamamah.
Zen-Cart                  Zen Cart. truly is the art of e-commerce; free, user-
Zend                      Zend PHP Framework (http://framework.zend.com/) and Z
Zero-One-Technology-Print-Server Zero One Technology Print Server - Print serve
Zeus-Cart                 Control every facet of your store, from merchandising
Zeus-Traffic-Manager      Zeus Traffic Manager - Application Delivery Controlle
Zeus-Web-Server           Zeus Web Server is the most scalable, high-performanc
zFeeder                   check zFeeder if you want to show other's RSS content
Zikula                    Zikula is a Web Application Toolkit, which allows you
Zimplit-CMS               Zimplit CMS: The easiest Open Source Content Manageme
ZIPBOX-Media              With ZIPBOX start selling digital music, images, vide
Zomplog                   Blog - homepage: http://www.zomp.nl/zomplog/index.php
Zope                      Zope is an open source web application server primari
Zoph                      Zoph (Zoph Organizes Photos) is a web based digital i
Zylone-IT                 homepage: http://www.zylone.com/
ZyXEL-Router              This plugin indentifies ZyXEL router models
------------------------------
878 Plugins Loaded

Alle Funktionen / Hilfe aufrufen:

r-o-f:/tmp/whatweb-0.4.6# ./whatweb -h

.$$$     $.                                   .$$$     $.
$$$$     $$. .$$$  $$$ .$$$$$$.  .$$$$$$$$$$. $$$$     $$. .$$$$$$$. .$$$$$$.
$ $$     $$$ $ $$  $$$ $ $$$$$$. $$$$$ $$$$$$ $ $$     $$$ $ $$   $$ $ $$$$$$.
$ `$     $$$ $ `$  $$$ $ `$  $$$ $$' $ `$ `$$ $ `$     $$$ $ `$      $ `$  $$$'
$. $     $$$ $. $$$$$$ $. $$$$$$ `$  $. $  :' $. $     $$$ $. $$$$   $. $$$$$.
$::$  .  $$$ $::$  $$$ $::$  $$$     $::$     $::$  .  $$$ $::$      $::$  $$$$
$;;$ $$$ $$$ $;;$  $$$ $;;$  $$$     $;;$     $;;$ $$$ $$$ $;;$      $;;$  $$$$
$$$$$$ $$$$$ $$$$  $$$ $$$$  $$$     $$$$     $$$$$$ $$$$$ $$$$$$$$$ $$$$$$$$$'

WhatWeb - Next generation web scanner.
Version 0.4.6 by Andrew Horton aka urbanadventurer from Security-Assessment.com
Homepage: http://www.morningstarsecurity.com/research/whatweb

Usage: whatweb [options] <URLs>

TARGET SELECTION:
  <URLs>                Enter URLs, filenames or nmap-format IP ranges.
                        Use /dev/stdin to pipe HTML directly
  --input-file=FILE, -i Identify URLs found in FILE, eg. -i /dev/stdin
  --url-prefix          Add a prefix to target URLs
  --url-suffix          Add a suffix to target URLs
  --url-pattern         Insert the targets into a URL. Requires --input-file,
                        eg. www.example.com/%insert%/robots.txt
  --example-urls, -e    Add example URLs for each selected plugin to the target
                        list. By default will add example URLs for all plugins.

AGGRESSION LEVELS:
  --aggression, -a=LEVEL The aggression level controls the trade-off between
                        speed/stealth and reliability. Default: 1
                        Aggression levels are:
        1 (Passive)     Make one HTTP request per target. Except for redirects.
        2 (Polite)      Reserved for future use
        3 (Aggressive)  Triggers aggressive plugin functions only when a
                        plugin matches passively.
        4 (Heavy)       Trigger aggressive functions for all plugins. Guess a
                        lot of URLs like Nikto.

HTTP OPTIONS:
  --user-agent, -U=AGENT Identify as AGENT instead of WhatWeb/0.4.6.
  --user, -u=<user:password> HTTP basic authentication
  --header, -H          Add an HTTP header. eg "Foo:Bar". Specifying a default
                        header will replace it. Specifying an empty value, eg.
                        "User-Agent:" will remove the header.
  --follow-redirect=WHEN Control when to follow redirects. WHEN may be `never',
                        `http-only', `meta-only', `same-site', `same-domain'
                        or `always'. Default: always
  --max-redirects=NUM   Maximum number of contiguous redirects. Default: 10

SPIDERING:
  --recursion, -r       Follow links recursively. Only follow links under the
                        path Default: off
  --depth, -d           Maximum recursion depth. Default: 10
  --max-links, -m       Maximum number of links to follow on one page
                        Default: 250
  --spider-skip-extensions Redefine extensions to skip.
                        Default: zip,gz,tar,jpg,exe,png,pdf

PROXY:
  --proxy               <hostname[:port]> Set proxy hostname and port
                        Default: 8080
  --proxy-user          <username:password> Set proxy user and password

PLUGINS:
  --plugins, -p         Comma delimited set of selected plugins. Default is all.
                        Each element can be a directory, file or plugin name and
                        can optionally have a modifier, eg. + or -
                        Examples: +/tmp/moo.rb,+/tmp/foo.rb
                        title,md5,+./plugins-disabled/
                        ./plugins-disabled,-md5
  --list-plugins, -l    List the plugins
  --info-plugins, -I    Display information for all plugins. Optionally search
                        with keywords in a comma delimited list.
  --custom-plugin       Define a custom plugin called Custom-Plugin,
                        Examples: ":text=>'powered by abc'"
                        ":regexp=>/powered[ ]?by ab[0-9]/"
                        ":ghdb=>'intitle:abc \"powered by abc\"'"
                        ":md5=>'8666257030b94d3bdb46e05945f60b42'"
                        "{:text=>'powered by abc'},{:regexp=>/abc [ ]?1/i}"

LOGGING & OUTPUT:
  --verbose, -v         Increase verbosity, use twice for plugin development.
  --colour,--color=WHEN control whether colour is used. WHEN may be `never',
                        `always', or `auto'
  --log-brief=FILE      Log brief, one-line output
  --log-verbose=FILE    Log verbose output
  --log-xml=FILE        Log XML format
  --log-json=FILE       Log JSON format
  --log-json-verbose=FILE Log JSON Verbose format
  --log-magictree=FILE  Log MagicTree XML format
  --log-object=FILE     Log Ruby object inspection format
  --log-mongo-database  Name of the MongoDB database
  --log-mongo-collection Name of the MongoDB collection. Default: whatweb
  --log-mongo-host      MongoDB hostname or IP address. Default: 0.0.0.0
  --log-mongo-username  MongoDB username. Default: nil
  --log-mongo-password  MongoDB password. Default: nil
  --log-errors=FILE     Log errors

PERFORMANCE & STABILITY:
  --max-threads, -t     Number of simultaneous threads. Default: 25.
  --open-timeout        Time in seconds. Default: 60
  --read-timeout        Time in seconds. Default: 120
  --wait=SECONDS        Wait SECONDS between connections
                        This is useful when using a single thread.

HELP & MISCELLANEOUS:
  --help, -h            This help
  --debug               Raise errors in plugins
  --version             Display version information. (WhatWeb 0.4.6)

EXAMPLE USAGE:
  whatweb example.com
  whatweb -v example.com
  whatweb -a 3 example.com
  whatweb 192.168.1.0/24
Permalink

0

Update Web-Proxy Liste

Ich habe die kostenlose Web-Proxy Liste komplett überprüft und aktualisiert. Dabei sind alle Proxy Server, die nicht mehr funktionieren, die zu viel Werbung einblenden und oder extrem langsam sind rausgeflogen.
Neu dabei:

Die Liste findet ihr hier

Blog Beiträge zum Thema:
Web Proxy: Anonym surfen, Filter umgehen
PHProxy – eigenen Web-Proxy betreiben
Eigener WebProxy mit PHProxy und Lighttpd
tempalias – Temporärer E-Mail Proxy

Permalink

0

Hakin9 Ausgabe 03/2011 erschienen

Ab sofort steht die aktuelle Hakin9 Ausgabe 03/2011 zum Download bereit.

Themen in dieser Ausgabe:

  • PHP/MySQL: Mehr Sicherheit und erhöhte Performance durch MySQLi und Prepared Statements
  • Bewusstsein für Sicherheit im Bereich der Gebäudeautomatisierung
  • Metasploit the max
  • IT-Grundschutz: Security-Framework „made in Germany“ Eine Vorstellung des ganzheitlichen Ansatzes vom BSI für ein effektives Sicherheitsmanagement
  • Mit dem Z1 SecureMail Gateway gelingt die zuverlässige und zentrale Absicherung des gesamten E-Mail-Verkehrs
  • eID: Vorteile und Herausforderungen des neuen elektronischen Personalausweises

Homepage: hakin9.org
Forum: Hakin9 :: Forum