Skip to content

Commit

Permalink
Added major only version mock banners
Browse files Browse the repository at this point in the history
  • Loading branch information
inokii committed Mar 17, 2015
1 parent b4ef722 commit ada748f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions xml/http_servers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3034,6 +3034,7 @@
<example>SentinelProtectionServer/7.1</example>
<example>SentinelProtectionServer/7.3</example>
<example>SentinelProtectionServer/7.0</example>
<example>SentinelProtectionServer/7</example>
<description>Embedded web server in SafeNet's memory key dongles.</description>
<param pos="0" name="service.vendor" value="SafeNet"/>
<param pos="0" name="service.product" value="Sentinel Protection Server"/>
Expand All @@ -3044,6 +3045,7 @@
<fingerprint pattern="^SentinelKeysServer/((?:\d+\.)*\d+)$">
<example>SentinelKeysServer/1.3.1</example>
<example>SentinelKeysServer/1.0</example>
<example>SentinelKeysServer/1</example>
<description>Embedded web server in SafeNet's memory key dongles.</description>
<param pos="0" name="service.vendor" value="SafeNet"/>
<param pos="0" name="service.product" value="Sentinel Keys Server"/>
Expand All @@ -3053,6 +3055,7 @@

<fingerprint pattern="^CherryPy/((?:\d+\.)*\d+)$">
<example>CherryPy/3.1.2</example>
<example>CherryPy/3</example>
<description>Web server component of CherryPy web application framework.</description>
<param pos="0" name="service.vendor" value="CherryPy"/>
<param pos="0" name="service.product" value="CherryPy"/>
Expand Down Expand Up @@ -3082,6 +3085,7 @@

<fingerprint pattern="^HP Web Jetadmin/((?:\d+\.)*\d+)\s*(.*)$">
<example>HP Web Jetadmin/2.0.50 (Win32) mod_auth_sspi/1.0.1 mod_ssl/2.0.50 OpenSSL/0.9.6m</example>
<example>HP Web Jetadmin/2 (Win32) mod_auth_sspi/1.0.1 mod_ssl/2.0.50 OpenSSL/0.9.6m</example>
<description>Apache variant for web access to HP printers.</description>
<param pos="0" name="service.vendor" value="Apache"/>
<param pos="0" name="service.product" value="HTTPD"/>
Expand All @@ -3103,6 +3107,7 @@

<fingerprint pattern="^Lotus Expeditor Web Container/((?:\d+\.)*\d+)$">
<example>Lotus Expeditor Web Container/6.1</example>
<example>Lotus Expeditor Web Container/6</example>
<description>Expeditor is a framework used by IBM in many products in the Lotus brand, such as Sametime and Notes.</description>
<param pos="0" name="service.vendor" value="IBM"/>
<param pos="0" name="service.product" value="Lotus Expeditor Server"/>
Expand All @@ -3121,6 +3126,7 @@
<fingerprint pattern="^Mbedthis-Appweb/((?:\d+\.)*\d+)$">
<example>Mbedthis-Appweb/2.4.0</example>
<example>Mbedthis-Appweb/2.4.2</example>
<example>Mbedthis-Appweb/2</example>
<description>An embedded web server for hosting dynamic web applications.</description>
<param pos="0" name="service.vendor" value="Embedthis"/>
<param pos="0" name="service.product" value="Appweb"/>
Expand All @@ -3130,6 +3136,7 @@

<fingerprint pattern="^Avaya CMBE/((?:\d+\.)*\d+)$">
<example>Avaya CMBE/2.0.0</example>
<example>Avaya CMBE/2</example>
<description>Web server for Avaya Aura Communication Manager Branch, a SIP-based communications platform.</description>
<param pos="0" name="service.vendor" value="Avaya"/>
<param pos="0" name="service.product" value="Aura Communication Manager"/>
Expand All @@ -3140,6 +3147,7 @@

<fingerprint pattern="^Rapid Logic/((?:\d+\.)*\d+)$">
<example>Rapid Logic/1.1</example>
<example>Rapid Logic/1</example>
<description>Embedded web server by Rapid Logic, which was acquired by Wind River.</description>
<!-- From Googling, it sounds like this is just referred to as the
Rapid Logic web server. -->
Expand Down Expand Up @@ -3179,6 +3187,7 @@

<fingerprint pattern="^mini_httpd/((?:\d+\.)*\d+) \S*$">
<example>mini_httpd/1.14 23jun2000</example>
<example>mini_httpd/1 23jun2000</example>
<description>A small HTTP server</description>
<param pos="0" name="service.vendor" value="ACME Laboratories"/>
<param pos="0" name="service.product" value="mini_httpd"/>
Expand All @@ -3188,6 +3197,7 @@

<fingerprint pattern="^thin ((?:\d+\.)*\d+) codename .+$">
<example>thin 1.2.4 codename Flaming Astroboy</example>
<example>thin 1 codename Flaming Astroboy</example>
<description>A Ruby-based web server.</description>
<!-- By private developer Marc-Andre Cournoyer; assert
nothing for service.vendor. -->
Expand All @@ -3198,6 +3208,7 @@

<fingerprint pattern="^Avocent DSView \d+/((?:\d+\.)*\d+)$">
<example>Avocent DSView 3/3.7.0.71</example>
<example>Avocent DSView 3/3</example>
<description>Web server interface for controlling data centers.</description>
<param pos="0" name="service.vendor" value="Avocent"/>
<param pos="0" name="service.product" value="DSView"/>
Expand All @@ -3207,6 +3218,7 @@

<fingerprint pattern="^Mongrel ((?:\d+\.)*\d+)$">
<example>Mongrel 1.1.5</example>
<example>Mongrel 1</example>
<description>Ruby-based web server and HTTP library.</description>
<!-- By private developer Zed A. Shaw; assert
nothing for service.vendor. -->
Expand All @@ -3218,6 +3230,7 @@
<fingerprint pattern="^Microplex emHTTPD/((?:\d+\.)*\d+)$">
<example>Microplex emHTTPD/1.0</example>
<example>Microplex emHTTPD/1.1</example>
<example>Microplex emHTTPD/1</example>
<description>Embedded web server used by Microplex.</description>
<param pos="0" name="service.vendor" value="Microplex"/>
<!-- Per Microplex M307 data sheet, the device is manageable
Expand All @@ -3234,6 +3247,7 @@

<fingerprint pattern="^UPS_Server/((?:\d+\.)*\d+)$">
<example>UPS_Server/1.0</example>
<example>UPS_Server/1</example>
<description>An embedded web server used for UPS management; primarily by Eaton, but also by APC.</description>
<param pos="0" name="service.vendor" value="Eaton"/>
<param pos="0" name="service.product" value="ConnectUPS"/>
Expand All @@ -3245,6 +3259,7 @@

<fingerprint pattern="^JC-HTTPD/((?:\d+\.)*\d+)$">
<example>JC-HTTPD/1.11.14</example>
<example>JC-HTTPD/1</example>
<!-- Shodan shows multiple printers with servers having this
banner, but I can't find a project page. -->
<description>An embedded web server, used notably by Oki and Kyocera in printers.</description>
Expand All @@ -3255,6 +3270,7 @@

<fingerprint pattern="^JC-SHTTPD/((?:\d+\.)*\d+)$">
<example>JC-SHTTPD/1.17.20</example>
<example>JC-SHTTPD/1</example>
<!-- The only Google hits for "JC-SHTTPD" list it as being
a Sharp printer. There is a project called SHTTPD (now Mongoose),
but version 1.17 does not have this banner.
Expand All @@ -3270,6 +3286,7 @@

<fingerprint pattern="^Oracle XML DB/Oracle\S+ Enterprise Edition Release ((?:\d+\.)*\d+) - Production$">
<example>Oracle XML DB/Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production</example>
<example>Oracle XML DB/Oracle9i Enterprise Edition Release 9 - Production</example>
<!-- Oracle provides a laundry list of HTTP(S) features not
supported by the XML DB's web server; I think it's safe
to say that it is almost certainly not Apache under the hood:
Expand Down Expand Up @@ -3302,6 +3319,7 @@

<fingerprint pattern="^Ews/((?:\d+\.)*\d+)$">
<example>Ews/0.1</example>
<example>Ews/0</example>
<description>IBM Network Printer Manager.</description>
<param pos="0" name="service.vendor" value="IBM"/>
<param pos="0" name="service.product" value="Network Printer Manager"/>
Expand Down Expand Up @@ -3413,6 +3431,7 @@

<fingerprint pattern="^GFE/((?:\d+\.)*\d+)$">
<example>GFE/1.3</example>
<example>GFE/1</example>
<description>Google Front End for apps running on Google services.</description>
<param pos="0" name="service.vendor" value="Google"/>
<param pos="0" name="service.product" value="Google Front End"/>
Expand Down

0 comments on commit ada748f

Please sign in to comment.