ID OPENSUSE-2018-21.NASL
Type nessus
Reporter This script is Copyright (C) 2018-2021 Tenable Network Security, Inc.
Modified 2018-01-11T00:00:00
Description
This update for clamav-database refreshes the database.
This update was imported from the SUSE:SLE-12:Update update project.
#%NASL_MIN_LEVEL 70300
#
# (C) Tenable Network Security, Inc.
#
# The descriptive text and package checks in this plugin were
# extracted from openSUSE Security Update openSUSE-2018-21.
#
# The text description of this plugin is (C) SUSE LLC.
#
include('deprecated_nasl_level.inc');
include('compat.inc');
if (description)
{
script_id(105742);
script_version("3.3");
script_set_attribute(attribute:"plugin_modification_date", value:"2021/01/19");
script_name(english:"openSUSE Security Update : clamav-database (openSUSE-2018-21)");
script_summary(english:"Check for the openSUSE-2018-21 patch");
script_set_attribute(
attribute:"synopsis",
value:"The remote openSUSE host is missing a security update."
);
script_set_attribute(
attribute:"description",
value:
"This update for clamav-database refreshes the database.
This update was imported from the SUSE:SLE-12:Update update project."
);
script_set_attribute(
attribute:"solution",
value:"Update the affected clamav-database package."
);
script_set_attribute(attribute:"risk_factor", value:"Medium");
script_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:clamav-database");
script_set_attribute(attribute:"cpe", value:"cpe:/o:novell:opensuse:42.2");
script_set_attribute(attribute:"patch_publication_date", value:"2018/01/10");
script_set_attribute(attribute:"plugin_publication_date", value:"2018/01/11");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_copyright(english:"This script is Copyright (C) 2018-2021 Tenable Network Security, Inc.");
script_family(english:"SuSE Local Security Checks");
script_dependencies("ssh_get_info.nasl");
script_require_keys("Host/local_checks_enabled", "Host/SuSE/release", "Host/SuSE/rpm-list");
exit(0);
}
include("audit.inc");
include("global_settings.inc");
include("rpm.inc");
if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
release = get_kb_item("Host/SuSE/release");
if (isnull(release) || release =~ "^(SLED|SLES)") audit(AUDIT_OS_NOT, "openSUSE");
if (release !~ "^(SUSE42\.2)$") audit(AUDIT_OS_RELEASE_NOT, "openSUSE", "42.2", release);
if (!get_kb_item("Host/SuSE/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING);
flag = 0;
if ( rpm_check(release:"SUSE42.2", reference:"clamav-database-201801080006-54.127.1") ) flag++;
if (flag)
{
if (report_verbosity > 0) security_warning(port:0, extra:rpm_report_get());
else security_warning(0);
exit(0);
}
else
{
tested = pkg_tests_get();
if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
else audit(AUDIT_PACKAGE_NOT_INSTALLED, "clamav-database");
}
{"pluginID": "105742", "sourceData": "#%NASL_MIN_LEVEL 70300\n#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were\n# extracted from openSUSE Security Update openSUSE-2018-21.\n#\n# The text description of this plugin is (C) SUSE LLC.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(105742);\n script_version(\"3.3\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/19\");\n\n script_name(english:\"openSUSE Security Update : clamav-database (openSUSE-2018-21)\");\n script_summary(english:\"Check for the openSUSE-2018-21 patch\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote openSUSE host is missing a security update.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"This update for clamav-database refreshes the database.\n\nThis update was imported from the SUSE:SLE-12:Update update project.\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Update the affected clamav-database package.\"\n );\n script_set_attribute(attribute:\"risk_factor\", value:\"Medium\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:clamav-database\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:novell:opensuse:42.2\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2018/01/10\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2018/01/11\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2018-2021 Tenable Network Security, Inc.\");\n script_family(english:\"SuSE Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/SuSE/release\", \"Host/SuSE/rpm-list\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"rpm.inc\");\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nrelease = get_kb_item(\"Host/SuSE/release\");\nif (isnull(release) || release =~ \"^(SLED|SLES)\") audit(AUDIT_OS_NOT, \"openSUSE\");\nif (release !~ \"^(SUSE42\\.2)$\") audit(AUDIT_OS_RELEASE_NOT, \"openSUSE\", \"42.2\", release);\nif (!get_kb_item(\"Host/SuSE/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\n\n\nflag = 0;\n\nif ( rpm_check(release:\"SUSE42.2\", reference:\"clamav-database-201801080006-54.127.1\") ) flag++;\n\nif (flag)\n{\n if (report_verbosity > 0) security_warning(port:0, extra:rpm_report_get());\n else security_warning(0);\n exit(0);\n}\nelse\n{\n tested = pkg_tests_get();\n if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);\n else audit(AUDIT_PACKAGE_NOT_INSTALLED, \"clamav-database\");\n}\n", "description": "This update for clamav-database refreshes the database.\n\nThis update was imported from the SUSE:SLE-12:Update update project.", "reporter": "This script is Copyright (C) 2018-2021 Tenable Network Security, Inc.", "href": "https://www.tenable.com/plugins/nessus/105742", "type": "nessus", "viewCount": 7, "references": [], "lastseen": "2021-01-20T12:36:09", "published": "2018-01-11T00:00:00", "naslFamily": "SuSE Local Security Checks", "cvelist": [], "cpe": ["p-cpe:/a:novell:opensuse:clamav-database", "cpe:/o:novell:opensuse:42.2"], "id": "OPENSUSE-2018-21.NASL", "modified": "2018-01-11T00:00:00", "title": "openSUSE Security Update : clamav-database (openSUSE-2018-21)", "edition": 12, "cvss": {"score": 0.0, "vector": "NONE"}, "bulletinFamily": "scanner", "enchantments": {"dependencies": {"references": [{"type": "openvas", "idList": ["OPENVAS:850474", "OPENVAS:850551", "OPENVAS:850463", "OPENVAS:850461", "OPENVAS:850552", "OPENVAS:850547", "OPENVAS:850550", "OPENVAS:850549", "OPENVAS:850545", "OPENVAS:850553"]}, {"type": "nessus", "idList": ["OS_FINGERPRINT_HTTP.NASL", "WWW_FINGERPRINTING_HMAP.NASL"]}], "modified": "2021-01-20T12:36:09", "rev": 2}, "score": {"value": 0.5, "vector": "NONE", "modified": "2021-01-20T12:36:09", "rev": 2}, "vulnersScore": 0.5}, "scheme": null}
{"openvas": [{"lastseen": "2018-01-18T11:08:38", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-4548"], "description": "Check for the Version of openssh", "modified": "2018-01-17T00:00:00", "published": "2013-12-10T00:00:00", "id": "OPENVAS:850553", "href": "http://plugins.openvas.org/nasl.php?oid=850553", "type": "openvas", "title": "SuSE Update for openssh openSUSE-SU-2013:1726-1 (openssh)", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n# $Id: gb_suse_2013_1726_1.nasl 8448 2018-01-17 16:18:06Z teissa $\n#\n# SuSE Update for openssh openSUSE-SU-2013:1726-1 (openssh)\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (C) 2013 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\ninclude(\"revisions-lib.inc\");\n\nif(description)\n{\n script_id(850553);\n script_version(\"$Revision: 8448 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2018-01-17 17:18:06 +0100 (Wed, 17 Jan 2018) $\");\n script_tag(name:\"creation_date\", value:\"2013-12-10 13:21:19 +0530 (Tue, 10 Dec 2013)\");\n script_cve_id(\"CVE-2013-4548\");\n script_tag(name:\"cvss_base\", value:\"6.0\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:S/C:P/I:P/A:P\");\n script_name(\"SuSE Update for openssh openSUSE-SU-2013:1726-1 (openssh)\");\n\n tag_insight = \"\n openssh was updated to fix a memory corruption when AES-GCM\n is used which could lead to remote code execution after\n successful authentication. (CVE-2013-4548)\";\n\n tag_affected = \"openssh on openSUSE 13.1\";\n\n tag_solution = \"Please Install the Updated Packages.\";\n\n\n script_tag(name : \"affected\" , value : tag_affected);\n script_tag(name : \"insight\" , value : tag_insight);\n script_tag(name : \"solution\" , value : tag_solution);\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_xref(name: \"openSUSE-SU\", value: \"2013:1726_1\");\n script_tag(name: \"summary\" , value: \"Check for the Version of openssh\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2013 Greenbone Networks GmbH\");\n script_family(\"SuSE Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/suse\", \"ssh/login/rpms\");\n exit(0);\n}\n\n\ninclude(\"pkg-lib-rpm.inc\");\n\nrelease = get_kb_item(\"ssh/login/release\");\n\nres = \"\";\nif(release == NULL){\n exit(0);\n}\n\nif(release == \"openSUSE13.1\")\n{\n\n if ((res = isrpmvuln(pkg:\"openssh\", rpm:\"openssh~6.2p2~3.4.1\", rls:\"openSUSE13.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openssh-askpass-gnome\", rpm:\"openssh-askpass-gnome~6.2p2~3.4.1\", rls:\"openSUSE13.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openssh-askpass-gnome-debuginfo\", rpm:\"openssh-askpass-gnome-debuginfo~6.2p2~3.4.1\", rls:\"openSUSE13.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openssh-debuginfo\", rpm:\"openssh-debuginfo~6.2p2~3.4.1\", rls:\"openSUSE13.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openssh-debugsource\", rpm:\"openssh-debugsource~6.2p2~3.4.1\", rls:\"openSUSE13.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99); # Not vulnerable.\n exit(0);\n}\n", "cvss": {"score": 6.0, "vector": "AV:NETWORK/AC:MEDIUM/Au:SINGLE_INSTANCE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}}, {"lastseen": "2018-01-23T13:10:27", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-1678", "CVE-2013-1670", "CVE-2013-1680", "CVE-2013-1679", "CVE-2013-1681", "CVE-2013-0801", "CVE-2013-1669", "CVE-2013-1676", "CVE-2013-1675", "CVE-2013-1674", "CVE-2013-1677"], "description": "Check for the Version of MozillaThunderbird", "modified": "2018-01-23T00:00:00", "published": "2013-12-10T00:00:00", "id": "OPENVAS:850550", "href": "http://plugins.openvas.org/nasl.php?oid=850550", "type": "openvas", "title": "SuSE Update for MozillaThunderbird openSUSE-SU-2013:0894-1 (MozillaThunderbird)", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n# $Id: gb_suse_2013_0894_1.nasl 8494 2018-01-23 06:57:55Z teissa $\n#\n# SuSE Update for MozillaThunderbird openSUSE-SU-2013:0894-1 (MozillaThunderbird)\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (C) 2013 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\ninclude(\"revisions-lib.inc\");\n\nif(description)\n{\n script_id(850550);\n script_version(\"$Revision: 8494 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2018-01-23 07:57:55 +0100 (Tue, 23 Jan 2018) $\");\n script_tag(name:\"creation_date\", value:\"2013-12-10 13:21:26 +0530 (Tue, 10 Dec 2013)\");\n script_cve_id(\"CVE-2013-0801\", \"CVE-2013-1669\", \"CVE-2013-1670\", \"CVE-2013-1674\",\n \"CVE-2013-1675\", \"CVE-2013-1676\", \"CVE-2013-1677\", \"CVE-2013-1678\",\n \"CVE-2013-1679\", \"CVE-2013-1680\", \"CVE-2013-1681\");\n script_tag(name:\"cvss_base\", value:\"10.0\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:C/I:C/A:C\");\n script_name(\"SuSE Update for MozillaThunderbird openSUSE-SU-2013:0894-1 (MozillaThunderbird)\");\n\n tag_insight = \"\n MozillaThunderbird was updated to security update\n Thunderbird 17.0.6 (bnc#819204):\n * MFSA 2013-41/CVE-2013-0801/CVE-2013-1669 Miscellaneous\n memory safety hazards\n * MFSA 2013-42/CVE-2013-1670 (bmo#853709) Privileged access\n for content level constructor\n * MFSA 2013-46/CVE-2013-1674 (bmo#860971) Use-after-free\n with video and onresize event\n * MFSA 2013-47/CVE-2013-1675 (bmo#866825) Uninitialized\n functions in DOMSVGZoomEvent\n * MFSA 2013-48/CVE-2013-1676/CVE-2013-1677/CVE-2013-1678/\n CVE-2013-1679/CVE-2013-1680/CVE-2013-1681 Memory\n corruption found using Address Sanitizer\";\n\n tag_affected = \"MozillaThunderbird on openSUSE 12.3\";\n\n tag_solution = \"Please Install the Updated Packages.\";\n\n\n script_tag(name : \"affected\" , value : tag_affected);\n script_tag(name : \"insight\" , value : tag_insight);\n script_tag(name : \"solution\" , value : tag_solution);\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_xref(name: \"openSUSE-SU\", value: \"2013:0894_1\");\n script_tag(name: \"summary\" , value: \"Check for the Version of MozillaThunderbird\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2013 Greenbone Networks GmbH\");\n script_family(\"SuSE Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/suse\", \"ssh/login/rpms\");\n exit(0);\n}\n\n\ninclude(\"pkg-lib-rpm.inc\");\n\nrelease = get_kb_item(\"ssh/login/release\");\n\nres = \"\";\nif(release == NULL){\n exit(0);\n}\n\nif(release == \"openSUSE12.3\")\n{\n\n if ((res = isrpmvuln(pkg:\"MozillaThunderbird\", rpm:\"MozillaThunderbird~17.0.6~61.13.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaThunderbird-buildsymbols\", rpm:\"MozillaThunderbird-buildsymbols~17.0.6~61.13.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaThunderbird-debuginfo\", rpm:\"MozillaThunderbird-debuginfo~17.0.6~61.13.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaThunderbird-debugsource\", rpm:\"MozillaThunderbird-debugsource~17.0.6~61.13.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaThunderbird-devel\", rpm:\"MozillaThunderbird-devel~17.0.6~61.13.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaThunderbird-devel-debuginfo\", rpm:\"MozillaThunderbird-devel-debuginfo~17.0.6~61.13.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaThunderbird-translations-common\", rpm:\"MozillaThunderbird-translations-common~17.0.6~61.13.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaThunderbird-translations-other\", rpm:\"MozillaThunderbird-translations-other~17.0.6~61.13.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"enigmail\", rpm:\"enigmail~1.5.1+17.0.6~61.13.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"enigmail-debuginfo\", rpm:\"enigmail-debuginfo~1.5.1+17.0.6~61.13.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99); # Not vulnerable.\n exit(0);\n}\n", "cvss": {"score": 10.0, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:COMPLETE/I:COMPLETE/A:COMPLETE/"}}, {"lastseen": "2018-01-18T11:08:53", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-2850"], "description": "Check for the Version of kernel", "modified": "2018-01-18T00:00:00", "published": "2013-12-10T00:00:00", "id": "OPENVAS:850549", "href": "http://plugins.openvas.org/nasl.php?oid=850549", "type": "openvas", "title": "SuSE Update for kernel openSUSE-SU-2013:1043-1 (kernel)", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n# $Id: gb_suse_2013_1043_1.nasl 8456 2018-01-18 06:58:40Z teissa $\n#\n# SuSE Update for kernel openSUSE-SU-2013:1043-1 (kernel)\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (C) 2013 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\ninclude(\"revisions-lib.inc\");\n\nif(description)\n{\n script_id(850549);\n script_version(\"$Revision: 8456 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2018-01-18 07:58:40 +0100 (Thu, 18 Jan 2018) $\");\n script_tag(name:\"creation_date\", value:\"2013-12-10 13:21:22 +0530 (Tue, 10 Dec 2013)\");\n script_cve_id(\"CVE-2013-2850\");\n script_tag(name:\"cvss_base\", value:\"7.9\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:A/AC:M/Au:N/C:C/I:C/A:C\");\n script_name(\"SuSE Update for kernel openSUSE-SU-2013:1043-1 (kernel)\");\n\n tag_insight = \"\n The openSUSE 12.3 kernel was updated to fix a critical\n security issue and two reiserfs bugs.\n\n CVE-2013-2850: Incorrect strncpy usage in the network\n listening part of the iscsi target driver could have been\n used by remote attackers to crash the kernel or execute\n code.\n\n This required the iscsi target running on the machine and\n the attacker able to make a network connection to it (aka\n not filtered by firewalls).\n\n Bugs fixed:\n - reiserfs: fix spurious multiple-fill in\n reiserfs_readdir_dentry (bnc#822722).\n\n - reiserfs: fix problems with chowning setuid file w/\n xattrs (bnc#790920).\n\n - iscsi-target: fix heap buffer overflow on error\n (CVE-2013-2850, bnc#821560).\";\n\n tag_affected = \"kernel on openSUSE 12.3\";\n\n tag_solution = \"Please Install the Updated Packages.\";\n\n\n script_tag(name : \"affected\" , value : tag_affected);\n script_tag(name : \"insight\" , value : tag_insight);\n script_tag(name : \"solution\" , value : tag_solution);\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_xref(name: \"openSUSE-SU\", value: \"2013:1043_1\");\n script_tag(name: \"summary\" , value: \"Check for the Version of kernel\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2013 Greenbone Networks GmbH\");\n script_family(\"SuSE Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/suse\", \"ssh/login/rpms\");\n exit(0);\n}\n\n\ninclude(\"pkg-lib-rpm.inc\");\n\nrelease = get_kb_item(\"ssh/login/release\");\n\nres = \"\";\nif(release == NULL){\n exit(0);\n}\n\nif(release == \"openSUSE12.3\")\n{\n\n if ((res = isrpmvuln(pkg:\"kernel-default\", rpm:\"kernel-default~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-default-base\", rpm:\"kernel-default-base~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-default-devel\", rpm:\"kernel-default-devel~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-syms\", rpm:\"kernel-syms~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-debug\", rpm:\"kernel-debug~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-debug-base\", rpm:\"kernel-debug-base~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-debug-devel\", rpm:\"kernel-debug-devel~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-desktop\", rpm:\"kernel-desktop~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-desktop-base\", rpm:\"kernel-desktop-base~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-desktop-devel\", rpm:\"kernel-desktop-devel~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-ec2\", rpm:\"kernel-ec2~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-ec2-base\", rpm:\"kernel-ec2-base~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-ec2-base-debuginfo\", rpm:\"kernel-ec2-base-debuginfo~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-ec2-debuginfo\", rpm:\"kernel-ec2-debuginfo~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-ec2-debugsource\", rpm:\"kernel-ec2-debugsource~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-ec2-devel\", rpm:\"kernel-ec2-devel~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-ec2-devel-debuginfo\", rpm:\"kernel-ec2-devel-debuginfo~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-trace\", rpm:\"kernel-trace~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-trace-base\", rpm:\"kernel-trace-base~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-trace-devel\", rpm:\"kernel-trace-devel~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-vanilla\", rpm:\"kernel-vanilla~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-vanilla-devel\", rpm:\"kernel-vanilla-devel~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-xen\", rpm:\"kernel-xen~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-xen-base\", rpm:\"kernel-xen-base~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-xen-devel\", rpm:\"kernel-xen-devel~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-devel\", rpm:\"kernel-devel~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-docs\", rpm:\"kernel-docs~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-source\", rpm:\"kernel-source~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-source-vanilla\", rpm:\"kernel-source-vanilla~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-debug-base-debuginfo\", rpm:\"kernel-debug-base-debuginfo~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-debug-debuginfo\", rpm:\"kernel-debug-debuginfo~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-debug-debugsource\", rpm:\"kernel-debug-debugsource~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-debug-devel-debuginfo\", rpm:\"kernel-debug-devel-debuginfo~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-desktop-base-debuginfo\", rpm:\"kernel-desktop-base-debuginfo~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-desktop-debuginfo\", rpm:\"kernel-desktop-debuginfo~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-desktop-debugsource\", rpm:\"kernel-desktop-debugsource~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-desktop-devel-debuginfo\", rpm:\"kernel-desktop-devel-debuginfo~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-pae\", rpm:\"kernel-pae~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-pae-base\", rpm:\"kernel-pae-base~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-pae-base-debuginfo\", rpm:\"kernel-pae-base-debuginfo~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-pae-debuginfo\", rpm:\"kernel-pae-debuginfo~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-pae-debugsource\", rpm:\"kernel-pae-debugsource~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-pae-devel\", rpm:\"kernel-pae-devel~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-pae-devel-debuginfo\", rpm:\"kernel-pae-devel-debuginfo~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-trace-base-debuginfo\", rpm:\"kernel-trace-base-debuginfo~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-trace-debuginfo\", rpm:\"kernel-trace-debuginfo~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-trace-debugsource\", rpm:\"kernel-trace-debugsource~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-trace-devel-debuginfo\", rpm:\"kernel-trace-devel-debuginfo~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-vanilla-debuginfo\", rpm:\"kernel-vanilla-debuginfo~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-vanilla-debugsource\", rpm:\"kernel-vanilla-debugsource~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-vanilla-devel-debuginfo\", rpm:\"kernel-vanilla-devel-debuginfo~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-xen-base-debuginfo\", rpm:\"kernel-xen-base-debuginfo~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-xen-debuginfo\", rpm:\"kernel-xen-debuginfo~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-xen-debugsource\", rpm:\"kernel-xen-debugsource~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-xen-devel-debuginfo\", rpm:\"kernel-xen-devel-debuginfo~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-default-base-debuginfo\", rpm:\"kernel-default-base-debuginfo~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-default-debuginfo\", rpm:\"kernel-default-debuginfo~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-default-debugsource\", rpm:\"kernel-default-debugsource~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-default-devel-debuginfo\", rpm:\"kernel-default-devel-debuginfo~3.7.10~1.16.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99); # Not vulnerable.\n exit(0);\n}\n", "cvss": {"score": 7.9, "vector": "AV:ADJACENT_NETWORK/AC:MEDIUM/Au:NONE/C:COMPLETE/I:COMPLETE/A:COMPLETE/"}}, {"lastseen": "2018-01-23T13:10:28", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-1671", "CVE-2013-1678", "CVE-2013-1670", "CVE-2013-1680", "CVE-2013-1679", "CVE-2013-1681", "CVE-2013-0801", "CVE-2013-1669", "CVE-2013-1676", "CVE-2013-1675", "CVE-2013-1674", "CVE-2013-1677"], "description": "Check for the Version of MozillaFirefox", "modified": "2018-01-23T00:00:00", "published": "2013-12-10T00:00:00", "id": "OPENVAS:850545", "href": "http://plugins.openvas.org/nasl.php?oid=850545", "type": "openvas", "title": "SuSE Update for MozillaFirefox openSUSE-SU-2013:0946-1 (MozillaFirefox)", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n# $Id: gb_suse_2013_0946_1.nasl 8494 2018-01-23 06:57:55Z teissa $\n#\n# SuSE Update for MozillaFirefox openSUSE-SU-2013:0946-1 (MozillaFirefox)\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (C) 2013 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\ninclude(\"revisions-lib.inc\");\n\nif(description)\n{\n script_id(850545);\n script_version(\"$Revision: 8494 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2018-01-23 07:57:55 +0100 (Tue, 23 Jan 2018) $\");\n script_tag(name:\"creation_date\", value:\"2013-12-10 13:21:27 +0530 (Tue, 10 Dec 2013)\");\n script_cve_id(\"CVE-2013-0801\", \"CVE-2013-1669\", \"CVE-2013-1670\", \"CVE-2013-1671\",\n \"CVE-2013-1674\", \"CVE-2013-1675\", \"CVE-2013-1676\", \"CVE-2013-1677\",\n \"CVE-2013-1678\", \"CVE-2013-1679\", \"CVE-2013-1680\", \"CVE-2013-1681\");\n script_tag(name:\"cvss_base\", value:\"10.0\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:C/I:C/A:C\");\n script_name(\"SuSE Update for MozillaFirefox openSUSE-SU-2013:0946-1 (MozillaFirefox)\");\n\n tag_insight = \"\n MozillaFirefox was updated to Firefox 21.0 (bnc#819204)\n * MFSA 2013-41/CVE-2013-0801/CVE-2013-1669 Miscellaneous\n memory safety hazards\n * MFSA 2013-42/CVE-2013-1670 (bmo#853709) Privileged access\n for content level constructor\n * MFSA 2013-43/CVE-2013-1671 (bmo#842255) File input\n control has access to full path\n * MFSA 2013-46/CVE-2013-1674 (bmo#860971) Use-after-free\n with video and onresize event\n * MFSA 2013-47/CVE-2013-1675 (bmo#866825) Uninitialized\n functions in DOMSVGZoomEvent\n * MFSA 2013-48/CVE-2013-1676/CVE-2013-1677/CVE-2013-1678/\n CVE-2013-1679/CVE-2013-1680/CVE-2013-1681 Memory\n corruption found using Address Sanitizer\n\n Changes in MozillaFirefox-branding-openSUSE:\n - modified file locations for Firefox 21 and above\n - added DuckDuckGo as search option (bnc#801121)\";\n\n tag_affected = \"MozillaFirefox on openSUSE 12.3\";\n\n tag_solution = \"Please Install the Updated Packages.\";\n\n\n script_tag(name : \"affected\" , value : tag_affected);\n script_tag(name : \"insight\" , value : tag_insight);\n script_tag(name : \"solution\" , value : tag_solution);\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_xref(name: \"openSUSE-SU\", value: \"2013:0946_1\");\n script_tag(name: \"summary\" , value: \"Check for the Version of MozillaFirefox\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2013 Greenbone Networks GmbH\");\n script_family(\"SuSE Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/suse\", \"ssh/login/rpms\");\n exit(0);\n}\n\n\ninclude(\"pkg-lib-rpm.inc\");\n\nrelease = get_kb_item(\"ssh/login/release\");\n\nres = \"\";\nif(release == NULL){\n exit(0);\n}\n\nif(release == \"openSUSE12.3\")\n{\n\n if ((res = isrpmvuln(pkg:\"MozillaFirefox\", rpm:\"MozillaFirefox~21.0~1.18.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaFirefox-branding-openSUSE-21\", rpm:\"MozillaFirefox-branding-openSUSE-21~2.5.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaFirefox-branding-upstream\", rpm:\"MozillaFirefox-branding-upstream~21.0~1.18.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaFirefox-buildsymbols\", rpm:\"MozillaFirefox-buildsymbols~21.0~1.18.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaFirefox-debuginfo\", rpm:\"MozillaFirefox-debuginfo~21.0~1.18.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaFirefox-debugsource\", rpm:\"MozillaFirefox-debugsource~21.0~1.18.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaFirefox-devel\", rpm:\"MozillaFirefox-devel~21.0~1.18.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaFirefox-translations-common\", rpm:\"MozillaFirefox-translations-common~21.0~1.18.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaFirefox-translations-other\", rpm:\"MozillaFirefox-translations-other~21.0~1.18.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nspr\", rpm:\"mozilla-nspr~4.9.6~1.7.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nspr-debuginfo\", rpm:\"mozilla-nspr-debuginfo~4.9.6~1.7.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nspr-debugsource\", rpm:\"mozilla-nspr-debugsource~4.9.6~1.7.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nspr-devel\", rpm:\"mozilla-nspr-devel~4.9.6~1.7.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nspr-32bit\", rpm:\"mozilla-nspr-32bit~4.9.6~1.7.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nspr-debuginfo-32bit\", rpm:\"mozilla-nspr-debuginfo-32bit~4.9.6~1.7.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99); # Not vulnerable.\n exit(0);\n}\n", "cvss": {"score": 10.0, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:COMPLETE/I:COMPLETE/A:COMPLETE/"}}, {"lastseen": "2018-01-19T15:09:19", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-0290", "CVE-2013-2094"], "description": "Check for the Version of kernel", "modified": "2018-01-19T00:00:00", "published": "2013-12-10T00:00:00", "id": "OPENVAS:850552", "href": "http://plugins.openvas.org/nasl.php?oid=850552", "type": "openvas", "title": "SuSE Update for kernel openSUSE-SU-2013:0951-1 (kernel)", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n# $Id: gb_suse_2013_0951_1.nasl 8466 2018-01-19 06:58:30Z teissa $\n#\n# SuSE Update for kernel openSUSE-SU-2013:0951-1 (kernel)\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (C) 2013 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\ninclude(\"revisions-lib.inc\");\n\nif(description)\n{\n script_id(850552);\n script_version(\"$Revision: 8466 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2018-01-19 07:58:30 +0100 (Fri, 19 Jan 2018) $\");\n script_tag(name:\"creation_date\", value:\"2013-12-10 13:21:20 +0530 (Tue, 10 Dec 2013)\");\n script_cve_id(\"CVE-2013-0290\", \"CVE-2013-2094\");\n script_tag(name:\"cvss_base\", value:\"7.2\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:L/AC:L/Au:N/C:C/I:C/A:C\");\n script_name(\"SuSE Update for kernel openSUSE-SU-2013:0951-1 (kernel)\");\n\n tag_insight = \"\n The openSUSE 12.3 kernel was updated to fix a critical\n security issue, other security issues and several bugs.\n\n Security issues fixed: CVE-2013-2094: The perf_swevent_init\n function in kernel/events/core.c in the Linux kernel used\n an incorrect integer data type, which allowed local users\n to gain privileges via a crafted perf_event_open system\n call.\n\n CVE-2013-0290: The __skb_recv_datagram function in\n net/core/datagram.c in the Linux kernel did not properly\n handle the MSG_PEEK flag with zero-length data, which\n allowed local users to cause a denial of service (infinite\n loop and system hang) via a crafted application.\n\n Bugs fixed:\n - qlge: fix dma map leak when the last chunk is not\n allocated (bnc#819519).\n\n - ACPI / thermal: do not always return\n THERMAL_TREND_RAISING for active trip points (bnc#820048).\n\n - perf: Treat attr.config as u64 in perf_swevent_init()\n (bnc#819789, CVE-2013-2094).\n\n - cxgb4: fix error recovery when t4_fw_hello returns a\n positive value (bnc#818497).\n\n - kabi/severities: Ignore drivers/mfd/ucb1400_core It\n provides internal exports to UCB1400 drivers, that we\n have just disabled.\n\n - Fix -devel package for armv7hl armv7hl kernel flavors in\n the non-multiplatform configuration (which is the default\n for our openSUSE 12.3 release), needs more header files\n from the machine specific directories to be included in\n kernel-devel.\n\n - Update config files: disable UCB1400 on all but ARM\n Currently UCB1400 is only used on ARM OMAP systems, and\n part of the code is dead code that can't even be\n modularized.\n - CONFIG_UCB1400_CORE=n\n - CONFIG_TOUCHSCREEN_UCB1400=n\n - CONFIG_GPIO_UCB1400=n\n\n - rpm/config.sh: Drop the ARM repository, the KOTD will\n build against the 'ports' repository of openSUSE:12.3\n\n - mm/mmap: check for RLIMIT_AS before unmapping\n (bnc#818327).\n\n - rpm/kernel-spec-macros: Properly handle KOTD release\n numbers with .g commit suffix\n\n - rpm/kernel-spec-macros: Drop the %release_num macro We no\n longer put the -rcX tag into the release string.\n\n - xen-pciback: notify hypervisor about devices intended to\n be assigned to guests.\n\n - unix/stream: fix peeking with an offset larger than data\n in queue (bnc#803931 CVE-2013-0290).\n - unix/dgram: fix peeking with an offset larger than data\n in queue (bnc#803931 CVE-2013-0290).\n - unix/dgram: peek beyond 0-sized skbs (bnc#803931\n CVE-2013-0290).\n - net: fix infinite loop in __skb_recv_datagram()\n (bnc#803931 CVE-2013-0290).\n\n - TTY: fix atime/mtime regression (bnc#815745).\n\n - md/raid1,raid10: fix deadlock with freeze_array()\n (813889).\n - md: raid1,10 ...\n\n Description truncated, for more information please check the Reference URL\";\n\n tag_affected = \"kernel on openSUSE 12.3\";\n\n tag_solution = \"Please Install the Updated Packages.\";\n\n\n script_tag(name : \"affected\" , value : tag_affected);\n script_tag(name : \"insight\" , value : tag_insight);\n script_tag(name : \"solution\" , value : tag_solution);\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_xref(name: \"openSUSE-SU\", value: \"2013:0951_1\");\n script_tag(name: \"summary\" , value: \"Check for the Version of kernel\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2013 Greenbone Networks GmbH\");\n script_family(\"SuSE Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/suse\", \"ssh/login/rpms\");\n exit(0);\n}\n\n\ninclude(\"pkg-lib-rpm.inc\");\n\nrelease = get_kb_item(\"ssh/login/release\");\n\nres = \"\";\nif(release == NULL){\n exit(0);\n}\n\nif(release == \"openSUSE12.3\")\n{\n\n if ((res = isrpmvuln(pkg:\"kernel-default\", rpm:\"kernel-default~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-default-base\", rpm:\"kernel-default-base~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-default-devel\", rpm:\"kernel-default-devel~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-syms\", rpm:\"kernel-syms~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-debug\", rpm:\"kernel-debug~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-debug-base\", rpm:\"kernel-debug-base~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-debug-devel\", rpm:\"kernel-debug-devel~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-desktop\", rpm:\"kernel-desktop~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-desktop-base\", rpm:\"kernel-desktop-base~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-desktop-devel\", rpm:\"kernel-desktop-devel~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-ec2\", rpm:\"kernel-ec2~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-ec2-base\", rpm:\"kernel-ec2-base~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-ec2-base-debuginfo\", rpm:\"kernel-ec2-base-debuginfo~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-ec2-debuginfo\", rpm:\"kernel-ec2-debuginfo~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-ec2-debugsource\", rpm:\"kernel-ec2-debugsource~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-ec2-devel\", rpm:\"kernel-ec2-devel~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-ec2-devel-debuginfo\", rpm:\"kernel-ec2-devel-debuginfo~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-trace\", rpm:\"kernel-trace~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-trace-base\", rpm:\"kernel-trace-base~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-trace-devel\", rpm:\"kernel-trace-devel~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-vanilla\", rpm:\"kernel-vanilla~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-vanilla-devel\", rpm:\"kernel-vanilla-devel~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-xen\", rpm:\"kernel-xen~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-xen-base\", rpm:\"kernel-xen-base~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-xen-devel\", rpm:\"kernel-xen-devel~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-devel\", rpm:\"kernel-devel~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-docs\", rpm:\"kernel-docs~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-source\", rpm:\"kernel-source~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-source-vanilla\", rpm:\"kernel-source-vanilla~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-debug-base-debuginfo\", rpm:\"kernel-debug-base-debuginfo~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-debug-debuginfo\", rpm:\"kernel-debug-debuginfo~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-debug-debugsource\", rpm:\"kernel-debug-debugsource~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-debug-devel-debuginfo\", rpm:\"kernel-debug-devel-debuginfo~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-desktop-base-debuginfo\", rpm:\"kernel-desktop-base-debuginfo~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-desktop-debuginfo\", rpm:\"kernel-desktop-debuginfo~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-desktop-debugsource\", rpm:\"kernel-desktop-debugsource~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-desktop-devel-debuginfo\", rpm:\"kernel-desktop-devel-debuginfo~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-pae\", rpm:\"kernel-pae~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-pae-base\", rpm:\"kernel-pae-base~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-pae-base-debuginfo\", rpm:\"kernel-pae-base-debuginfo~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-pae-debuginfo\", rpm:\"kernel-pae-debuginfo~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-pae-debugsource\", rpm:\"kernel-pae-debugsource~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-pae-devel\", rpm:\"kernel-pae-devel~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-pae-devel-debuginfo\", rpm:\"kernel-pae-devel-debuginfo~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-trace-base-debuginfo\", rpm:\"kernel-trace-base-debuginfo~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-trace-debuginfo\", rpm:\"kernel-trace-debuginfo~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-trace-debugsource\", rpm:\"kernel-trace-debugsource~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-trace-devel-debuginfo\", rpm:\"kernel-trace-devel-debuginfo~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-vanilla-debuginfo\", rpm:\"kernel-vanilla-debuginfo~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-vanilla-debugsource\", rpm:\"kernel-vanilla-debugsource~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-vanilla-devel-debuginfo\", rpm:\"kernel-vanilla-devel-debuginfo~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-xen-base-debuginfo\", rpm:\"kernel-xen-base-debuginfo~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-xen-debuginfo\", rpm:\"kernel-xen-debuginfo~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-xen-debugsource\", rpm:\"kernel-xen-debugsource~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-xen-devel-debuginfo\", rpm:\"kernel-xen-devel-debuginfo~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-default-base-debuginfo\", rpm:\"kernel-default-base-debuginfo~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-default-debuginfo\", rpm:\"kernel-default-debuginfo~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-default-debugsource\", rpm:\"kernel-default-debugsource~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"kernel-default-devel-debuginfo\", rpm:\"kernel-default-devel-debuginfo~3.7.10~1.11.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99); # Not vulnerable.\n exit(0);\n}\n", "cvss": {"score": 7.2, "vector": "AV:LOCAL/AC:LOW/Au:NONE/C:COMPLETE/I:COMPLETE/A:COMPLETE/"}}, {"lastseen": "2018-01-18T11:09:00", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-0272", "CVE-2013-0271", "CVE-2013-0273", "CVE-2013-0274"], "description": "Check for the Version of pidgin", "modified": "2018-01-18T00:00:00", "published": "2013-12-10T00:00:00", "id": "OPENVAS:850547", "href": "http://plugins.openvas.org/nasl.php?oid=850547", "type": "openvas", "title": "SuSE Update for pidgin openSUSE-SU-2013:0511-1 (pidgin)", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n# $Id: gb_suse_2013_0511_1.nasl 8456 2018-01-18 06:58:40Z teissa $\n#\n# SuSE Update for pidgin openSUSE-SU-2013:0511-1 (pidgin)\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (C) 2013 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\ninclude(\"revisions-lib.inc\");\n\nif(description)\n{\n script_id(850547);\n script_version(\"$Revision: 8456 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2018-01-18 07:58:40 +0100 (Thu, 18 Jan 2018) $\");\n script_tag(name:\"creation_date\", value:\"2013-12-10 13:21:25 +0530 (Tue, 10 Dec 2013)\");\n script_cve_id(\"CVE-2013-0271\", \"CVE-2013-0272\", \"CVE-2013-0273\", \"CVE-2013-0274\");\n script_tag(name:\"cvss_base\", value:\"6.8\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n script_name(\"SuSE Update for pidgin openSUSE-SU-2013:0511-1 (pidgin)\");\n\n tag_insight = \"\n Pidgin was updated to 2.10.7 to fix various security issues\n and the bug that IRC did not work at all in 12.3.\n\n Changes:\n - Add pidgin-irc-sasl.patch: link irc module to SASL.\n Allows the IRC module to be loaded (bnc#806975).\n\n - Update to version 2.10.7 (bnc#804742):\n + Alien hatchery:\n - No changes\n + General:\n - The configure script will now exit with status 1 when\n specifying invalid protocol plugins using the\n --with-static-prpls and --with-dynamic-prpls\n arguments. (pidgin.im#15316)\n + libpurple:\n - Fix a crash when receiving UPnP responses with\n abnormally long values. (CVE-2013-0274)\n - Don't link directly to libgcrypt when building with\n GnuTLS support. (pidgin.im#15329)\n - Fix UPnP mappings on routers that return empty\n URLBase/ elements in their response. (pidgin.im#15373)\n - Tcl plugin uses saner, race-free plugin loading.\n - Fix the Tcl signals-test plugin for\n savedstatus-changed. (pidgin.im#15443)\n + Pidgin:\n - Make Pidgin more friendly to non-X11 GTK+, such as\n MacPorts' +no_x11 variant.\n + Gadu-Gadu:\n - Fix a crash at startup with large contact list.\n Avatar support for buddies will be disabled until 3.0.0.\n (pidgin.im#15226, pidgin.im#14305)\n + IRC:\n - Support for SASL authentication. (pidgin.im#13270)\n - Print topic setter information at channel join.\n (pidgin.im#13317)\n + MSN:\n - Fix SSL certificate issue when signing into MSN for\n some users.\n - Fix a crash when removing a user before its icon is\n loaded. (pidgin.im#15217)\n + MXit:\n - Fix a bug where a remote MXit user could possibly\n specify a local file path to be written to. (CVE-2013-0271)\n - Fix a bug where the MXit server or a\n man-in-the-middle could potentially send specially crafted\n data that could overflow a buffer and lead to a crash or\n remote code execution. (CVE-2013-0272)\n - Display farewell messages in a different colour to\n distinguish them from normal messages.\n - Add support for typing notification.\n - Add support for the Relationship Status profile\n attribute.\n - Remove all reference to Hidden Number.\n - Ignore new invites to join a GroupChat if you're\n already joined, or still have a pending invite.\n - The buddy's name was not centered vertically in the\n buddy-list if they did not have a status-message or mood\n set.\n - Fix decoding of font-size changes in the markup of\n received messages.\n - Increase the maximum file size that can be\n transferred to 1 MB.\n - When setting an avatar image, no longer downscale it\n to 96x96.\n + Sametime:\n - Fix a crash in Sametime when a malicious server sends\n us an abnormally long user ID. (CVE-2013 ...\n\n Description truncated, for more information please check the Reference URL\";\n\n tag_affected = \"pidgin on openSUSE 12.3\";\n\n tag_solution = \"Please Install the Updated Packages.\";\n\n\n script_tag(name : \"affected\" , value : tag_affected);\n script_tag(name : \"insight\" , value : tag_insight);\n script_tag(name : \"solution\" , value : tag_solution);\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_xref(name: \"openSUSE-SU\", value: \"2013:0511_1\");\n script_tag(name: \"summary\" , value: \"Check for the Version of pidgin\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2013 Greenbone Networks GmbH\");\n script_family(\"SuSE Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/suse\", \"ssh/login/rpms\");\n exit(0);\n}\n\n\ninclude(\"pkg-lib-rpm.inc\");\n\nrelease = get_kb_item(\"ssh/login/release\");\n\nres = \"\";\nif(release == NULL){\n exit(0);\n}\n\nif(release == \"openSUSE12.3\")\n{\n\n if ((res = isrpmvuln(pkg:\"finch\", rpm:\"finch~2.10.7~4.4.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"finch-debuginfo\", rpm:\"finch-debuginfo~2.10.7~4.4.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"finch-devel\", rpm:\"finch-devel~2.10.7~4.4.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libpurple\", rpm:\"libpurple~2.10.7~4.4.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libpurple-debuginfo\", rpm:\"libpurple-debuginfo~2.10.7~4.4.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libpurple-devel\", rpm:\"libpurple-devel~2.10.7~4.4.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libpurple-meanwhile\", rpm:\"libpurple-meanwhile~2.10.7~4.4.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libpurple-meanwhile-debuginfo\", rpm:\"libpurple-meanwhile-debuginfo~2.10.7~4.4.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libpurple-tcl\", rpm:\"libpurple-tcl~2.10.7~4.4.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libpurple-tcl-debuginfo\", rpm:\"libpurple-tcl-debuginfo~2.10.7~4.4.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"pidgin\", rpm:\"pidgin~2.10.7~4.4.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"pidgin-debuginfo\", rpm:\"pidgin-debuginfo~2.10.7~4.4.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"pidgin-debugsource\", rpm:\"pidgin-debugsource~2.10.7~4.4.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"pidgin-devel\", rpm:\"pidgin-devel~2.10.7~4.4.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libpurple-branding-upstream\", rpm:\"libpurple-branding-upstream~2.10.7~4.4.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libpurple-lang\", rpm:\"libpurple-lang~2.10.7~4.4.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99); # Not vulnerable.\n exit(0);\n}\n", "cvss": {"score": 6.8, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}}, {"lastseen": "2018-01-23T13:09:46", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-4124"], "description": "Check for the Version of update", "modified": "2018-01-23T00:00:00", "published": "2013-12-10T00:00:00", "id": "OPENVAS:850551", "href": "http://plugins.openvas.org/nasl.php?oid=850551", "type": "openvas", "title": "SuSE Update for update openSUSE-SU-2013:1349-1 (update)", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n# $Id: gb_suse_2013_1349_1.nasl 8494 2018-01-23 06:57:55Z teissa $\n#\n# SuSE Update for update openSUSE-SU-2013:1349-1 (update)\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (C) 2013 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\ninclude(\"revisions-lib.inc\");\n\nif(description)\n{\n script_id(850551);\n script_version(\"$Revision: 8494 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2018-01-23 07:57:55 +0100 (Tue, 23 Jan 2018) $\");\n script_tag(name:\"creation_date\", value:\"2013-12-10 13:21:24 +0530 (Tue, 10 Dec 2013)\");\n script_cve_id(\"CVE-2013-4124\");\n script_tag(name:\"cvss_base\", value:\"5.0\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:N/I:N/A:P\");\n script_name(\"SuSE Update for update openSUSE-SU-2013:1349-1 (update)\");\n\n tag_insight = \"\n This update of samba fixed the following issues:\n\n - The pam_winbind require_membership_of option allows for a\n list of SID, but currently only provides buffer space for\n ~20 (bnc#806501).\n\n - Samba 3.0.x to 4.0.7 are affected by a denial of service\n attack on authenticated or guest connections\n CVE-2013-4124 (bnc#829969).\n\n - PIDL: fix parsing linemarkers in preprocessor output\n (bso#9636).\n - build:autoconf: fix output of syslog-facility check\n (bso#9983).\n - libreplace: add a missing 'eval' to the\n AC_VERIFY_C_PROTOTYPE macro.\n\n - Remove ldapsmb from the main spec file.\n\n - Don't bzip2 the main tar ball, use the upstream gziped\n one instead.\n\n - Fix crash bug during Win8 sync (bso#9822).\n - Check for system libtevent and link dbwrap_tool and\n dbwrap_torture against it (bso#9881).\n - errno gets overwritten in call to check_parent_exists()\n (bso#9927).\n - Fix a bug of drvupgrade of smbcontrol (bso#9941).\n\n - Document idmap_ad rfc2307 attribute requirements\n (bso#9880) (bnc#820531).\n\n - Don't package the SWAT man page while its build is\n disabled (bnc#816647).\n\n - Don't install the tdb utilities man pages on post-12.1\n systems (bnc#823549).\n\n - Fix libreplace license ambiguity (bso#8997)\n (bnc#765270).\n\n - s3-docs: Remove 'experimental' label on 'max\n protocol=SMB2' parameter (bso#9688).\n - Remove the compound_related_in_progress state from the\n smb2 global state (bso#9722).\n - Makefile: Don't know how to make LIBNDR_PREG_OBJ\n (bso#9868).\n\n - Fix is_printer_published GUID retrieval (bso#9900)\n (bnc#798856).\n\n - Fix 'map untrusted to domain' with NTLMv2 (bso#9817)\n (bnc#817919).\n - Don't modify the pidfile name when a custom config file\n path is used (bnc#812929).\n\n - Add extra attributes for AD printer publishing\n (bso#9378) (bnc#798856).\n - Fix vfs_catia module (bso#9701) (bnc#824833). systems\n (bnc#804822) (bnc#821889).\n\n - Fix AD printer publishing (bso#9378) (bnc#798856).\";\n\n tag_affected = \"update on openSUSE 12.3\";\n\n tag_solution = \"Please Install the Updated Packages.\";\n\n\n script_tag(name : \"affected\" , value : tag_affected);\n script_tag(name : \"insight\" , value : tag_insight);\n script_tag(name : \"solution\" , value : tag_solution);\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_xref(name: \"openSUSE-SU\", value: \"2013:1349_1\");\n script_tag(name: \"summary\" , value: \"Check for the Version of update\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2013 Greenbone Networks GmbH\");\n script_family(\"SuSE Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/suse\", \"ssh/login/rpms\");\n exit(0);\n}\n\n\ninclude(\"pkg-lib-rpm.inc\");\n\nrelease = get_kb_item(\"ssh/login/release\");\n\nres = \"\";\nif(release == NULL){\n exit(0);\n}\n\nif(release == \"openSUSE12.3\")\n{\n\n if ((res = isrpmvuln(pkg:\"libnetapi-devel\", rpm:\"libnetapi-devel~3.6.12~59.9.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libnetapi0\", rpm:\"libnetapi0~3.6.12~59.9.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libnetapi0-debuginfo\", rpm:\"libnetapi0-debuginfo~3.6.12~59.9.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libsmbclient-devel\", rpm:\"libsmbclient-devel~3.6.12~59.9.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libsmbclient0\", rpm:\"libsmbclient0~3.6.12~59.9.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libsmbclient0-debuginfo\", rpm:\"libsmbclient0-debuginfo~3.6.12~59.9.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libsmbsharemodes-devel\", rpm:\"libsmbsharemodes-devel~3.6.12~59.9.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libsmbsharemodes0\", rpm:\"libsmbsharemodes0~3.6.12~59.9.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libsmbsharemodes0-debuginfo\", rpm:\"libsmbsharemodes0-debuginfo~3.6.12~59.9.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libwbclient-devel\", rpm:\"libwbclient-devel~3.6.12~59.9.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libwbclient0\", rpm:\"libwbclient0~3.6.12~59.9.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libwbclient0-debuginfo\", rpm:\"libwbclient0-debuginfo~3.6.12~59.9.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"samba\", rpm:\"samba~3.6.12~59.9.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"samba-client\", rpm:\"samba-client~3.6.12~59.9.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"samba-client-debuginfo\", rpm:\"samba-client-debuginfo~3.6.12~59.9.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"samba-debuginfo\", rpm:\"samba-debuginfo~3.6.12~59.9.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"samba-debugsource\", rpm:\"samba-debugsource~3.6.12~59.9.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"samba-devel\", rpm:\"samba-devel~3.6.12~59.9.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"samba-krb-printing\", rpm:\"samba-krb-printing~3.6.12~59.9.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"samba-krb-printing-debuginfo\", rpm:\"samba-krb-printing-debuginfo~3.6.12~59.9.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"samba-winbind\", rpm:\"samba-winbind~3.6.12~59.9.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"samba-winbind-debuginfo\", rpm:\"samba-winbind-debuginfo~3.6.12~59.9.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libsmbclient0-32bit\", rpm:\"libsmbclient0-32bit~3.6.12~59.9.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libsmbclient0-debuginfo-32bit\", rpm:\"libsmbclient0-debuginfo-32bit~3.6.12~59.9.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libwbclient0-32bit\", rpm:\"libwbclient0-32bit~3.6.12~59.9.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libwbclient0-debuginfo-32bit\", rpm:\"libwbclient0-debuginfo-32bit~3.6.12~59.9.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"samba-32bit\", rpm:\"samba-32bit~3.6.12~59.9.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"samba-client-32bit\", rpm:\"samba-client-32bit~3.6.12~59.9.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"samba-client-debuginfo-32bit\", rpm:\"samba-client-debuginfo-32bit~3.6.12~59.9.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"samba-debuginfo-32bit\", rpm:\"samba-debuginfo-32bit~3.6.12~59.9.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"samba-winbind-32bit\", rpm:\"samba-winbind-32bit~3.6.12~59.9.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"samba-winbind-debuginfo-32bit\", rpm:\"samba-winbind-debuginfo-32bit~3.6.12~59.9.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"samba-doc\", rpm:\"samba-doc~3.6.12~59.9.1\", rls:\"openSUSE12.3\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99); # Not vulnerable.\n exit(0);\n}\n", "cvss": {"score": 5.0, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:NONE/I:NONE/A:PARTIAL/"}}, {"lastseen": "2018-01-18T11:08:42", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-1671", "CVE-2013-1678", "CVE-2013-1670", "CVE-2013-1680", "CVE-2013-1679", "CVE-2013-1681", "CVE-2013-0801", "CVE-2013-1669", "CVE-2013-1676", "CVE-2013-1675", "CVE-2013-1674", "CVE-2013-1677"], "description": "Check for the Version of MozillaFirefox", "modified": "2018-01-18T00:00:00", "published": "2013-11-19T00:00:00", "id": "OPENVAS:850474", "href": "http://plugins.openvas.org/nasl.php?oid=850474", "type": "openvas", "title": "SuSE Update for MozillaFirefox openSUSE-SU-2013:0825-1 (MozillaFirefox)", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n# $Id: gb_suse_2013_0825_1.nasl 8456 2018-01-18 06:58:40Z teissa $\n#\n# SuSE Update for MozillaFirefox openSUSE-SU-2013:0825-1 (MozillaFirefox)\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (C) 2013 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\ninclude(\"revisions-lib.inc\");\n\nif(description)\n{\n script_id(850474);\n script_version(\"$Revision: 8456 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2018-01-18 07:58:40 +0100 (Thu, 18 Jan 2018) $\");\n script_tag(name:\"creation_date\", value:\"2013-11-19 14:05:26 +0530 (Tue, 19 Nov 2013)\");\n script_cve_id(\"CVE-2013-0801\", \"CVE-2013-1669\", \"CVE-2013-1670\", \"CVE-2013-1671\",\n \"CVE-2013-1674\", \"CVE-2013-1675\", \"CVE-2013-1676\", \"CVE-2013-1677\",\n \"CVE-2013-1678\", \"CVE-2013-1679\", \"CVE-2013-1680\", \"CVE-2013-1681\");\n script_tag(name:\"cvss_base\", value:\"10.0\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:C/I:C/A:C\");\n script_name(\"SuSE Update for MozillaFirefox openSUSE-SU-2013:0825-1 (MozillaFirefox)\");\n\n tag_insight = \"\n MozillaFirefox was updated to Firefox 21.0 (bnc#819204)\n * MFSA 2013-41/CVE-2013-0801/CVE-2013-1669 Miscellaneous\n memory safety hazards\n * MFSA 2013-42/CVE-2013-1670 (bmo#853709) Privileged access\n for content level constructor\n * MFSA 2013-43/CVE-2013-1671 (bmo#842255) File input\n control has access to full path\n * MFSA 2013-46/CVE-2013-1674 (bmo#860971) Use-after-free\n with video and onresize event\n * MFSA 2013-47/CVE-2013-1675 (bmo#866825) Uninitialized\n functions in DOMSVGZoomEvent\n * MFSA 2013-48/CVE-2013-1676/CVE-2013-1677/CVE-2013-1678/\n CVE-2013-1679/CVE-2013-1680/CVE-2013-1681 Memory\n corruption found using Address Sanitizer\n\n Changes in MozillaFirefox-branding-openSUSE:\n - modified file locations for Firefox 21 and above\n - added DuckDuckGo as search option (bnc#801121)\n\n\n Special Instructions and Notes:\n\n Please reboot the system after installing this update.\";\n\n tag_affected = \"MozillaFirefox on openSUSE 12.2\";\n\n tag_solution = \"Please Install the Updated Packages.\";\n\n\n script_tag(name : \"affected\" , value : tag_affected);\n script_tag(name : \"insight\" , value : tag_insight);\n script_tag(name : \"solution\" , value : tag_solution);\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n\n script_xref(name: \"openSUSE-SU\", value: \"2013:0825_1\");\n script_tag(name: \"summary\" , value: \"Check for the Version of MozillaFirefox\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2013 Greenbone Networks GmbH\");\n script_family(\"SuSE Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/suse\", \"ssh/login/rpms\");\n exit(0);\n}\n\n\ninclude(\"pkg-lib-rpm.inc\");\n\nrelease = get_kb_item(\"ssh/login/release\");\n\nres = \"\";\nif(release == NULL){\n exit(0);\n}\n\nif(release == \"openSUSE12.2\")\n{\n\n if ((res = isrpmvuln(pkg:\"MozillaFirefox\", rpm:\"MozillaFirefox~21.0~2.47.1\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaFirefox-branding-openSUSE-21\", rpm:\"MozillaFirefox-branding-openSUSE-21~1.4.1\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaFirefox-branding-upstream\", rpm:\"MozillaFirefox-branding-upstream~21.0~2.47.1\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaFirefox-buildsymbols\", rpm:\"MozillaFirefox-buildsymbols~21.0~2.47.1\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaFirefox-debuginfo\", rpm:\"MozillaFirefox-debuginfo~21.0~2.47.1\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaFirefox-debugsource\", rpm:\"MozillaFirefox-debugsource~21.0~2.47.1\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaFirefox-devel\", rpm:\"MozillaFirefox-devel~21.0~2.47.1\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaFirefox-translations-common\", rpm:\"MozillaFirefox-translations-common~21.0~2.47.1\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaFirefox-translations-other\", rpm:\"MozillaFirefox-translations-other~21.0~2.47.1\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99); # Not vulnerable.\n exit(0);\n}\n", "cvss": {"score": 10.0, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:COMPLETE/I:COMPLETE/A:COMPLETE/"}}, {"lastseen": "2018-01-18T11:09:20", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-0791", "CVE-2013-0794", "CVE-2013-0795", "CVE-2013-0796", "CVE-2013-0800", "CVE-2013-0788", "CVE-2013-0789", "CVE-2013-0792", "CVE-2013-0793", "CVE-2013-1620"], "description": "Check for the Version of Mozilla Firefox and others", "modified": "2018-01-17T00:00:00", "published": "2013-11-19T00:00:00", "id": "OPENVAS:850463", "href": "http://plugins.openvas.org/nasl.php?oid=850463", "type": "openvas", "title": "SuSE Update for Mozilla Firefox and others openSUSE-SU-2013:0631-1 (Mozilla Firefox and others)", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n# $Id: gb_suse_2013_0631_1.nasl 8448 2018-01-17 16:18:06Z teissa $\n#\n# SuSE Update for Mozilla Firefox and others openSUSE-SU-2013:0631-1 (Mozilla Firefox and others)\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (C) 2013 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\ninclude(\"revisions-lib.inc\");\n\nif(description)\n{\n script_id(850463);\n script_version(\"$Revision: 8448 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2018-01-17 17:18:06 +0100 (Wed, 17 Jan 2018) $\");\n script_tag(name:\"creation_date\", value:\"2013-11-19 14:05:38 +0530 (Tue, 19 Nov 2013)\");\n script_cve_id(\"CVE-2013-0788\", \"CVE-2013-0789\", \"CVE-2013-0792\", \"CVE-2013-0793\",\n \"CVE-2013-0794\", \"CVE-2013-0795\", \"CVE-2013-0796\", \"CVE-2013-0800\",\n \"CVE-2013-1620\", \"CVE-2013-0791\");\n script_tag(name:\"cvss_base\", value:\"10.0\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:C/I:C/A:C\");\n script_name(\"SuSE Update for Mozilla Firefox and others openSUSE-SU-2013:0631-1 (Mozilla Firefox and others)\");\n\n tag_insight = \"\n The Mozilla suite received security and bugfix updates:\n\n Firefox was updated to version 20.0. Thunderbird was\n updated to version 17.0.5. Seamonkey was updated to version\n 2.17 mozilla-nss was updated to version 3.14.3.\n mozilla-nspr was updated to version 4.9.6.\n\n mozilla-nspr was updated to version 4.9.6:\n * aarch64 support\n * added PL_SizeOfArenaPoolExcludingPool function\n (bmo#807883)\n * Auto detect android api version for x86 (bmo#782214)\n * Initialize Windows CRITICAL_SECTIONs without debug info\n and with nonzero spin count (bmo#812085) Previous update\n to version 4.9.5\n * bmo#634793: define NSPR's exact-width integer types\n PRInt{N} and PRUint{N} types to match the <stdint.h>\n exact-width integer types int{N}_t and uint{N}_t.\n * bmo#782815: passing 'int *' to parameter of type\n 'unsigned int *' in setsockopt().\n * bmo#822932: Port bmo#802527 (NDK r8b support for x86) to\n NSPR.\n * bmo#824742: NSPR shouldn't require librt on Android.\n * bmo#831793: data race on lib->refCount in\n PR_UnloadLibrary.\n\n mozilla-nss was updated to version 3.14.3:\n * disable tests with expired certificates\n * add SEC_PKCS7VerifyDetachedSignatureAtTime using patch\n from mozilla tree to fulfill Firefox 21 requirements\n\n * No new major functionality is introduced in this release.\n This release is a patch release to address CVE-2013-1620\n (bmo#822365)\n * "certutil -a" was not correctly producing ASCII output as\n requested. (bmo#840714)\n * NSS 3.14.2 broke compilation with older versions of\n sqlite that lacked the SQLITE_FCNTL_TEMPFILENAME file\n control. NSS 3.14.3 now properly compiles when used with\n older versions of sqlite (bmo#837799) - remove\n system-sqlite.patch\n * add aarch64 support\n\n * added system-sqlite.patch (bmo#837799)\n * do not depend on latest sqlite just for a #define\n * enable system sqlite usage again\n\n * update to 3.14.2\n * required for Firefox >= 20\n * removed obsolete nssckbi update patch\n * MFSA 2013-40/CVE-2013-0791 (bmo#629816) Out-of-bounds\n array read in CERT_DecodeCertPackage\n * disable system sqlite usage since we depend on 3.7.15\n which is not provided in any openSUSE distribution\n * add nss-sqlitename.patch to avoid any name clash\n\n Changes in MozillaFirefox:\n - update to Firefox 20.0 (bnc#813026)\n * requires NSPR 4.9.5 and NSS 3.14.3\n * MFSA 2013-30/CVE-2013-0788/CVE-2013-0789 Miscellaneous\n memory safety hazards\n * MFSA 2013-31/CVE-2013-0800 (bmo#825721) Out-of-bounds\n write in Cairo library\n * MFSA 2013-35/CVE-2013-0796 (bmo#827106) WebGL crash\n with Mesa graphics driver on Linux\";\n\n tag_affected = \"Mozilla Firefox and others on openSUSE 11.4\";\n\n tag_solution = \"Please Install the Updated Packages.\";\n\n\n script_tag(name : \"affected\" , value : tag_affected);\n script_tag(name : \"insight\" , value : tag_insight);\n script_tag(name : \"solution\" , value : tag_solution);\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n\n script_xref(name: \"openSUSE-SU\", value: \"2013:0631_1\");\n script_tag(name: \"summary\" , value: \"Check for the Version of Mozilla Firefox and others\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2013 Greenbone Networks GmbH\");\n script_family(\"SuSE Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/suse\", \"ssh/login/rpms\");\n exit(0);\n}\n\n\ninclude(\"pkg-lib-rpm.inc\");\n\nrelease = get_kb_item(\"ssh/login/release\");\n\nres = \"\";\nif(release == NULL){\n exit(0);\n}\n\nif(release == \"openSUSE11.4\")\n{\n\n if ((res = isrpmvuln(pkg:\"MozillaFirefox\", rpm:\"MozillaFirefox~20.0~69.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaFirefox-branding-upstream\", rpm:\"MozillaFirefox-branding-upstream~20.0~69.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaFirefox-buildsymbols\", rpm:\"MozillaFirefox-buildsymbols~20.0~69.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaFirefox-debuginfo\", rpm:\"MozillaFirefox-debuginfo~20.0~69.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaFirefox-debugsource\", rpm:\"MozillaFirefox-debugsource~20.0~69.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaFirefox-devel\", rpm:\"MozillaFirefox-devel~20.0~69.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaFirefox-translations-common\", rpm:\"MozillaFirefox-translations-common~20.0~69.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaFirefox-translations-other\", rpm:\"MozillaFirefox-translations-other~20.0~69.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaThunderbird\", rpm:\"MozillaThunderbird~17.0.5~57.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaThunderbird-buildsymbols\", rpm:\"MozillaThunderbird-buildsymbols~17.0.5~57.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaThunderbird-debuginfo\", rpm:\"MozillaThunderbird-debuginfo~17.0.5~57.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaThunderbird-debugsource\", rpm:\"MozillaThunderbird-debugsource~17.0.5~57.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaThunderbird-devel\", rpm:\"MozillaThunderbird-devel~17.0.5~57.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaThunderbird-devel-debuginfo\", rpm:\"MozillaThunderbird-devel-debuginfo~17.0.5~57.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaThunderbird-translations-common\", rpm:\"MozillaThunderbird-translations-common~17.0.5~57.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaThunderbird-translations-other\", rpm:\"MozillaThunderbird-translations-other~17.0.5~57.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"enigmail\", rpm:\"enigmail~1.5.1+17.0.5~57.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"enigmail-debuginfo\", rpm:\"enigmail-debuginfo~1.5.1+17.0.5~57.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libfreebl3\", rpm:\"libfreebl3~3.14.3~58.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libfreebl3-debuginfo\", rpm:\"libfreebl3-debuginfo~3.14.3~58.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libsoftokn3\", rpm:\"libsoftokn3~3.14.3~58.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libsoftokn3-debuginfo\", rpm:\"libsoftokn3-debuginfo~3.14.3~58.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nspr\", rpm:\"mozilla-nspr~4.9.6~24.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nspr-debuginfo\", rpm:\"mozilla-nspr-debuginfo~4.9.6~24.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nspr-debugsource\", rpm:\"mozilla-nspr-debugsource~4.9.6~24.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nspr-devel\", rpm:\"mozilla-nspr-devel~4.9.6~24.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss\", rpm:\"mozilla-nss~3.14.3~58.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-certs\", rpm:\"mozilla-nss-certs~3.14.3~58.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-certs-debuginfo\", rpm:\"mozilla-nss-certs-debuginfo~3.14.3~58.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-debuginfo\", rpm:\"mozilla-nss-debuginfo~3.14.3~58.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-debugsource\", rpm:\"mozilla-nss-debugsource~3.14.3~58.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-devel\", rpm:\"mozilla-nss-devel~3.14.3~58.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-sysinit\", rpm:\"mozilla-nss-sysinit~3.14.3~58.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-sysinit-debuginfo\", rpm:\"mozilla-nss-sysinit-debuginfo~3.14.3~58.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-tools\", rpm:\"mozilla-nss-tools~3.14.3~58.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-tools-debuginfo\", rpm:\"mozilla-nss-tools-debuginfo~3.14.3~58.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"seamonkey\", rpm:\"seamonkey~2.17~61.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"seamonkey-debuginfo\", rpm:\"seamonkey-debuginfo~2.17~61.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"seamonkey-debugsource\", rpm:\"seamonkey-debugsource~2.17~61.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"seamonkey-dom-inspector\", rpm:\"seamonkey-dom-inspector~2.17~61.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"seamonkey-irc\", rpm:\"seamonkey-irc~2.17~61.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"seamonkey-translations-common\", rpm:\"seamonkey-translations-common~2.17~61.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"seamonkey-translations-other\", rpm:\"seamonkey-translations-other~2.17~61.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"seamonkey-venkman\", rpm:\"seamonkey-venkman~2.17~61.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libfreebl3-32bit\", rpm:\"libfreebl3-32bit~3.14.3~58.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libfreebl3-debuginfo-32bit\", rpm:\"libfreebl3-debuginfo-32bit~3.14.3~58.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libsoftokn3-32bit\", rpm:\"libsoftokn3-32bit~3.14.3~58.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libsoftokn3-debuginfo-32bit\", rpm:\"libsoftokn3-debuginfo-32bit~3.14.3~58.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nspr-32bit\", rpm:\"mozilla-nspr-32bit~4.9.6~24.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nspr-debuginfo-32bit\", rpm:\"mozilla-nspr-debuginfo-32bit~4.9.6~24.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-32bit\", rpm:\"mozilla-nss-32bit~3.14.3~58.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-certs-32bit\", rpm:\"mozilla-nss-certs-32bit~3.14.3~58.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-certs-debuginfo-32bit\", rpm:\"mozilla-nss-certs-debuginfo-32bit~3.14.3~58.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-debuginfo-32bit\", rpm:\"mozilla-nss-debuginfo-32bit~3.14.3~58.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-sysinit-32bit\", rpm:\"mozilla-nss-sysinit-32bit~3.14.3~58.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-sysinit-debuginfo-32bit\", rpm:\"mozilla-nss-sysinit-debuginfo-32bit~3.14.3~58.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libfreebl3-debuginfo-x86\", rpm:\"libfreebl3-debuginfo-x86~3.14.3~58.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libfreebl3-x86\", rpm:\"libfreebl3-x86~3.14.3~58.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libsoftokn3-debuginfo-x86\", rpm:\"libsoftokn3-debuginfo-x86~3.14.3~58.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libsoftokn3-x86\", rpm:\"libsoftokn3-x86~3.14.3~58.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nspr-debuginfo-x86\", rpm:\"mozilla-nspr-debuginfo-x86~4.9.6~24.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nspr-x86\", rpm:\"mozilla-nspr-x86~4.9.6~24.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-certs-debuginfo-x86\", rpm:\"mozilla-nss-certs-debuginfo-x86~3.14.3~58.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-certs-x86\", rpm:\"mozilla-nss-certs-x86~3.14.3~58.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-debuginfo-x86\", rpm:\"mozilla-nss-debuginfo-x86~3.14.3~58.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-sysinit-debuginfo-x86\", rpm:\"mozilla-nss-sysinit-debuginfo-x86~3.14.3~58.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-sysinit-x86\", rpm:\"mozilla-nss-sysinit-x86~3.14.3~58.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-x86\", rpm:\"mozilla-nss-x86~3.14.3~58.1\", rls:\"openSUSE11.4\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99); # Not vulnerable.\n exit(0);\n}\n", "cvss": {"score": 10.0, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:COMPLETE/I:COMPLETE/A:COMPLETE/"}}, {"lastseen": "2018-01-22T13:09:52", "bulletinFamily": "scanner", "cvelist": ["CVE-2013-0791", "CVE-2013-0794", "CVE-2013-0795", "CVE-2013-0796", "CVE-2013-0800", "CVE-2013-0788", "CVE-2013-0789", "CVE-2013-0792", "CVE-2013-0793", "CVE-2013-1620"], "description": "Check for the Version of Mozilla Firefox and others", "modified": "2018-01-22T00:00:00", "published": "2013-11-19T00:00:00", "id": "OPENVAS:850461", "href": "http://plugins.openvas.org/nasl.php?oid=850461", "type": "openvas", "title": "SuSE Update for Mozilla Firefox and others openSUSE-SU-2013:0630-1 (Mozilla Firefox and others)", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n# $Id: gb_suse_2013_0630_1.nasl 8483 2018-01-22 06:58:04Z teissa $\n#\n# SuSE Update for Mozilla Firefox and others openSUSE-SU-2013:0630-1 (Mozilla Firefox and others)\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (C) 2013 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\ninclude(\"revisions-lib.inc\");\n\nif(description)\n{\n script_id(850461);\n script_version(\"$Revision: 8483 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2018-01-22 07:58:04 +0100 (Mon, 22 Jan 2018) $\");\n script_tag(name:\"creation_date\", value:\"2013-11-19 14:05:55 +0530 (Tue, 19 Nov 2013)\");\n script_cve_id(\"CVE-2013-0788\", \"CVE-2013-0789\", \"CVE-2013-0791\", \"CVE-2013-0792\",\n \"CVE-2013-0793\", \"CVE-2013-0794\", \"CVE-2013-0795\", \"CVE-2013-0796\",\n \"CVE-2013-0800\", \"CVE-2013-1620\");\n script_tag(name:\"cvss_base\", value:\"10.0\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:C/I:C/A:C\");\n script_name(\"SuSE Update for Mozilla Firefox and others openSUSE-SU-2013:0630-1 (Mozilla Firefox and others)\");\n\n tag_insight = \"\n The Mozilla suite received security and bugfix updates:\n\n Mozilla Firefox was updated to version 20.0. Mozilla\n Thunderbird was updated to version 17.0.5. Mozilla\n Seamonkey was updated to version 17.0.5. Mozilla XULRunner\n was updated to version 17.0.5. mozilla-nss was updated to\n version 3.14.3. mozilla-nspr was updated to version 4.9.6.\n\n mozilla-nspr was updated to version 4.9.6:\n * aarch64 support\n * added PL_SizeOfArenaPoolExcludingPool function\n (bmo#807883)\n * Auto detect android api version for x86 (bmo#782214)\n * Initialize Windows CRITICAL_SECTIONs without debug info\n and with nonzero spin count (bmo#812085) Previous update\n to version 4.9.5\n * bmo#634793: define NSPR's exact-width integer types\n PRInt{N} and PRUint{N} types to match the <stdint.h>\n exact-width integer types int{N}_t and uint{N}_t.\n * bmo#782815: passing 'int *' to parameter of type\n 'unsigned int *' in setsockopt().\n * bmo#822932: Port bmo#802527 (NDK r8b support for x86) to\n NSPR.\n * bmo#824742: NSPR shouldn't require librt on Android.\n * bmo#831793: data race on lib->refCount in\n PR_UnloadLibrary.\n\n mozilla-nss was updated to version 3.14.3:\n * disable tests with expired certificates\n * add SEC_PKCS7VerifyDetachedSignatureAtTime using patch\n from mozilla tree to fulfill Firefox 21 requirements\n\n * No new major functionality is introduced in this release.\n This release is a patch release to address CVE-2013-1620\n (bmo#822365)\n * "certutil -a" was not correctly producing ASCII output as\n requested. (bmo#840714)\n * NSS 3.14.2 broke compilation with older versions of\n sqlite that lacked the SQLITE_FCNTL_TEMPFILENAME file\n control. NSS 3.14.3 now properly compiles when used with\n older versions of sqlite (bmo#837799) - remove\n system-sqlite.patch\n * add arm aarch64 support\n\n * added system-sqlite.patch (bmo#837799)\n * do not depend on latest sqlite just for a #define\n * enable system sqlite usage again\n\n * update to 3.14.2\n * required for Firefox >= 20\n * removed obsolete nssckbi update patch\n * MFSA 2013-40/CVE-2013-0791 (bmo#629816) Out-of-bounds\n array read in CERT_DecodeCertPackage\n * disable system sqlite usage since we depend on 3.7.15\n which is not provided in any openSUSE distribution\n * add nss-sqlitename.patch to avoid any name clash\n\n Changes in MozillaFirefox:\n - update to Firefox 20.0 (bnc#813026)\n * requires NSPR 4.9.5 and NSS 3.14.3\n * MFSA 2013-30/CVE-2013-0788/CVE-2013-0789 Miscellaneous\n memory safety hazards\n * MFSA 2013-31/CVE-2013-0800 (bmo#825721) Out-of-bounds\";\n\n tag_affected = \"Mozilla Firefox and others on openSUSE 12.2, openSUSE 12.1\";\n\n tag_solution = \"Please Install the Updated Packages.\";\n\n\n script_tag(name : \"affected\" , value : tag_affected);\n script_tag(name : \"insight\" , value : tag_insight);\n script_tag(name : \"solution\" , value : tag_solution);\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n\n script_xref(name: \"openSUSE-SU\", value: \"2013:0630_1\");\n script_tag(name: \"summary\" , value: \"Check for the Version of Mozilla Firefox and others\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2013 Greenbone Networks GmbH\");\n script_family(\"SuSE Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/suse\", \"ssh/login/rpms\");\n exit(0);\n}\n\n\ninclude(\"pkg-lib-rpm.inc\");\n\nrelease = get_kb_item(\"ssh/login/release\");\n\nres = \"\";\nif(release == NULL){\n exit(0);\n}\n\nif(release == \"openSUSE12.2\")\n{\n\n if ((res = isrpmvuln(pkg:\"MozillaFirefox\", rpm:\"MozillaFirefox~20.0~2.41.3\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaFirefox-branding-upstream\", rpm:\"MozillaFirefox-branding-upstream~20.0~2.41.3\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaFirefox-buildsymbols\", rpm:\"MozillaFirefox-buildsymbols~20.0~2.41.3\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaFirefox-debuginfo\", rpm:\"MozillaFirefox-debuginfo~20.0~2.41.3\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaFirefox-debugsource\", rpm:\"MozillaFirefox-debugsource~20.0~2.41.3\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaFirefox-devel\", rpm:\"MozillaFirefox-devel~20.0~2.41.3\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaFirefox-translations-common\", rpm:\"MozillaFirefox-translations-common~20.0~2.41.3\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaFirefox-translations-other\", rpm:\"MozillaFirefox-translations-other~20.0~2.41.3\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaThunderbird\", rpm:\"MozillaThunderbird~17.0.5~49.39.3\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaThunderbird-buildsymbols\", rpm:\"MozillaThunderbird-buildsymbols~17.0.5~49.39.3\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaThunderbird-debuginfo\", rpm:\"MozillaThunderbird-debuginfo~17.0.5~49.39.3\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaThunderbird-debugsource\", rpm:\"MozillaThunderbird-debugsource~17.0.5~49.39.3\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaThunderbird-devel\", rpm:\"MozillaThunderbird-devel~17.0.5~49.39.3\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaThunderbird-devel-debuginfo\", rpm:\"MozillaThunderbird-devel-debuginfo~17.0.5~49.39.3\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaThunderbird-translations-common\", rpm:\"MozillaThunderbird-translations-common~17.0.5~49.39.3\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaThunderbird-translations-other\", rpm:\"MozillaThunderbird-translations-other~17.0.5~49.39.3\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"enigmail\", rpm:\"enigmail~1.5.1+17.0.5~49.39.3\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"enigmail-debuginfo\", rpm:\"enigmail-debuginfo~1.5.1+17.0.5~49.39.3\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libfreebl3\", rpm:\"libfreebl3~3.14.3~2.19.2\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libfreebl3-debuginfo\", rpm:\"libfreebl3-debuginfo~3.14.3~2.19.2\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libsoftokn3\", rpm:\"libsoftokn3~3.14.3~2.19.2\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libsoftokn3-debuginfo\", rpm:\"libsoftokn3-debuginfo~3.14.3~2.19.2\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-js\", rpm:\"mozilla-js~17.0.5~2.38.2\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-js-debuginfo\", rpm:\"mozilla-js-debuginfo~17.0.5~2.38.2\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nspr\", rpm:\"mozilla-nspr~4.9.6~1.12.1\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nspr-debuginfo\", rpm:\"mozilla-nspr-debuginfo~4.9.6~1.12.1\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nspr-debugsource\", rpm:\"mozilla-nspr-debugsource~4.9.6~1.12.1\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nspr-devel\", rpm:\"mozilla-nspr-devel~4.9.6~1.12.1\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss\", rpm:\"mozilla-nss~3.14.3~2.19.2\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-certs\", rpm:\"mozilla-nss-certs~3.14.3~2.19.2\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-certs-debuginfo\", rpm:\"mozilla-nss-certs-debuginfo~3.14.3~2.19.2\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-debuginfo\", rpm:\"mozilla-nss-debuginfo~3.14.3~2.19.2\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-debugsource\", rpm:\"mozilla-nss-debugsource~3.14.3~2.19.2\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-devel\", rpm:\"mozilla-nss-devel~3.14.3~2.19.2\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-sysinit\", rpm:\"mozilla-nss-sysinit~3.14.3~2.19.2\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-sysinit-debuginfo\", rpm:\"mozilla-nss-sysinit-debuginfo~3.14.3~2.19.2\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-tools\", rpm:\"mozilla-nss-tools~3.14.3~2.19.2\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-tools-debuginfo\", rpm:\"mozilla-nss-tools-debuginfo~3.14.3~2.19.2\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"xulrunner\", rpm:\"xulrunner~17.0.5~2.38.2\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"xulrunner-buildsymbols\", rpm:\"xulrunner-buildsymbols~17.0.5~2.38.2\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"xulrunner-debuginfo\", rpm:\"xulrunner-debuginfo~17.0.5~2.38.2\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"xulrunner-debugsource\", rpm:\"xulrunner-debugsource~17.0.5~2.38.2\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"xulrunner-devel\", rpm:\"xulrunner-devel~17.0.5~2.38.2\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"xulrunner-devel-debuginfo\", rpm:\"xulrunner-devel-debuginfo~17.0.5~2.38.2\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libfreebl3-32bit\", rpm:\"libfreebl3-32bit~3.14.3~2.19.2\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libfreebl3-debuginfo-32bit\", rpm:\"libfreebl3-debuginfo-32bit~3.14.3~2.19.2\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libsoftokn3-32bit\", rpm:\"libsoftokn3-32bit~3.14.3~2.19.2\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libsoftokn3-debuginfo-32bit\", rpm:\"libsoftokn3-debuginfo-32bit~3.14.3~2.19.2\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-js-32bit\", rpm:\"mozilla-js-32bit~17.0.5~2.38.2\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-js-debuginfo-32bit\", rpm:\"mozilla-js-debuginfo-32bit~17.0.5~2.38.2\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nspr-32bit\", rpm:\"mozilla-nspr-32bit~4.9.6~1.12.1\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nspr-debuginfo-32bit\", rpm:\"mozilla-nspr-debuginfo-32bit~4.9.6~1.12.1\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-32bit\", rpm:\"mozilla-nss-32bit~3.14.3~2.19.2\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-certs-32bit\", rpm:\"mozilla-nss-certs-32bit~3.14.3~2.19.2\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-certs-debuginfo-32bit\", rpm:\"mozilla-nss-certs-debuginfo-32bit~3.14.3~2.19.2\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-debuginfo-32bit\", rpm:\"mozilla-nss-debuginfo-32bit~3.14.3~2.19.2\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-sysinit-32bit\", rpm:\"mozilla-nss-sysinit-32bit~3.14.3~2.19.2\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-sysinit-debuginfo-32bit\", rpm:\"mozilla-nss-sysinit-debuginfo-32bit~3.14.3~2.19.2\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"xulrunner-32bit\", rpm:\"xulrunner-32bit~17.0.5~2.38.2\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"xulrunner-debuginfo-32bit\", rpm:\"xulrunner-debuginfo-32bit~17.0.5~2.38.2\", rls:\"openSUSE12.2\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99); # Not vulnerable.\n exit(0);\n}\n\n\nif(release == \"openSUSE12.1\")\n{\n\n if ((res = isrpmvuln(pkg:\"MozillaFirefox\", rpm:\"MozillaFirefox~20.0~2.70.3\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaFirefox-branding-upstream\", rpm:\"MozillaFirefox-branding-upstream~20.0~2.70.3\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaFirefox-buildsymbols\", rpm:\"MozillaFirefox-buildsymbols~20.0~2.70.3\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaFirefox-debuginfo\", rpm:\"MozillaFirefox-debuginfo~20.0~2.70.3\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaFirefox-debugsource\", rpm:\"MozillaFirefox-debugsource~20.0~2.70.3\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaFirefox-devel\", rpm:\"MozillaFirefox-devel~20.0~2.70.3\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaFirefox-translations-common\", rpm:\"MozillaFirefox-translations-common~20.0~2.70.3\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaFirefox-translations-other\", rpm:\"MozillaFirefox-translations-other~20.0~2.70.3\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaThunderbird\", rpm:\"MozillaThunderbird~17.0.5~33.59.3\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaThunderbird-buildsymbols\", rpm:\"MozillaThunderbird-buildsymbols~17.0.5~33.59.3\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaThunderbird-debuginfo\", rpm:\"MozillaThunderbird-debuginfo~17.0.5~33.59.3\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaThunderbird-debugsource\", rpm:\"MozillaThunderbird-debugsource~17.0.5~33.59.3\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaThunderbird-devel\", rpm:\"MozillaThunderbird-devel~17.0.5~33.59.3\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaThunderbird-devel-debuginfo\", rpm:\"MozillaThunderbird-devel-debuginfo~17.0.5~33.59.3\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaThunderbird-translations-common\", rpm:\"MozillaThunderbird-translations-common~17.0.5~33.59.3\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"MozillaThunderbird-translations-other\", rpm:\"MozillaThunderbird-translations-other~17.0.5~33.59.3\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"enigmail\", rpm:\"enigmail~1.5.1+17.0.5~33.59.3\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"enigmail-debuginfo\", rpm:\"enigmail-debuginfo~1.5.1+17.0.5~33.59.3\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libfreebl3\", rpm:\"libfreebl3~3.14.3~9.29.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libfreebl3-debuginfo\", rpm:\"libfreebl3-debuginfo~3.14.3~9.29.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libsoftokn3\", rpm:\"libsoftokn3~3.14.3~9.29.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libsoftokn3-debuginfo\", rpm:\"libsoftokn3-debuginfo~3.14.3~9.29.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-js\", rpm:\"mozilla-js~17.0.5~2.65.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-js-debuginfo\", rpm:\"mozilla-js-debuginfo~17.0.5~2.65.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nspr\", rpm:\"mozilla-nspr~4.9.6~3.15.1\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nspr-debuginfo\", rpm:\"mozilla-nspr-debuginfo~4.9.6~3.15.1\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nspr-debugsource\", rpm:\"mozilla-nspr-debugsource~4.9.6~3.15.1\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nspr-devel\", rpm:\"mozilla-nspr-devel~4.9.6~3.15.1\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss\", rpm:\"mozilla-nss~3.14.3~9.29.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-certs\", rpm:\"mozilla-nss-certs~3.14.3~9.29.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-certs-debuginfo\", rpm:\"mozilla-nss-certs-debuginfo~3.14.3~9.29.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-debuginfo\", rpm:\"mozilla-nss-debuginfo~3.14.3~9.29.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-debugsource\", rpm:\"mozilla-nss-debugsource~3.14.3~9.29.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-devel\", rpm:\"mozilla-nss-devel~3.14.3~9.29.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-sysinit\", rpm:\"mozilla-nss-sysinit~3.14.3~9.29.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-sysinit-debuginfo\", rpm:\"mozilla-nss-sysinit-debuginfo~3.14.3~9.29.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-tools\", rpm:\"mozilla-nss-tools~3.14.3~9.29.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-tools-debuginfo\", rpm:\"mozilla-nss-tools-debuginfo~3.14.3~9.29.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"seamonkey\", rpm:\"seamonkey~2.17~2.61.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"seamonkey-debuginfo\", rpm:\"seamonkey-debuginfo~2.17~2.61.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"seamonkey-debugsource\", rpm:\"seamonkey-debugsource~2.17~2.61.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"seamonkey-dom-inspector\", rpm:\"seamonkey-dom-inspector~2.17~2.61.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"seamonkey-irc\", rpm:\"seamonkey-irc~2.17~2.61.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"seamonkey-translations-common\", rpm:\"seamonkey-translations-common~2.17~2.61.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"seamonkey-translations-other\", rpm:\"seamonkey-translations-other~2.17~2.61.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"seamonkey-venkman\", rpm:\"seamonkey-venkman~2.17~2.61.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"xulrunner\", rpm:\"xulrunner~17.0.5~2.65.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"xulrunner-buildsymbols\", rpm:\"xulrunner-buildsymbols~17.0.5~2.65.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"xulrunner-debuginfo\", rpm:\"xulrunner-debuginfo~17.0.5~2.65.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"xulrunner-debugsource\", rpm:\"xulrunner-debugsource~17.0.5~2.65.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"xulrunner-devel\", rpm:\"xulrunner-devel~17.0.5~2.65.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"xulrunner-devel-debuginfo\", rpm:\"xulrunner-devel-debuginfo~17.0.5~2.65.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libfreebl3-32bit\", rpm:\"libfreebl3-32bit~3.14.3~9.29.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libfreebl3-debuginfo-32bit\", rpm:\"libfreebl3-debuginfo-32bit~3.14.3~9.29.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libsoftokn3-32bit\", rpm:\"libsoftokn3-32bit~3.14.3~9.29.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libsoftokn3-debuginfo-32bit\", rpm:\"libsoftokn3-debuginfo-32bit~3.14.3~9.29.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-js-32bit\", rpm:\"mozilla-js-32bit~17.0.5~2.65.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-js-debuginfo-32bit\", rpm:\"mozilla-js-debuginfo-32bit~17.0.5~2.65.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nspr-32bit\", rpm:\"mozilla-nspr-32bit~4.9.6~3.15.1\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nspr-debuginfo-32bit\", rpm:\"mozilla-nspr-debuginfo-32bit~4.9.6~3.15.1\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-32bit\", rpm:\"mozilla-nss-32bit~3.14.3~9.29.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-certs-32bit\", rpm:\"mozilla-nss-certs-32bit~3.14.3~9.29.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-certs-debuginfo-32bit\", rpm:\"mozilla-nss-certs-debuginfo-32bit~3.14.3~9.29.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-debuginfo-32bit\", rpm:\"mozilla-nss-debuginfo-32bit~3.14.3~9.29.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-sysinit-32bit\", rpm:\"mozilla-nss-sysinit-32bit~3.14.3~9.29.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-sysinit-debuginfo-32bit\", rpm:\"mozilla-nss-sysinit-debuginfo-32bit~3.14.3~9.29.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"xulrunner-32bit\", rpm:\"xulrunner-32bit~17.0.5~2.65.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"xulrunner-debuginfo-32bit\", rpm:\"xulrunner-debuginfo-32bit~17.0.5~2.65.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libfreebl3-debuginfo-x86\", rpm:\"libfreebl3-debuginfo-x86~3.14.3~9.29.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libfreebl3-x86\", rpm:\"libfreebl3-x86~3.14.3~9.29.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libsoftokn3-debuginfo-x86\", rpm:\"libsoftokn3-debuginfo-x86~3.14.3~9.29.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libsoftokn3-x86\", rpm:\"libsoftokn3-x86~3.14.3~9.29.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-js-debuginfo-x86\", rpm:\"mozilla-js-debuginfo-x86~17.0.5~2.65.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-js-x86\", rpm:\"mozilla-js-x86~17.0.5~2.65.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nspr-debuginfo-x86\", rpm:\"mozilla-nspr-debuginfo-x86~4.9.6~3.15.1\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nspr-x86\", rpm:\"mozilla-nspr-x86~4.9.6~3.15.1\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-certs-debuginfo-x86\", rpm:\"mozilla-nss-certs-debuginfo-x86~3.14.3~9.29.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-certs-x86\", rpm:\"mozilla-nss-certs-x86~3.14.3~9.29.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-debuginfo-x86\", rpm:\"mozilla-nss-debuginfo-x86~3.14.3~9.29.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-sysinit-debuginfo-x86\", rpm:\"mozilla-nss-sysinit-debuginfo-x86~3.14.3~9.29.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-sysinit-x86\", rpm:\"mozilla-nss-sysinit-x86~3.14.3~9.29.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"mozilla-nss-x86\", rpm:\"mozilla-nss-x86~3.14.3~9.29.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"xulrunner-debuginfo-x86\", rpm:\"xulrunner-debuginfo-x86~17.0.5~2.65.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"xulrunner-x86\", rpm:\"xulrunner-x86~17.0.5~2.65.2\", rls:\"openSUSE12.1\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99); # Not vulnerable.\n exit(0);\n}\n", "cvss": {"score": 10.0, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:COMPLETE/I:COMPLETE/A:COMPLETE/"}}], "nessus": [{"lastseen": "2020-10-29T08:46:18", "description": "Nessus was able to identify the remote operating system type and\nversion by examining the data returned by the remote HTTP server.", "edition": 27, "published": "2007-05-19T00:00:00", "title": "OS Identification : HTTP", "type": "nessus", "bulletinFamily": "scanner", "cvelist": [], "modified": "2007-05-19T00:00:00", "cpe": [], "id": "OS_FINGERPRINT_HTTP.NASL", "href": "https://www.tenable.com/plugins/nessus/25247", "sourceData": "#\n# (C) Tenable, Inc.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(25247);\n script_version(\"1.199\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2020/10/28\");\n\n script_name(english:\"OS Identification : HTTP\");\n script_summary(english:\"Determines the remote operating system.\");\n\n script_set_attribute(attribute:\"synopsis\", value:\n\"It was possible to identify the remote operating system based on the\nresponse from the remote HTTP server.\");\n script_set_attribute(attribute:\"description\", value:\n\"Nessus was able to identify the remote operating system type and\nversion by examining the data returned by the remote HTTP server.\");\n script_set_attribute(attribute:\"solution\", value:\"n/a\");\n script_set_attribute(attribute:\"risk_factor\", value:\"None\");\n\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2007/05/19\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"remote\");\n script_set_attribute(attribute:\"asset_inventory\", value:\"True\");\n script_set_attribute(attribute:\"os_identification\", value:\"True\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_family(english:\"General\");\n\n script_copyright(english:\"This script is Copyright (C) 2007-2020 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n\n script_dependencies(\"distro_guess.nasl\", \"find_service1.nasl\");\n\n exit(0);\n}\n\ninclude(\"global_settings.inc\");\ninclude(\"misc_func.inc\");\ninclude(\"http.inc\");\n\n#\n# The Linux distributions are taken care of via distro_guess.nasl\n#\nos_list = get_kb_item(\"Host/Linux/Distribution\");\n\nif (!isnull(os_list))\n{\n confidence = 95;\n os_str = \"\";\n\n foreach os (split(os_list, keep:FALSE))\n {\n os -= \" - \";\n\n if ( \"Ubuntu 11.10\" >< os)\n os = \"Linux Kernel 3.0 on \" + os;\n else if (\"Ubuntu 12.04\" >< os)\n os = \"Linux Kernel 3.0 on \" + os;\n else if (\"Ubuntu 12.10\" >< os)\n os = \"Linux Kernel 3.5 on \" + os;\n else if (\"Ubuntu 13.04\" >< os)\n os = \"Linux Kernel 3.8 on \" + os;\n else if (\"Ubuntu 13.10\" >< os)\n os = \"Linux Kernel 3.11 on \" + os;\n else if (\"Ubuntu 14.04\" >< os)\n os = \"Linux Kernel 3.13 on \" + os;\n else if (\"Ubuntu 14.10\" >< os)\n os = \"Linux Kernel 3.16 on \" + os;\n else if (\"Ubuntu 15.04\" >< os)\n os = \"Linux Kernel 3.19 on \" + os;\n else if (\"Ubuntu 15.10\" >< os)\n os = \"Linux Kernel 4.2 on \" + os;\n else if (\"Ubuntu 16.04\" >< os)\n os = \"Linux Kernel 4.4 on \" + os;\n else if ( \"Ubuntu\" >< os )\n os = \"Linux Kernel 2.6 on \" + os;\n else if ( \"Debian 8.0 (jessie)\" >< os )\n os = \"Linux Kernel 3.16 on \" + os;\n else if ( \"Debian 7.0 (wheezy)\" >< os )\n os = \"Linux Kernel 3.2 on Debian 7.0 (wheezy)\";\n else if ( \"Debian 6.0 (squeeze)\" >< os )\n os = \"Linux Kernel 2.6 on Debian 6.0 (squeeze)\";\n else if ( \"Debian 5.0 (lenny)\" >< os )\n os = \"Linux Kernel 2.6 on Debian 5.0 (lenny)\";\n else if ( \"Debian 4.0 (etch)\" >< os )\n os = \"Linux Kernel 2.6 on Debian 4.0 (etch)\";\n else if ( \"Debian 3.1 (sarge)\" >< os )\n os = \"Linux Kernel 2.4 on Debian 3.1 (sarge)\";\n else if ( \"Debian 3.0 (woody)\" >< os )\n os = \"Linux Kernel 2.2 on Debian 3.0 (woody)\";\n else if ( \"Debian 2.2 (potato)\" >< os )\n os = \"Linux Kernel 2.2 on Debian 2.2 (potato)\";\n else if ( \"Debian 2.1 (slink)\" >< os )\n os = \"Linux Kernel 2.0 on Debian 2.2 (potato)\";\n else if ( \"Debian 2.0 (hamm)\" >< os )\n os = \"Linux Kernel 2.0 on Debian 2.2 (potato)\";\n else if ( \"Debian 1.3 (bo)\" >< os )\n os = \"Linux Kernel 2.0 on Debian 1.3 (bo)\";\n else if ( \"Debian 1.2 (rex)\" >< os )\n os = \"Linux Kernel 2.0 on Debian 1.2 (rex)\";\n else if ( \"Debian 1.1 (buzz)\" >< os )\n os = \"Linux Kernel 2.0 on Debian 1.1 (buzz)\";\n else if ( \"Fedora 25\" >< os )\n os = \"Linux Kernel 4.8 on Fedora release 25\";\n else if ( \"Fedora 24\" >< os )\n os = \"Linux Kernel 4.6 on Fedora release 24\";\n else if ( \"Fedora 23\" >< os )\n os = \"Linux Kernel 4.2 on Fedora release 23\";\n else if ( \"Fedora 22\" >< os )\n os = \"Linux Kernel 4.0 on Fedora release 22\";\n else if ( \"Fedora 21\" >< os )\n os = \"Linux Kernel 3.17 on Fedora release 21\";\n else if ( \"Fedora 20\" >< os )\n os = \"Linux Kernel 3.12 on Fedora release 20\";\n else if ( \"Fedora 19\" >< os )\n os = \"Linux Kernel 3.9 on Fedora release 19\";\n else if ( \"Fedora 18\" >< os )\n os = \"Linux Kernel 3.7 on Fedora release 18\";\n else if ( \"Fedora 17\" >< os )\n os = \"Linux Kernel 3.3 on Fedora release 17\";\n else if ( \"Fedora 16\" >< os )\n os = \"Linux Kernel 3.0 on Fedora release 16\";\n else if ( \"Fedora 15\" >< os )\n os = \"Linux Kernel 2.6 on Fedora release 15\";\n else if ( \"Fedora 14\" >< os )\n os = \"Linux Kernel 2.6 on Fedora release 14\";\n else if ( \"Fedora 13\" >< os )\n os = \"Linux Kernel 2.6 on Fedora release 13\";\n else if ( \"Fedora 12\" >< os )\n os = \"Linux Kernel 2.6 on Fedora release 12\";\n else if ( \"Fedora 11\" >< os )\n os = \"Linux Kernel 2.6 on Fedora release 11\";\n else if ( \"Fedora 10\" >< os )\n os = \"Linux Kernel 2.6 on Fedora release 10\";\n else if ( \"Fedora 9\" >< os )\n os = \"Linux Kernel 2.6 on Fedora release 9\";\n else if ( \"Fedora 8\" >< os )\n os = \"Linux Kernel 2.6 on Fedora release 8\";\n else if ( \"Fedora 7\" >< os )\n os = \"Linux Kernel 2.6 on Fedora release 7\";\n else if ( \"Fedora Core 6\" >< os )\n os = \"Linux Kernel 2.6 on Fedora Core release 6\";\n else if ( \"Fedora Core 5\" >< os )\n os = \"Linux Kernel 2.6 on Fedora Core release 5\";\n else if ( \"Fedora Core 4\" >< os )\n os = \"Linux Kernel 2.6 on Fedora Core release 4\";\n else if ( \"Fedora Core 3\" >< os )\n os = \"Linux Kernel 2.6 on Fedora Core release 3\";\n else if ( \"Fedora Core 2\" >< os )\n os = \"Linux Kernel 2.6 on Fedora Core release 2\";\n else if ( \"Fedora Core 1\" >< os )\n os = \"Linux Kernel 2.4 on Fedora Core release 1\";\n else if (\"openSUSE Linux 42.1\" >< os)\n os = \"Linux Kernel 4.1 on openSUSE 42.1\";\n else if (\"openSUSE Linux 13.2\" >< os)\n os = \"Linux Kernel 3.16 on openSUSE 13.2\";\n else if (\"openSUSE Linux 13.1\" >< os)\n os = \"Linux Kernel 3.11 on openSUSE 13.1\";\n else if (\"openSUSE Linux 12.3\" >< os)\n os = \"Linux Kernel 3.7 on openSUSE 12.3\";\n else if (\"openSUSE Linux 12.2\" >< os)\n os = \"Linux Kernel 3.4 on openSUSE 12.2\";\n else if (\"openSUSE Linux 12.1\" >< os)\n os = \"Linux Kernel 3.1 on openSUSE 12.1\";\n else if (\"openSUSE Linux 11.4\" >< os)\n os = \"Linux Kernel 2.6 on openSUSE 11.4\";\n else if ( \"SuSE Linux 12.0\" >< os )\n os = \"Linux Kernel 3.12 on SuSE Linux 12.0\";\n else if ( \"SuSE Linux 11.0\" >< os )\n os = \"Linux Kernel 2.6 on SuSE Linux 11.0\";\n else if ( \"SuSE Linux 10.4\" >< os )\n os = \"Linux Kernel 2.6 on SuSE Linux 10.4\";\n else if ( \"SuSE Linux 10.3\" >< os )\n os = \"Linux Kernel 2.6 on SuSE Linux 10.3\";\n else if ( \"SuSE Linux 10.2\" >< os )\n os = \"Linux Kernel 2.6 on SuSE Linux 10.2\";\n else if ( \"SuSE Linux 10.1\" >< os )\n os = \"Linux Kernel 2.6 on SuSE Linux 10.1\";\n else if ( \"SuSE Linux 10.0\" >< os )\n os = \"Linux Kernel 2.6 on SuSE Linux 10.0\";\n else if ( \"SuSE Linux 9.3\" >< os )\n os = \"Linux Kernel 2.6 on SuSE Linux 9.3\";\n else if ( \"SuSE Linux 9.2\" >< os )\n os = \"Linux Kernel 2.6 on SuSE Linux 9.2\";\n else if ( \"SuSE Linux 9.1\" >< os )\n os = \"Linux Kernel 2.6 on SuSE Linux 9.1\";\n else if ( \"SuSE Linux 9.0\" >< os )\n os = \"Linux Kernel 2.4 on SuSE Linux 9.0\";\n else if ( \"SuSE Linux 8.2\" >< os )\n os = \"Linux Kernel 2.4 on SuSE Linux 8.2\";\n else if ( \"SuSE Linux 8.0\" >< os )\n os = \"Linux Kernel 2.4 on SuSE Linux 8.0\";\n else if ( \"SuSE Linux 7.3\" >< os )\n os = \"Linux Kernel 2.4 on SuSE Linux 7.3\";\n else if ( \"SuSE Linux 7.2\" >< os )\n os = \"Linux Kernel 2.4 on SuSE Linux 7.2\";\n else if ( \"SuSE Linux 7.1\" >< os )\n os = \"Linux Kernel 2.2 on SuSE Linux 7.1\";\n else if ( \"SuSE Linux 6.4\" >< os )\n os = \"Linux Kernel 2.2 on SuSE Linux 6.4 or 7.0\";\n else if ( \"SuSE Linux 6.1\" >< os )\n os = \"Linux Kernel 2.2 on SuSE Linux 6.1\";\n else if ( \"Red Hat Enterprise Linux 7\" >< os )\n os = \"Linux Kernel 3.10 on Red Hat Enterprise Linux 7\";\n else if ( \"Red Hat Enterprise Linux 6\" >< os )\n os = \"Linux Kernel 2.6 on Red Hat Enterprise Linux 6\";\n else if ( \"Red Hat Enterprise Linux 5\" >< os )\n os = \"Linux Kernel 2.6 on Red Hat Enterprise Linux 5\";\n else if ( \"Red Hat Enterprise Linux 4\" >< os )\n os = \"Linux Kernel 2.6 on Red Hat Enterprise Linux 4\";\n else if ( \"Red Hat Enterprise Linux 3\" >< os )\n os = \"Linux Kernel 2.4 on Red Hat Enterprise Linux 3\";\n else if ( \"Red Hat Enterprise Linux 2.1\" >< os )\n os = \"Linux Kernel 2.4 on Red Hat Enterprise Linux 2.1\";\n else if (os =~ \"^Scientific Linux 7$\")\n os = \"Linux Kernel 3.10 on \" + os;\n else if ( os =~ \"^Scientific Linux [456]$\" )\n os = \"Linux Kernel 2.6 on \" + os;\n else if ( os =~ \"^Scientific Linux 3$\" )\n os = \"Linux Kernel 2.4 on \" + os;\n else if ( os =~ \"^Oracle Linux 7$\")\n os = \"Linux Kernel 3.8 on \" + os;\n else if ( os =~ \"^Oracle (Unbreakable Linux 4|Enterprise Linux 5|Linux 6)$\" )\n os = \"Linux Kernel 2.6 on \" + os;\n else if ( \"CentOS 7\" >< os )\n os = \"Linux Kernel 3.10 on CentOS Linux release 7\";\n else if ( \"CentOS 6\" >< os )\n os = \"Linux Kernel 2.6 on CentOS Linux release 6\";\n else if ( \"CentOS 5\" >< os )\n os = \"Linux Kernel 2.6 on CentOS release 5\";\n else if ( \"CentOS 4\" >< os )\n os = \"Linux Kernel 2.6 on CentOS release 4\";\n else if ( \"CentOS 3\" >< os )\n os = \"Linux Kernel 2.4 on CentOS release 3\";\n else if ( \"CentOS 2.1\" >< os )\n os = \"Linux Kernel 2.4 on CentOS release 2.1\";\n else if ( os =~ \"Red Hat Linux ([89]|7\\.1)\" )\n os = \"Linux Kernel 2.4 on \" + os;\n else if ( os =~ \"Red Hat Linux (7\\.0|6\\.)\" )\n os = \"Linux Kernel 2.2 on \" + os;\n else if ( os =~ \"Red Hat Linux 5\" )\n os = \"Linux Kernel 2.0 on \" + os;\n else if ( \"Mandriva Linux 2007\" >< os )\n os = \"Linux Kernel 2.6 on \" + os;\n else if ( \"Mandriva Linux 2006\" >< os )\n os = \"Linux Kernel 2.6 on \" + os;\n else if ( \"Mandriva Linux 2005\" >< os )\n os = \"Linux Kernel 2.6 on \" + os;\n else if ( \"Mandrake Linux 10.1\" >< os )\n os = \"Linux Kernel 2.6 on \" + os;\n else if ( \"Mandrake Linux 10.0\" >< os )\n os = \"Linux Kernel 2.6 on \" + os;\n else if ( \"Mandrake Linux 9\" >< os )\n os = \"Linux Kernel 2.4 on \" + os;\n else if ( \"Mandrake Linux 8\" >< os )\n os = \"Linux Kernel 2.4 on \" + os;\n else if ( \"Mandrake Linux 7\" >< os )\n os = \"Linux Kernel 2.2 on \" + os;\n else if ( \"Mandriva Linux 2008.0\" >< os )\n os = \"Linux Kernel 2.6 on \" + os;\n else if ( \"Mandriva Linux 2010.0\" >< os )\n os = \"Linux Kernel 2.6 on \" + os;\n else if ( \"Mandriva Linux 2010.1\" >< os )\n os = \"Linux Kernel 2.6 on \" + os;\n else if ( \"Mandriva Linux 2010.2\" >< os )\n os = \"Linux Kernel 2.6 on \" + os;\n else if ( \"Mandriva Linux 2011.0\" >< os )\n os = \"Linux Kernel 2.6 on \" + os;\n else if ( \"Mandriva Business Server 1\" >< os)\n os = \"Linux Kernel 3.4 on \" + os;\n else if ( \"Mageia 4 on \" >< os)\n os = \"Linux Kernel 3.12 on \" + os;\n else if ( \"Mageia 3 on \" >< os)\n os = \"Linux Kernel 3.8 on \" + os;\n else if ( \"Mageia 2 on \" >< os)\n os = \"Linux Kernel 3.3 on \" + os;\n else if ( \"Mageia 1 on \" >< os)\n os = \"Linux Kernel 2.6 on \" + os;\n else if ( \"Virtuozzo 7.2\" >< os)\n os = \"Linux Kernel 3.10 on \" + os;\n else if ( \"Virtuozzo 7.3\" >< os)\n os = \"Linux Kernel 3.10 on \" + os;\n else confidence -= 20;\n\n os_str += os + '\\n';\n }\n os_str = chomp(os_str);\n if ('\\n' >< os_str) confidence -= 10;\n\n set_kb_item(name:\"Host/OS/HTTP\", value:os_str);\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:confidence);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"general-purpose\");\n exit(0);\n}\n\nports = get_kb_list(\"Services/www\");\n\n# CS-27447: add broken port http banners too\nbrokenports = get_kb_list(\"Services/www/*/broken\");\nforeach p ( keys(brokenports) )\n{\n if ( isnull(ports) ) ports = make_list( );\n broken_reason = get_kb_item( p + \"/reason\" );\n if ( empty_or_null(broken_reason) )\n {\n continue;\n }\n if ( broken_reason == \"The server answered with a 503 code (overloaded).\" )\n {\n ports = make_list( ports, int( p - \"Services/www/\" - \"/broken\" ) );\n }\n}\nif ( isnull(ports) )\n{\n exit(0, \"No HTTP ports were detected.\");\n}\n\nports = list_uniq(ports);\nforeach port ( ports )\n{\n if ( ! get_port_state(port) ) continue;\n\n banner = get_http_banner(port:port, broken:true);\n\n if ( ! banner )\n {\n v = get_unknown_banner2(port: port, dontfetch: 1);\n if (! isnull(v) && v[1] == 'get_http') banner = v[0];\n }\n if (! banner) continue;\n\n svr = egrep(pattern:\"^Server\", string:banner, icase: TRUE);\n if ( ! svr )\n svr = egrep(pattern:\"^[^:]*Server: \", string:banner, icase: TRUE);\n\n if ( ! svr ) continue;\n\n if(max_index(split(svr, sep:'Server:', keep:FALSE)) > 2) continue;\n\n # avoid kb fingerprint assignment to avoid reporting as unknown\n # the following tests are for HTTP detections that can't be resolved\n # to OS identifications. For example, when the web app is behind a\n # web app firewall\n\n # \"Server: BigIP\" web app firewall, OS detection not possible using HTTP\n if ( pregmatch(string:svr, pattern:\"^Server:\\sBigIP\") )\n {\n continue;\n }\n\n replace_kb_item(name:\"Host/OS/HTTP/Fingerprint\", value:svr);\n\n if ( \"Microsoft-IIS\" >< banner )\n {\n if ( \"Microsoft-IIS/3.0\" >< banner ) os = \"Microsoft Windows NT 4.0\";\n else if ( \"Microsoft-IIS/4.0\" >< banner ) os = \"Microsoft Windows NT 4.0\";\n else if ( \"Microsoft-IIS/5.0\" >< banner ) os = \"Microsoft Windows 2000 Server\";\n else if ( \"Microsoft-IIS/5.1\" >< banner ) os = \"Microsoft Windows XP\";\n else if ( \"Microsoft-IIS/6.0\" >< banner ) os = \"Microsoft Windows Server 2003\";\n else if ( \"Microsoft-IIS/7.0\" >< banner ) os = \"Microsoft Windows Server 2008\";\n else if ( \"Microsoft-IIS/7.5\" >< banner ) os = \"Microsoft Windows Server 2008 R2\";\n else if ( \"Microsoft-IIS/8.0\" >< banner ) os = \"Microsoft Windows Server 2012\";\n else if ( \"Microsoft-IIS/8.5\" >< banner ) os = \"Microsoft Windows Server 2012 R2\";\n else if ( \"Microsoft-IIS/10.0\" >< banner ) os = \"Microsoft Windows 10\";\n\n if ( os )\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:os);\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:75);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"general-purpose\");\n exit(0);\n }\n }\n else if ( \"Microsoft-HTTPAPI\" >< banner )\n {\n if ( \"Microsoft-HTTPAPI/1.0\" >< banner ) \n {\n os = 'Microsoft Windows XP\\nMicrosoft Server Windows 2003';\n\n set_kb_item(name:\"Host/OS/HTTP\", value:os);\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:70);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"general-purpose\");\n exit(0);\n }\n else if ( \"Microsoft-HTTPAPI/2.0\" >< banner )\n {\n ##\n # CS-38561: Could be any of the following:\n # 'Microsoft Windows Server 2003\\nMicrosoft Windows Vista\\nMicrosoft Windows Server 2008\\nMicrosoft Windows 7\\nMicrosoft Windows Server 2008 R2\\nMicrosoft Windows Server 2012\\nMicrosoft Windows 8\\nMicrosoft Windows Server 2012 R2\\nMicrosoft Windows 10\\nMicrosoft Windows Server 2016\\nMicrosoft Windows Server 2019';\n # Avoid misleading reporting by just reporting \"Microsoft Windows\"\n # (reporting all possible flavors means the target will match when ANY are searched for)\n ##\n set_kb_item(name:\"Host/OS/HTTP\", value:\"Microsoft Windows\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:70);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"general-purpose\");\n exit(0);\n }\n }\n else if ( egrep(pattern:\"^Server: (IBM_HTTP_Server.*)?Apache.*Win32\",string:banner) )\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"Microsoft Windows\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:5);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"general-purpose\");\n exit(0);\n }\n # nb: both IOS and IOS XE have \"Server: cisco-IOS\".\n else if ( egrep(pattern:\"^Server: cisco-IOS\",string:banner) )\n {\n if ( egrep(pattern:\"^Server: cisco-IOS/[0-9.]+\", string:banner) )\n {\n version = ereg_replace(string:chomp(egrep(pattern:\"^Server: cisco-IOS/[0-9]+\\.[0-9]+ \", string:banner)), pattern:\"^Server: cisco-IOS/([0-9.]+).*\", replace:\"\\1\");\n if ( version =~ \"^[0-9.]+\" )\n{\n set_kb_item(name:\"Host/OS/HTTP\", value:'CISCO IOS '+version + '\\n' + 'Cisco IOS XE '+version);\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:85);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"router\");\n exit(0);\n}\n }\n set_kb_item(name:\"Host/OS/HTTP\", value:'CISCO IOS\\nCisco IOS XE');\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:68);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"router\");\n exit(0);\n }\n else if ( egrep(pattern:\"^Server: 3Com/v\",string:banner) )\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"3Com Switch\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:71);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"switch\");\n exit(0);\n }\n else if ( egrep(pattern:\"^Server: (NetApp|Data ONTAP)/\", string:banner) )\n {\n # nb: there may be 2 slashes before the version!!!\n v = pregmatch(string: svr, pattern: \"^Server:\\s*(NetApp|Data ONTAP)//?([0-9][^\\s:]+)\");\n if (! isnull(v))\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"NetApp Release \"+v[2]);\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value: 95);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"embedded\");\n }\n else\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"NetApp\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:81);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"embedded\");\n }\n exit(0);\n }\n else if ( egrep(pattern:\"^Server: Bull-SMW/\", string:banner) )\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"AIX\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:10);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"general-purpose\");\n exit(0);\n }\n else if ( '\\r\\nWWW-Authenticate: Basic realm=\"Linksys WAP54G\"\\r\\n' >< banner &&\n '\\r\\nServer: httpd\\r\\n' >< banner )\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"Linksys WAP54G\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:99);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"wireless-access-point\");\n exit(0);\n }\n else if ( '\\r\\nWWW-Authenticate: Basic realm=\"wepresent\"\\r\\n' >< banner &&\n '\\r\\nServer: lighttpd' >< banner )\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"Barco WePresent\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:99);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"embedded\");\n exit(0);\n }\n else if ('WWW-Authenticate: Basic realm=\"APC Management Card\"' >< banner &&\n egrep(pattern:\"^Server: Allegro-Software-RomPager/\", string:banner))\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"APC UPS Management Card\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:90);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"embedded\");\n exit(0);\n }\n else if ( egrep(pattern:\"^Server: HPSMH\", string:banner) )\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"HP-UX\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:10);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"general-purpose\");\n exit(0);\n }\n else if ( egrep(pattern:\"^Server: Jetty/.*HP-UX\", string:banner) )\n {\n line = egrep(pattern:\"^Server: Jetty/.*HP-UX\", string:banner);\n line = ereg_replace(pattern:\".*\\((HP-UX.*)\\).*\", string:line, replace:\"\\1\");\n line = ereg_replace(pattern:\" java/[0-9][0-9.]+\", replace:\"\", string:line);\n set_kb_item(name:\"Host/OS/HTTP\", value:line);\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:100);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"general-purpose\");\n exit(0);\n }\n else if ( egrep(pattern:\"^Server: Apache/.+ HP-UX_Apache-based_Web_Server\", string:banner) )\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"HP-UX\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:90);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"general-purpose\");\n exit(0);\n }\n else if ( \"Server: IP-Phone Solution\" >< banner &&\n 'WWW-Authenticate: Basic realm=\"WirelessIP5000A\"' >< banner )\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"Hitachi WIP5000 IP Phone Terminal\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:100);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"embedded\");\n exit(0);\n }\n else if (\n \"Server: Web Server\" >< banner &&\n egrep(pattern:\"Location: https?://[^/]+/webvpn.html\", string:banner)\n )\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"CISCO VPN Concentrator\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:100);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"embedded\");\n exit(0);\n }\n else if ('WWW-Authenticate: Basic realm=\"Please enter your user name and password on DSL-502T\"' >< banner )\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"D-Link DSL-502T Modem/Router\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:100);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"router\");\n exit(0);\n }\n else if (\n \"Server: Linux\" >< banner &&\n preg(pattern:\", (DIR-6[1245]5(.+)?|DSL-2890AL)\", string:banner)\n )\n {\n os = \"D-Link Wireless Access Point\";\n match = pregmatch(pattern:\", (DIR-6[1245]5(.+)?|DSL-2890AL)\", string:banner);\n if (!isnull(match))\n {\n os += \" - \" + match[1];\n\n match = pregmatch(pattern:\" Ver (([A-Z]+_)?[0-9][0-9.]+)$\", string:banner);\n if (!isnull(match)) os += ' with firmware version ' + match[1];\n }\n\n set_kb_item(name:\"Host/OS/HTTP\", value:os);\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:100);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"wireless-access-point\");\n exit(0);\n }\n else if ( \"Server: Apache/2.2.14 (FreeBSD)\" >< banner )\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"FreeBSD 7.3\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:90);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"general-purpose\");\n exit(0);\n }\n else if (\n \"Server: Apache/2.4.16 (FreeBSD)\" >< banner\n ||\n \"Server: Apache/2.4.23 (FreeBSD)\" >< banner\n )\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"FreeBSD 10.3\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:90);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"general-purpose\");\n exit(0);\n }\n else if ( \"Server: Apache/2.2.17 (FreeBSD)\" >< banner )\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"FreeBSD 7.4\\nFreeBSD 8.2\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:85);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"general-purpose\");\n exit(0);\n }\n else if ( \"Server: Apache/2.2.13 (FreeBSD)\" >< banner )\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"FreeBSD 8.0\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:90);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"general-purpose\");\n exit(0);\n }\n else if ( \"Server: Apache/2.2.15 (FreeBSD)\" >< banner )\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"FreeBSD 8.1\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:90);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"general-purpose\");\n exit(0);\n }\n else if ( \"Server: Apache/2.2.22 (FreeBSD)\" >< banner )\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"FreeBSD 8.3\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:90);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"general-purpose\");\n exit(0);\n }\n else if ( \"Server: Apache/2.2.21 (FreeBSD)\" >< banner )\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"FreeBSD 9.0\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:90);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"general-purpose\");\n exit(0);\n }\n else if ( \"Server: Apache/2.2.23 (FreeBSD)\" >< banner )\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"FreeBSD 9.1\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:90);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"general-purpose\");\n exit(0);\n }\n else if ( \"Server: Apache/2.2.24 (FreeBSD)\" >< banner )\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"FreeBSD 8.4\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:90);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"general-purpose\");\n exit(0);\n }\n else if (\"Server: Apache/2.2.25 (FreeBSD)\" >< banner)\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"FreeBSD 9.2\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:90);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"general-purpose\");\n exit(0);\n }\n else if (\"Server: Apache/2.4.10 (FreeBSD)\" >< banner)\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"FreeBSD 10.1\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:90);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"general-purpose\");\n exit(0);\n }\n else if (\"Server: Apache/2.4.9 (FreeBSD)\" >< banner)\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"FreeBSD 9.3\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:90);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"general-purpose\");\n exit(0);\n }\n else if (\"Server: Apache/2.4.6 (FreeBSD)\" >< banner)\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"FreeBSD 10.0\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:90);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"general-purpose\");\n exit(0);\n }\n else if ( \"Server: Apache/1.3.33 (Darwin)\" >< banner )\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:'Mac OS X 10.3\\nMac OS X 10.4');\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:85);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"general-purpose\");\n exit(0);\n }\n else if ( \"Server: Apache/1.3.41 (Darwin)\" >< banner )\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"Mac OS X 10.4\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:90);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"general-purpose\");\n exit(0);\n }\n else if ( \"Server: Cisco AWARE 2.0\" >< banner &&\n egrep(pattern: \"^Set-Cookie: +webvpn[a-z]*=\", string: banner) )\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"CISCO ASA 5500\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value: 90);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"embedded\");\n exit(0);\n }\n else if (egrep(pattern: \"^Server: Apache/[12].* \\(OpenVMS\\)\", string: banner))\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"OpenVMS\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value: 76);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"general-purpose\");\n exit(0);\n }\n else if ( egrep(pattern:\"^Server: Jetty/.*SunOS/\", string:banner) )\n {\n line = egrep(pattern:\"^Server: Jetty/.*SunOS/\", string:banner);\n\n os = \"Solaris\";\n match = pregmatch(pattern:\"^Server: Jetty/.*SunOS/5\\.([0-9]+) (sparc|x86)\", string:banner);\n if (!isnull(match))\n {\n version = match[1];\n if (int(version) >= 7) os += \" \" + version;\n else os += \" 2.\" + version;\n\n os += \" (\" + match[2] + \")\";\n }\n set_kb_item(name:\"Host/OS/HTTP\", value:os);\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:70);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"general-purpose\");\n exit(0);\n }\n else if (egrep(pattern:\"^Server: Jetty/.*\\(Windows \", string:banner))\n {\n line = egrep(pattern:\"^Server: Jetty/.*\\(Windows \", string:banner);\n\n os = \"Microsoft Windows\";\n confidence = 61;\n\n match = pregmatch(pattern:\"^Server: Jetty/.*\\((Windows( Server)? [^/]+)[/ ][0-9]+\\.[0-9]+ \", string:line);\n if (!isnull(match))\n {\n os = \"Microsoft \" + match[1];\n confidence = 81;\n }\n set_kb_item(name:\"Host/OS/HTTP\", value:os);\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:confidence);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"general-purpose\");\n exit(0);\n }\n else if (\"Server: NetPort Software\" >< banner)\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"Polycom Teleconferencing Device\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value: 69);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"embedded\");\n exit(0);\n }\n else if (\"Server: Viavideo-Web\" >< banner)\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"Polycom Teleconferencing Device\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value: 69);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"embedded\");\n exit(0);\n }\n else if ( \"Server: SonicWALL SSL-VPN Web Server\" >< banner )\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"SonicWALL SSL-VPN Appliance\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value: 90);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"embedded\");\n exit(0);\n }\n else if (egrep(pattern:\"^Server: SonicWALL\\s*$\", string:banner))\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"SonicWALL\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:90);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"embedded\");\n exit(0);\n }\n else if (egrep(pattern:\"Server: glass/1\\.0 Python/[0-9.]+-IronPort\", string:banner))\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"AsyncOS\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:90);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"embedded\");\n exit(0);\n }\n else if ( \"Server: BarracudaHTTP\" >< banner )\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"Barracuda Spam and Virus Firewall\\nBarracuda Spam Filter\\nBarracuda SSL VPN\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value: 90);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"embedded\");\n exit(0);\n }\n else if ( \"RIPT-Server: iTunesLib/3.\" >< banner ) # \"Grey\" Apple TV\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"AppleTV (1st Generation)\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value: 95);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"embedded\");\n exit(0);\n }\n else if ( # \"Black\" Apple TV\n egrep(pattern:\"^DAAP-Server: iTunes/[0-9][0-9.]+[a-z][0-9]+ \\((Mac )?OS X\\)\", string:banner)\n )\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"AppleTV (2nd or 3rd Generation)\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value: 90);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"embedded\");\n exit(0);\n }\n else if ( \"Server: Muratec Server Ver\" >< banner )\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"Muratec Printer\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value: 95);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"printer\");\n exit(0);\n }\n else if ( \"Server: Apple Embedded Web Server\" >< banner )\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"Xserver RAID\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value: 95);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"embedded\");\n exit(0);\n }\n else if ( \"Server: Ubicom/\" >< banner )\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"ipOS\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value: 95);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"embedded\");\n exit(0);\n }\n else if (\"Server: Mikrotik HttpProxy\" >< banner)\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"MikroTik RouterOS\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value: 90);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"router\");\n exit(0);\n }\n else if ( \"Server: BlueCoat-Security-Appliance\" >< banner )\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"Blue Coat Appliance\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value: 80);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"embedded\");\n exit(0);\n }\n else if ( \"Server: ePower by Cyber Switching\" >< banner )\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"Cyber Switching ePower PDU\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value: 90);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"embedded\");\n exit(0);\n }\n else if ( \"Server: Shadow-OS-390-Web-Server/\" >< banner )\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"IBM OS/390\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value: 90);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"general-purpose\");\n exit(0);\n }\n else if (\n \"Server: XOS \" >< banner &&\n egrep(pattern:\"Server: XOS [0-3][0-9](jan|feb|mar|apr|jun|jul|aug|sep|oct|nov|dec)(19[0-9][0-9]|2[0-9]+) \", string:banner)\n )\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"ExtremeXOS Network Operating System\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:90);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"embedded\");\n exit(0);\n }\n else if ( \"Server: TRMB/\" >< banner )\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"Trimble\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:90);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"embedded\");\n exit(0);\n }\n else if ( \"Server: Polycom SoundPoint IP Telephone HTTPd\" >< banner )\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"Polycom SoundPoint IP Phone\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:90);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"embedded\");\n exit(0);\n }\n else if ( \"Server: Polycom VVX Telephone HTTPd\" >< banner )\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"Polycom VVX Phone\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:90);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"embedded\");\n exit(0);\n }\n else if ( egrep(pattern:\"^Server: CERN httpd .+\\(VAX VMS\\)\", string:banner) )\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"VAX/VMS\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:90);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"general-purpose\");\n exit(0);\n }\n else if (egrep(pattern:\"^Server: *Linux/[0-9]+\\.[0-9.]+-I9100XWK[A-Z0-9]+-CL[0-9]+ DoaHTTP\", string: banner))\n {\n # Server: Linux/2.6.35.7-I9100XWKJ2-CL676699 DoaHTTP\n # Model GT-I9100 (Samsung Galaxy S2)\n # Baseband I91000XXKI4\n # Kernel Linux/2.6.35.7-I9100XWKJ2-CL676699 root@DELLL144 #2\n # Android version 2.3.5\n # Version GINGERBREAD.XWJ2\n #\n # Previous version:\n # Server: Linux/2.6.35.7-I9100XWKI4-CL575468 DoaHTTP\n v = pregmatch(string: svr, pattern: \"^Server: *Linux/([0-9]+\\.[0-9.]+)-I9100(XWK[A-Z0-9]+)-CL([0-9]+) DoaHTTP\");\n if (! isnull(v))\n {\n if (v[2] == 'XWKJ2') a = \"Android 2.3.5\";\n else if (v[2] == 'XWKI4') a = \"Android 2.3.4\";\n else a = \"Android\";\n set_kb_item(name:\"Host/OS/HTTP\", value:\n\"Linux Kernel \" + v[1] + \" on \" + a + \" (Samsung Galaxy S2)\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:95);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"mobile\");\n exit(0);\n }\n }\n else if (egrep(pattern: \"^SERVER: *Linux/2.6.29-omap1, UPnP/1.0, Portable SDK for UPnP devices/1.6.6\", string: banner))\n {\n # Archos 70\n set_kb_item(name:\"Host/OS/HTTP\", value:\"Linux Kernel 2.6.29 on Android 2.2.1\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:90);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"mobile\");\n exit(0);\n }\n else if (\"Server: Netwave IP Camera\" >< banner)\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"Foscam IP Camera\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:85);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"camera\");\n exit(0);\n }\n else if (\"Server: RUGGEDCOM/\" >< banner)\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"Rugged Operating System\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:85);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"embedded\");\n exit(0);\n }\n else if (\"Server: Snap Appliance, Inc.\" >< banner)\n {\n os = \"GuardianOS\";\n if (egrep(pattern:\"^Server: Snap Appliance, Inc\\./[0-9.]+\", string:banner))\n {\n version = ereg_replace(string:chomp(egrep(pattern:\"^Server: Snap Appliance, Inc\\./[0-9]+\\.\", string:banner)), pattern:\"^Server: Snap Appliance, Inc\\./([0-9.]+).*\", replace:\"\\1\");\n if (version =~ \"^[0-9.]+\") os += \" \" + version;\n }\n set_kb_item(name:\"Host/OS/HTTP\", value:os);\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:85);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"embedded\");\n exit(0);\n }\n else if (\"Server: Oracle-ILOM-Web-Server/\" >< banner)\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"Oracle Integrated Lights Out Manager\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:95);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"embedded\");\n exit(0);\n }\n else if (\n egrep(pattern:\"^Server: M1 WebServer/[0-9.]+-VxWorks\", string:banner) ||\n egrep(pattern:\"^Server: WindRiver-WebServer/\", string:banner)\n )\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"VxWorks\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:60);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"embedded\");\n exit(0);\n }\n else if (\"Server: KM-MFP-http/\" >< banner)\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"Konica Printer\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value: 90);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"printer\");\n exit(0);\n }\n else if (\"SERVER: VxWorks\" >< banner)\n {\n os = \"VxWorks\";\n match = pregmatch(pattern:\"^SERVER: VxWorks/?([0-9][0-9.]+) UPnP\", string:banner);\n if (!isnull(match)) os += \" \" + match[1];\n\n set_kb_item(name:\"Host/OS/HTTP\", value:os);\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:60);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"embedded\");\n exit(0);\n }\n else if (\n \"Server: Z-World Rabbit\" >< banner &&\n '\\r\\nWWW-Authenticate: Basic realm=\"Net Optics Bypass Switch\"' >< banner\n )\n {\n os = \"Net Optics Bypass Switch\";\n\n set_kb_item(name:\"Host/OS/HTTP\", value:os);\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:90);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"switch\");\n exit(0);\n }\n else if (\"Server: TopLayer/AM-IPS\" >< banner)\n {\n os = \"Corero TopLayer IPS\";\n\n set_kb_item(name:\"Host/OS/HTTP\", value:os);\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:80);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"embedded\");\n exit(0);\n }\n else if (\"Server: PanWeb Server/ -\" >< banner)\n {\n os = \"Palo Alto Networks PAN-OS\";\n\n set_kb_item(name:\"Host/OS/HTTP\", value:os);\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:80);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"firewall\");\n exit(0);\n }\n\n else if (\"Server: ADTRAN, Inc.\" >< banner)\n {\n os = \"ADTRAN Operating System\";\n\n type = \"embedded\";\n if ('Basic realm=\"NetVanta ' >< banner) type = 'router';\n\n set_kb_item(name:\"Host/OS/HTTP\", value:os);\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:78);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:type);\n exit(0);\n }\n else if (\n 'Server: GoAhead-Webs' >< banner &&\n (\n 'Basic realm=\"NISUTA NS-WIR' >< banner ||\n 'Basic realm=\"NISUTA NS-WMR' >< banner\n )\n )\n {\n os = 'NISUTA';\n\n match = pregmatch(pattern:'NISUTA (NS-W[IM]R[0-9][^\"]+)', string:banner);\n if (!isnull(match)) os += ' ' + match[1];\n\n os += ' Wireless Access Point';\n\n set_kb_item(name:\"Host/OS/HTTP\", value:os);\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:80);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:'wireless-access-point');\n exit(0);\n }\n else if (\n \"Server: mwg-ui\" >< banner &&\n egrep(pattern:'Location: http.+/Konfigurator/request', string:banner)\n )\n {\n os = \"McAfee Web Gateway\";\n type = \"embedded\";\n\n set_kb_item(name:\"Host/OS/HTTP\", value:os);\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:75);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:type);\n exit(0);\n }\n else if (\n \"Server: eHTTP v\" >< banner &&\n egrep(pattern:'WWW-Authenticate: Basic realm=\"ProCurve J[0-9][0-9A-Z]+\"', string:banner)\n )\n {\n os = \"HP Switch\";\n type = \"switch\";\n\n set_kb_item(name:\"Host/OS/HTTP\", value:os);\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:75);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:type);\n exit(0);\n }\n else if (\"Server: VBrick VB6000 Server\" >< banner)\n {\n os = \"VBrick\";\n type = \"embedded\";\n\n set_kb_item(name:\"Host/OS/HTTP\", value:os);\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:70);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:type);\n exit(0);\n }\n else if (\"Server: A10WS/\" >< banner)\n {\n os = \"A10 Networks Advanced Core OS\";\n type = \"load-balancer\";\n\n set_kb_item(name:\"Host/OS/HTTP\", value:os);\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:70);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:type);\n exit(0);\n }\n else if (\n \"Server: UPS_Server/\" >< banner &&\n \"WWW-Authenticate\" >< banner\n )\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"ConnectUPS Web/SNMP Card\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:60);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"embedded\");\n exit(0);\n }\n else if (\n 'WWW-Authenticate: Digest realm=\"ClickShare\"' >< banner\n )\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"Barco ClickShare\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:75);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"embedded\");\n exit(0);\n }\n\n slash = http_get_cache(port: port, item: '/');\n if (!slash) slash = banner;\n\n if (\n '<title>EMC Celerra Network Server</title>' >< slash &&\n '<script>window.location.pathname=\\'/Login\\';</script>' >< slash &&\n egrep(string: slash, pattern: '>Copyright \\\\(c\\\\) 20[0-9][0-9] EMC Corporation Unpublished - All Rights Reserved<')\n )\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"Linux Kernel 2.6 on an EMC Celerra Network Server\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:70);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"embedded\");\n exit(0);\n }\n else if (\n 'Server: UPS_Server/' >< slash &&\n '<TITLE>ConnectUPS Web/SNMP Card' >< slash &&\n 'var nTitle = \"?upsIDInformation\";' >< slash\n )\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"ConnectUPS Web/SNMP Card\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:70);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"embedded\");\n exit(0);\n }\n else if (\n 'Server: Apache' >< slash &&\n '<TITLE>Xceedium Xsuite' >< slash\n )\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"Xceedium Xsuite Appliance\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:70);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"embedded\");\n exit(0);\n }\n else if (\"Server: Symantec Reporter\" >< slash)\n {\n # try to retrieve the version\n reporter_os = \"Symantec Reporter\";\n version = pregmatch(string:slash, pattern:\"<title>Symantec Reporter (\\d+(\\.\\d+)+)\");\n if (!empty_or_null(version))\n {\n reporter_os += \" \"+version[1];\n set_kb_item(name:\"Host/OS/HTTP\", value:reporter_os);\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:75);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"embedded\");\n exit(0);\n }\n }\n else if (\"Server: LANTIME\" >< banner)\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"Meinberg LANTIME\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:95);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"scada\");\n exit(0);\n }\n else if (\n \"Server: HP HTTP Server\" >< banner\n )\n {\n lower_banner = tolower(banner);\n if (\"hp officejet\" >< lower_banner)\n {\n match = pregmatch(string:banner, pattern:\"(HP Office[jJ]et (Pro )?([0-9]+))\");\n if (!isnull(match)) value = match[1];\n else value = \"HP Officejet\";\n\n set_kb_item(name:\"Host/OS/HTTP\", value:value);\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:100);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"embedded\");\n exit(0);\n }\n else if (\"hp designjet\" >< lower_banner)\n {\n # Examples:\n # HP HTTP Server; Hewlett-Packard HP Designjet T520 - CQ890A; Serial Number: CN29S1M009; Built:Sat Jul 21, 2012 01:23:18AM {AXP2CN1226KR}\n # HP HTTP Server; Hewlett-Packard HP Designjet T520 36in - CQ893A; Serial Number: CN38F4M003; Built:Fri Mar 02, 2018 12:45:00AM {AXP2CN1809AR}\n # HP HTTP Server; HP DesignJet T830 24-in MFP - F9A28A; Serial Number: CN82S1M0BY; Built: Mon Mar 05, 2018 11:37:51PM {CANDELPR2N001.1810A.00}\n match = pregmatch(string:banner, pattern:\"(HP Design[jJ]et ([A-Z][0-9]+)(( [\\w-]+)?( \\w+)? - (\\w+))?)\");\n if (!isnull(match)) value = match[1];\n else value = \"HP Designjet\";\n\n # parsing firmware version, if available\n match2 = pregmatch(string:banner, pattern:\"{([\\w.]+)}\");\n if (!isnull(match2))\n {\n firmware = match2[1];\n value += ' (' + firmware+')';\n }\n\n set_kb_item(name:\"Host/OS/HTTP\", value:value);\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:100);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"embedded\");\n exit(0);\n }\n }\n else if (\"Server: YAMAHA-RT\" >< banner || \"Server: Yamaha-RT\" >< banner)\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"YAMAHA-RT\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:95);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"router\");\n exit(0);\n }\n else if ('WWW-Authenticate: Basic realm=\"Wireless Adapter WA-1100\"' >< banner )\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"WA-1100\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:80);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"embedded\");\n exit(0);\n }\n else if ('<title>Awarepoint Bridge' >< banner )\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"Awarepoint Bridge\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:100);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"embedded\");\n exit(0);\n }\n else if (svr == 'Server: MC\\r\\n' && \"/login.jsp\" >< banner && \"Set-Cookie:\" >< banner)\n {\n set_kb_item(name:\"Host/OS/HTTP\", value:\"Symantec Management Center\");\n set_kb_item(name:\"Host/OS/HTTP/Confidence\", value:70);\n set_kb_item(name:\"Host/OS/HTTP/Type\", value:\"embedded\");\n exit(0);\n }\n}\n", "cvss": {"score": 0.0, "vector": "NONE"}}, {"lastseen": "2020-06-16T05:03:39", "description": "Nessus was able to identify the remote web server type by sending\nseveral valid and invalid HTTP requests. In some cases, its version\ncan also be approximated, as well as some options.", "edition": 26, "published": "2003-11-11T00:00:00", "title": "HMAP Web Server Fingerprinting", "type": "nessus", "bulletinFamily": "scanner", "cvelist": [], "modified": "2003-11-11T00:00:00", "cpe": [], "id": "WWW_FINGERPRINTING_HMAP.NASL", "href": "https://www.tenable.com/plugins/nessus/11919", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n\n# Redistribution and use in source, with or without modification, are\n# permitted provided that the following conditions are met:\n#\n# 1. Redistributions of source code must retain the above copyright\n# notice, this list of conditions and the following disclaimer.\n# 2. All advertising materials mentioning features or use of this software\n# must display the following acknowledgment:\n# This product includes software developed and data gathered by\n# Michel Arboi\n#\n# This script is not a transcription in NASL of HMAP, which is much\n# more complex. It is only based on ideas that are described in\n# Dustin Lee's thesis:\n# HMAP: A Technique and Tool For Remote Identification of HTTP Servers\n#\n# hmap.nasl & hmap.py also send different requests: hmap.py includes a\n# User-Agent field. In some cases, this produces very different results,\n# so signatures from hmap.py cannot be translated for hmap.nasl\n#\n# To receive useful contributions, we have to generate a significant\n# signature for unknown servers. This signature should be compact,\n# so only the most significant tests should be selected. An interesting\n# side effect is that the plugin will be quicker!\n# As I don't have enough web servers, versions, sub-versions, and strange\n# or typical configurations, I run into a chicken & egg problem:\n# so we must keep in mind that the test set may change, and the known\n# signatures will have to be adapted, or recomputed.\n#\n# NOTE TO SIGNATURE CONTRIBUTORS\n# If you have different servers that return the _same_ signature, this\n# means that the test has to be enhanced. Please download hmap from\n# http://ujeni.murkyroc.com/hmap/ and runs it against your servers, and\n# send us the generated files.\n#\n# To look for duplicated signatures, run:\n# egrep '^(...:){20,}' www_fingerprinting_hmap.nasl | awk -F: '{print $1\":\"$2\":\"$3\":\"$4\":\"$5\":\"$6\":\"$7\":\"$8\":\"$9\":\"$10\":\"$11\":\"$12\":\"$13\":\"$14\":\"$15\":\"$16\":\"$17\":\"$18\":\"$19\":\"$20; }' | sort | uniq -d\n#\n# Signature contributors:\n# Miguel Alfaiate, Chava Alvarez, Greg Armer, Rafael Ausejo Prieto,\n# Philipp Babb,J Barger, Alex Bartl, Jochen Bartl,\n# Pascal Bederede, Bob T. Berge, Luca Bigliardi, Randy Bias,\n# Jorge Blat, Henk Bokhoven, Wayne Boline, Bjorn-Vegar Borge,\n# Paul Bowsher, Andrew Brampton, Frank Breedijk, Philip Brooks, Joshua Brown,\n# Jeremiah Brott, Dustin Butler, Niels Buttner, Jesus Manuel Carretero,\n# James Chenvert, Maciej Cieciera, Joe Clifton, Devin Cofer, Russ Cohen,\n# Lionel Cons, Mike Cooper, Owen Crow, Kevin Davidson, Stephen Davies,\n# Chuck Deal, Renaud Deraison,\n# Peters Devon, Sean Dreilinger, Shaun Drutar, Franck Dubray,\n# Thierry Dussuet, Daniel C. Endrizzi, Aizat Faiz, Joshua Fielden,\n# Tomasz Finke,\n# Stephen Flanagan, Carl Forsythe, Chuck Frain, Dan Frazier, Dennis Freise,\n# Scott Fringer,\n# Raul Gereanu, Chad Glidden,\n# Volker Goller, Thomas Graham, Rick Gray, Matthew Gream, Daniel Griswold,\n# Gary Gunderson, Jason Haar, Tim Hadlow, Stuart Halliday,\n# Tomi Hanninen, Mads Syska Hansen, Ronny Hansen,\n# Chris Hanson, Chris Harrington, Maarten Hartsuijker, Greg Hartwig,\n# James Haworth, Jeffrey G Heller, Philip Henderson, Travis Herrmann,\n# Rolando Hernandez,\n# John Hester, John T Hoffoss, Florian Huber, Thomas Hunter, Fabien Illide,\n# Alexander Isaenko, Ron Jackson, Jay Jacobson,\n# Simen Graff Jenssen, Bill Johnson, Eric Johnson, Paul Johnston,\n# Maciek Jonakowski, Michiel Kalkman, Mats Karlsson,\n# Imre Kaloczi, Pavel Kankovsky, Boris Karnaukh, Egon Kastelijn,\n# James M. Keller, Eddie Kilgore, Don M. Kitchen, Yuval Kogman,\n# Robert Kolaczynski, Michael Kohne, Jerzy Yuri Kramarz, Pierre Kroma,\n# Nerijus Krukauskas,\n# Paul Kurczaba, David Kyger, Andre Lewis, Tarmo Lindstrom,\n# Sebastien Louafi, Mark Lowe, Richard Lowe, Stephane Lu, Darcey MacInnes,\n# Martin Maeok, Florin Mariuteac, Raul Mateos Martin,\n# Mats Martinsson, Thomas Maurer, Zul Mohd, Mick Montgomery, Greg Mooney,\n# Samuel Morais, Jose Manuel Rodriguez Moreno, Mike Nelson, Michel Nolf,\n# Kevin O'Brien, Warren Overholt, C. Paparelli, Eric F Paul, Ashesh Patel,\n# Juraj Pazican, Marc Pinnell, Nicolas Pouvesle,\n# Federico Petronio, John Pignata, Abri du Plooy, Xavier Poli, Dave Potts,\n# Matthew Pour, Sally Pryor, Mike Pursifull,\n# Jason Radley, Jim Rather, Dmytro O. Redchuk, Mark Rees,\n# Thomas Reinke, Cas Renooij, Jon Repaci, Ruben Rickard,\n# Iben Rodriguez, Brooks Rosenow,\n# Mark Sayer, Michael Scheidell, Tom Shockley, Frank Schreiner, Don Senzig,\n# Beat Siegenthaler, Barn Ski, Charles Skoglund, Adam Smith, Glenn Smith,\n# Maurice Smulders, Marco Spoel, Ricardo Stella, Andra Steiner,\n# Charlie Stigler, Iain Stirling,\n# Marius Strom, Jason Sullivan, Robby Tanner, Jimmy Tharel,\n# George A. Theall, Adam Thompson, Massimo Trevisani,\n# Ralph Utz, Mattias Webjorn Eriksson, Patrick Webster, Mikael Westerlund,\n# Curt Wilson, Brad Williamson, Jeremy Wood, Bruce Wright,\n# Jeffrey Yu, Paolo Zavalloni, Thorsten Zenker, Andrew Ziem,\n# Asmodianx, Crowley, Daniel, Empire Strikes Back, Ffoeg, The Frumster,\n# Joe pr, jfvanmeter, Masakatsu Agatsu, mjnsecurity, Mofo63,\n# Munkhbayar, Neo, Noisex, Pavel, Podo, PoiS QueM, Silencer, Stephan,\n# Sullo, Vitaly, Yanli-721, Yong, Alexandre Roberto Zia, Zube\n#\n# If I forgot you in this list or misspelled your name (or nym),\n# please tell me!\n#\n# Unused / unknown / imprecise signatures:\n# ---:200:405:---:---:---:---:VER:---:200:---:---:200:---:---:---:---:+++:400:405:405:405:405:405:+++:^$:[EMC]\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(11919);\n script_version(\"1.789\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2020/06/12\");\n\n script_name(english:\"HMAP Web Server Fingerprinting\");\n script_summary(english:\"Fingerprints the web server.\");\n\n script_set_attribute(attribute:\"synopsis\", value:\n\"HMAP fingerprints the remote HTTP server.\");\n script_set_attribute(attribute:\"description\", value:\n\"Nessus was able to identify the remote web server type by sending\nseveral valid and invalid HTTP requests. In some cases, its version\ncan also be approximated, as well as some options.\");\n # https://web.archive.org/web/20031010044806/http://ujeni.murkyroc.com/hmap/\n script_set_attribute(attribute:\"see_also\", value:\"http://www.nessus.org/u?05d4ce87\");\n script_set_attribute(attribute:\"see_also\", value:\"http://seclab.cs.ucdavis.edu/papers/hmap-thesis.pdf\");\n script_set_attribute(attribute:\"see_also\", value:\"http://projects.webappsec.org/w/page/13246925/Fingerprinting\");\n script_set_attribute(attribute:\"solution\", value:\"n/a\");\n script_set_attribute(attribute:\"risk_factor\", value:\"None\");\n\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2003/11/11\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"remote\");\n script_end_attributes();\n\n script_category(ACT_DESTRUCTIVE_ATTACK);\n script_family(english:\"Web Servers\");\n\n script_copyright(english:\"This script is Copyright (C) 2003-2020 Tenable Network Security, Inc. - HMAP research by Dustin Lee\");\n # Maybe I should add a timeout: this script can be very slow against\n # some servers (4m20s against u-server-0.x)\n\n # Do NOT add http_version.nasl, this would create circular dependencies\n script_dependencie(\"find_service1.nasl\", \"http_login.nasl\", \"httpver.nasl\", \"no404.nasl\", \"embedded_web_server_detect.nasl\", \"broken_web_server.nasl\");\n script_require_ports(\"Services/www\", 80);\n\n exit(0);\n}\n\n#### Fingerprints\n# The last field is the name of the server, the previous field is the regex\n# that the \"Server\" field is supposed to match.\n# If the regex field is empty, the last field MUST be equal to the banner\n#\n# +++ is a joker than matches anything (useful when we add requests)\n# --- means no answer\n# HTM means that the server returned HTML directly, without any clean HTTP\n# answer code & headers.\n# VER means that the server answered with an invalid HTTP version, e.g.:\n# HTTP/3.14\n# HTTP/1.X\n# HTTP/\n# http/1.0\n# Note that this last code was added recently, and that previous signature\n# may contain xxx instead in 4th, 5th, 6th or 8th position, or a valid\n# numeric code only in 6th or 8th position in some rare cases (when the\n# server answered with HTTP/ or http/1.0 in lower case)\n#\n# Last but not least, do not insert ':' characters in the description fields.\n# For example, see WebLogic.\n\nfingerprints = \"\n+++:xxx:200:505:400:302:302:400:400:400:400:400:404:404:404:200:404:404:+++:+++:::2Wire-Gateway/Shasta\n+++:200:404:200:200:200:404:404:404:404:404:200:404:404:404:404:404:404:+++:+++::^$:One port print server (GP-100P) by ConnectGear\n# More precise but conflicting signature\n200:200:404:200:200:200:404:404:404:404:404:200:404:404:404:404:404:404:404:404:::Techno Vision Security System Ver. 2.0\n#\n# The switch was running OS version 3.21, hardware version 07.01.01, Boot Version 2.21\n+++:200:400:200:200:400:400:400:400:200:200:200:200:200:200:400:400:400:+++:+++:3Com/v1.0::3Com/v1.0 [SuperStack 3 Switch 4400 (3C17204)]\n# 3Com SuperStack 3 Switch 3300XM Hardware Version: 0 Software Version: 2.72\n200:200:400:200:200:400:400:400:400:200:200:200:200:200:200:400:400:400:500:500:::3Com/v1.0 [SuperStack 3 Switch 3300XM V2.72]\n200:404:404:200:200:404:404:404:404:404:404:200:---:404:404:404:404:404:404:404:::3ware/2.0 [3DM2]\n400:404:405:505:200:405:405:405:405:404:404:200:+++:404:405:405:405:405:+++:+++::^$:HP Switch [unknown model?]\n---:---:---:---:---:---:---:---:---:404:---:200:---:---:---:---:---:---:404:404:::eHTTP v2.0 [HP ProCurve Switch 2810-48G]\n# 3ComR OfficeConnectR Wireless 11g Access Point / Product #: 3CRWE454G72 / Software version 1.03.12 / Boot loader version 1.00.02 / Wireless version V1.0.3.0 / Hardware version 01A\n+++:---:---:200:---:500:---:---:---:---:---:500:+++:400:400:400:400:400:+++:+++::^$:3ComR OfficeConnectR Wireless 11g Access Point\n# There are two Abyss web server...\n# from abyss.sourceforge.net\n+++:200:400:505:400:400:200:500:500:400:400:200:405:405:405:405:405:405:400:+++:::ABYSS/0.3\n# Abyss/1.2.1.0 (Linux) AbyssLib/1.0.7 # from www.aprelium.com\n# Abyss/1.2.3.0-Win32 AbyssLib/1.1.0\n+++:HTM:HTM:505:HTM:HTM:200:HTM:HTM:HTM:HTM:200:404:404:404:404:404:404:200:+++:Abyss/1.2:^Abyss/1\\.2\\.[1-3]\\.:Abyss/1.2.1.0-3 (Linux/Win32)\n+++:HTM:HTM:505:HTM:HTM:200:HTM:HTM:HTM:HTM:200:302:302:302:302:302:302:200:+++:Abyss/1.1::Abyss/1.1.6 (Win32) AbyssLib/1.0.7\n+++:HTM:---:---:---:---:200:---:---:---:---:200:404:404:404:404:404:404:200:+++:Abyss/2.0 (Win32)::Abyss/2.0.6-X1-Win32 AbyssLib/2.0.6\n# Conflicting & more precise\n# Abyss/2.5.0.0-X1-Win32 AbyssLib/2.5.0.0\n# Abyss/2.6.5-X1-Win32 AbyssLib/2.6.4.0#\nHTM:HTM:---:---:---:---:200:---:---:---:---:200:404:404:404:404:404:404:200:404:Abyss/2.5 (Win32) or Abyss/2.6 (Win32):^Abyss/2\\.[56]\\.[05](\\.0)?-X1-Win32 AbyssLib/2\\.[56]\\.[04]\\.0:Abyss/2.5-2.6.5 Win32 AbyssLib/2.5.0.0 -2.6.4.0\n#\n+++:HTM:400:VER:VER:VER:200:---:---:400:501:400:+++:404:404:404:404:404:+++:+++:::Acme.Serve/v1.7 of 13nov96\nHTM:HTM:400:VER:VER:VER:200:---:---:400:501:400:404:404:404:404:404:404:200:404:::Acme.Serve/v1.7 of 13nov96\n---:---:400:VER:VER:VER:---:---:---:400:501:400:404:404:404:404:404:404:403:404:::Acme.Serve/v1.7 of 13nov96\n#\n+++:200:---:200:200:---:200:200:200:200:+++:200:404:---:---:---:---:---:+++:+++:::ADSM_HTTP/0.1\n+++:200:400:200:200:200:400:400:400:200:400:200:+++:501:400:400:400:400:+++:+++:::Agent-ListenServer-HttpSvr/1.0\n200:200:400:200:200:200:400:400:400:200:400:200:501:501:400:400:400:400:403:403:::Agent-ListenServer-HttpSvr/1.0\n+++:200:400:200:200:200:400:400:400:200:200:200:+++:400:400:400:400:400:+++:+++:::McAfee-Agent-HttpSvr/1.0\n+++:200:400:200:200:200:400:400:400:200:200:200:501:501:400:400:400:400:+++:+++::^Agent-ListenServer-HttpSvr/1\\.0$:McAfee ePolicy Orchestrator Agent version 3.1.0.211\n+++:200:400:200:200:200:400:400:400:200:400:200:501:501:400:400:400:400:400:+++::^Agent-ListenServer-HttpSvr/1\\.0$:McAfee ePolicy Orchestrator Agent version 3\n# More precise\n200:200:400:200:200:200:400:400:400:200:400:200:501:501:400:400:400:400:400:400::^Agent-ListenServer-HttpSvr/1.0$:McAfee ePolicy Orchestrator Agent version 3.1.2.257\n# mCAT(TM) is an realtime operating system for use in embedded system.\n# It is a original design of mocom software GmbH & Co KG, Aachen,\n# Germany. mCAT supports ARM-Plattforms.\n+++:400:501:200:400:501:200:501:400:200:501:200:404:501:501:501:501:501:+++:+++:::mCAT-Embedded-HTTPD\n# hardware device (Allegro-Software-RomPager) embedded in an APC UPS controller card\n# http://archives.neohapsis.com/archives/ntbugtraq/2000-q2/0223.html\n+++:200:200:200:200:405:405:405:405:404:+++:---:---:405:405:---:---:405:+++:+++:::Allegro-Software-RomPager/2.10\n#\n+++:200:404:400:400:400:400:400:400:400:404:200:404:404:404:404:400:400:400:+++:AllegroServe/1.2:^AllegroServe/1\\.2\\.[34]:AllegroServe/1.2.37 to 1.2.42\n# APC Web/SNMP Management Card\n# (MB:v3.3.2 PF:v1.1.0 PN:apc_hw02_aos_110.bin AF1:v1.1.1 AN1:apc_hw02_sumx_111.bin MN: AP9617 HR: A10 SN: JA0243028055 MD:10/25/2002)\n# (Embedded PowerNet SNMP Agent SW v2.2 compatible)\n+++:200:200:200:200:405:405:405:405:404:404:400:400:405:405:200:405:405:+++:+++:Allegro-Software-RomPager/3::Allegro-Software-RomPager/3.10\n# CISCO IP Phone 7940 series\n400:400:405:200:200:405:405:405:405:404:404:400:400:405:405:405:405:405:400:400:Allegro-Software-RomPager/3::Allegro-Software-RomPager/3.12 [CISCO IP Phone CP-7940G]\n+++:200:405:200:200:405:405:405:405:404:404:400:400:405:405:405:405:405:400:+++:Allegro-Software-RomPager/3::Allegro-Software-RomPager/3.12 [CISCO IP Phone 7940 series]\n# Conflicting signature\n200:200:405:200:200:405:405:405:405:404:404:400:+++:405:405:405:405:405:+++:+++:Allegro-Software-RomPager/4::Allegro-Software-RomPager/4.31\n# Raw signature\n+++:400:200:401:401:405:405:405:405:404:404:400:+++:405:405:405:405:405:+++:+++:Allegro-Software-RomPager/4::Allegro-Software-RomPager/4.04\n# Allegro-Software-RomPager/4.06\n# RomPager/4.07 UPnP/1.0\n+++:200:405:200:200:405:405:405:405:404:404:400:400:400:405:405:405:405:400:+++:Allegro-Software-RomPager/4:^(Allegro-Software-)?RomPager/4\\.0[67]:Allegro-Software-RomPager/4.06-4.07\n# amuleweb is very close to Kerio Personal FW\n200:---:---:200:200:---:---:---:---:200:---:200:---:---:---:---:---:---:200:+++:::aMule\n+++:200:400:200:200:400:401:401:401:401:400:200:400:400:400:400:400:400:+++:+++::^$:Ambit DOCSIS Cable Modem\n+++:200:200:200:200:501:400:400:400:200:400:400:501:404:404:501:501:501:400:+++:::AnWeb/1.40d\n+++:200:404:200:200:501:400:400:400:200:400:400:501:404:404:501:501:501:400:+++::^AnWeb/1\\.4[12][a-p]:AnWeb/1.41g-1.42p\n200:200:404:200:200:501:400:400:400:200:400:400:501:404:404:501:501:501:400:400:::AnWeb/1.42p\n# Apt-proxy 1.2.9.2\n# Apt-proxy 1.3.6 (OS: Debian unstable / Kernel: Linux 2.6.4 with grsecurity 2.0)\n+++:200:---:200:200:200:200:---:---:200:---:200:---:---:---:---:---:---:+++:+++:Apt-proxy:^Apt-proxy 1\\.[23]\\.:Apt-proxy 1.2.9.2 - 1.3.6\n# AXIS 540+/542+ Network Print Server V6.00 Jul 5 1999.\n# AXIS 540+/542+ print servers with OS versions of V5.55 and V5.51\n# have the same signature.\n+++:400:400:200:200:200:200:400:400:200:404:200:404:400:400:400:400:400:+++:+++::^$:AXIS 540+/542+ Network Print Server\n+++:200:501:HTM:HTM:501:501:501:501:400:400:200:404:501:501:501:501:501:+++:+++::^$:AXIS 205 version 4.03 Webcam\n+++:401:---:401:401:---:---:---:---:401:200:401:---:---:---:---:---:---:404:+++::^$:AXIS 200+ Webcam\n+++:VER:404:401:401:VER:VER:VER:---:404:404:401:404:404:404:404:VER:VER:401:+++::^$:Panasonic BB-HCM311A Webcam\n200:VER:404:200:200:VER:VER:VER:---:404:404:200:404:404:404:404:VER:VER:200:404::^$:panasonic BB-HCM381 Webcam v1.08\n+++:404:---:200:200:200:200:---:---:404:+++:200:404:---:---:---:---:---:+++:+++:::3ware/1.0\n# Device: Efficient 5865 DMT-ISDN Router (5865-002) v5.3.90 Ready\n+++:xxx:400:505:400:200:200:400:400:400:400:200:404:404:404:404:404:404:+++:+++:Agranat-EmWeb/R4::Agranat-EmWeb/R4_01\n# Netscreen-5XT 10 user with OS NS5rc04\n+++:HTM:200:505:400:200:200:400:400:400:400:400:303:405:405:200:405:405:+++:+++:Agranat-EmWeb/R6::Virata-EmWeb/R6_0_1\n# Juniper ScreenOS 6.3.0\n---:---:---:505:400:---:200:400:---:400:400:400:303:405:405:---:405:405:---:---:Juniper ScreenOS 6:^Virata-EmWeb/R6_0_1:Juniper ScreenOS 6\nHTM:HTM:200:505:400:200:200:400:400:400:400:400:303:405:405:405:405:405:---:---:Juniper ScreenOS 6:^Virata-EmWeb/R6_0_1:Juniper ScreenOS 6\n# Agranat-EmWeb/R5_2_6\n# Virata-EmWeb/R6_2_1\n+++:HTM:200:505:400:200:200:400:400:400:+++:400:404:404:404:200:404:404:+++:+++:Agranat-EmWeb/R5 or Virata-EmWeb/R6:^(Agranat|Virata)-EmWeb/R[56]_2_[16]:Agranat-EmWeb/R5_2_6 or Virata-EmWeb/R6_2_1\n# More precise!\n# From 3com nbx 100 voip call manager. vxworks os, 3com nbx firmware v 4_2_7\n+++:HTM:200:505:400:200:200:400:400:400:400:400:404:404:404:200:404:404:+++:+++:Virata-EmWeb/R6::Virata-EmWeb/R6_0_3\n# Conflicts with next signatures\nxxx:xxx:200:505:400:200:200:400:400:400:400:400:404:404:404:200:404:404:200:404:Virata-EmWeb/R6::Nucleus/4.3 UPnP/1.0 Virata-EmWeb/R6_2_0\n# Less precise - From Lucent Technologies Cajun P333 R\n+++:xxx:200:505:400:200:200:400:400:400:400:400:404:404:404:200:404:404:404:+++:Agranat-EmWeb/R5::Agranat-EmWeb/R5_1_2\n# Less precise than above - might be the same\n+++:xxx:200:505:400:200:200:400:400:400:400:400:404:404:404:200:404:404:+++:+++:Virata-EmWeb/R6::Virata-EmWeb/R6_0_1\n+++:HTM:200:505:400:200:200:400:400:400:400:400:405:405:405:200:405:405:+++:+++:Virata-EmWeb/R5:Virata-EmWeb/R5_3_0:Cisco VPN 3000 Concentrator Series Manager (Virata-EmWeb/R5_3_0)\n+++:HTM:200:505:400:200:200:400:400:400:400:400:200:405:405:200:405:405:+++:+++:Virata-EmWeb/R5:Virata-EmWeb/R5_3_0:Cisco VPN 3000 Concentrator Series Manager (Virata-EmWeb/R5_3_0)\n# AOL application server\n+++:HTM:404:200:HTM:HTM:200:400:400:404:200:200:404:404:404:404:404:404:200:+++:AOLserver/3:^AOLserver/3\\.[3-5]\\.:AOLserver/3.3.1 to 3.5.6\n+++:HTM:404:200:HTM:HTM:200:---:---:200:+++:+++:404:404:404:404:404:404:+++:+++:AOLserver/4:AOLserver/4\\.:AOLserver/4.0\n#\n---:---:302:302:400:505:200:HTM:HTM:400:400:400:302:302:302:302:302:302:200:200:Vulture:Apache:Vulture rever proxy on Apache/2.2\n## Is this real? ##\n# Apache/1.0.0\n# Apache/1.0.5\n+++:HTM:400:200:200:501:HTM:HTM:HTM:400:400:200:501:501:501:501:501:501:200:+++:Apache/1.0:^Apache/1\\.0\\.[0-5]:Apache/1.0.0 to 1.0.5\n+++:HTM:400:200:200:501:HTM:HTM:HTM:400:400:200:501:501:501:501:501:501:403:+++:Apache/1.0::Apache/1.0.3\n+++:HTM:400:200:200:200:HTM:HTM:HTM:400:400:400:501:501:501:501:501:501:200:+++:Apache/1.1::Apache/1.1.1\n+++:HTM:400:200:200:501:HTM:HTM:HTM:400:400:400:501:501:501:501:501:501:403:+++:Apache/1.1:^Apache/1\\.1\\.[1-3]:Apache/1.1.1 to 1.1.3\n# Stronghold/1.3.4 Ben-SSL/1.3 Apache/1.1.3\n+++:HTM:400:200:200:501:HTM:HTM:HTM:400:400:400:501:501:501:501:501:501:200:+++:Apache/1.1:^([A-Za-z_-]+/[0-9.]+ )?Apache/1\\.1\\.[1-3]$:Apache/1.1.1 to 1.1.3\n+++:HTM:400:200:200:501:HTM:HTM:HTM:400:400:400:501:501:501:501:501:501:302:+++:Apache/1.1::Apache/1.1.3\n# Stronghold/2.2 Apache/1.2.5 C2NetEU/2048-custom\n# IBM_HTTP_Server/1.3.3.2 Apache/1.3.4-dev (Unix)\n# IBM_HTTP_Server/1.3.3.3 Apache/1.3.4-dev (Unix)\n+++:HTM:200:200:200:501:200:HTM:HTM:400:400:400:404:405:404:200:501:501:403:+++:Apache/1.2 (Unix) or Apache/1.3 (Unix):^Apache(/1\\.(2\\.[0-6]|3\\.0|3\\.4-dev).*)?$:Apache/1.2.0 to 1.3.4-dev\n# Apache/1.3.3 Cobalt (Unix) (Red Hat/Linux)\n# Apache/1.2b10\n# Stronghold/2.1 Apache/1.2.4 UKWeb/2046\n+++:HTM:200:200:200:501:200:HTM:HTM:400:400:400:404:405:404:200:501:501:200:+++:Apache/1.2 (Unix) or Apache/1.3 (Unix):^Apache(/1\\.(2\\.([0-6]|[ab][0-9]+)|3\\.[0-3]).*)?$:Apache/1.2.0 to 1.3.3\n#\n+++:HTM:200:200:200:501:200:HTM:---:400:400:400:404:405:404:200:501:501:403:+++:Apache/1.2::Apache/1.2.0\n+++:HTM:200:200:200:501:200:HTM:HTM:400:400:400:302:405:302:200:501:501:200:+++:Apache/1.2::Apache/1.2.1\n+++:HTM:200:200:200:501:200:HTM:HTM:400:400:400:200:405:200:200:501:501:200:+++:Apache/1.2::Apache/1.2.4\n+++:HTM:200:200:200:501:200:HTM:HTM:400:400:400:302:403:403:200:501:501:403:+++:Apache/1.2::Apache/1.2.6 FrontPage/3.0.4.1\n+++:HTM:200:200:200:200:200:HTM:HTM:400:400:400:404:405:404:200:501:501:403:+++:Apache/1.2::Apache/1.2.6 secured_by_Raven/1.2\n+++:400:200:200:200:200:200:400:400:400:400:200:404:405:400:200:400:400:403:+++:Apache/1.2::Apache/1.2.6.46 WebTen/3.0 SSL/0.9.0b\n+++:HTM:200:200:200:501:200:HTM:HTM:400:400:400:404:403:403:200:501:501:403:+++:Apache/1.2:^Apache/1\\.2\\.[4-6]:Apache/1.2.4 to 1.2.6\n+++:xxx:200:200:200:501:200:HTM:HTM:400:400:400:404:405:404:200:501:501:200:+++:Apache/1.2::Apache/1.2.4\n+++:HTM:200:200:200:501:200:HTM:HTM:400:400:400:403:403:403:200:501:501:403:+++:Apache/1.2::Apache/1.2.4\n+++:HTM:200:200:403:403:403:HTM:HTM:400:400:400:404:405:404:200:501:501:403:+++:Apache/1.2::Apache/1.2.4 FrontPage/3.0.3\n+++:HTM:200:200:200:501:200:HTM:HTM:400:400:400:404:403:404:200:501:501:200:+++:Apache/1.2::Apache/1.2.4 mod_perl/1.02\n# Apache/1.3.3 Cobalt (Unix) (Red Hat/Linux)\n# Apache/1.2.4 PHP/FI-2.0\n# Stronghold/2.2 Apache/1.2.5 C2NetUS/2002/php3.0.3\n+++:HTM:200:200:200:501:200:HTM:HTM:400:400:400:404:403:403:200:501:501:200:+++:Apache/1.2 (Unix) or Apache/1.3 (Unix):^([A-Za-z/0-9_.-]+ +)?Apache(/1\\.(2\\.[4-6]|3\\.[0-3]).*)?$:Apache/1.2.4 to 1.3.3 (Unix)\n+++:HTM:403:200:200:501:200:HTM:HTM:400:400:400:404:405:404:200:501:501:403:+++:Apache/1.2::Apache/1.2.4 rus/PL20.5\n+++:---:200:200:200:501:200:HTM:HTM:400:400:400:404:403:403:200:501:501:200:+++:Apache/1.2::Apache/1.2.4 PHP/FI-2.0\n# Apache/1.2.5\n# Apache/1.2.6 Red Hat\n+++:HTM:200:200:200:200:200:HTM:HTM:400:400:400:404:405:404:200:501:501:200:+++:Apache/1.2 (Unix):^Apache(/1\\.2\\.[56] .*)?$:Apache/1.2.5-6 (Unix)\n+++:HTM:200:200:200:501:200:HTM:HTM:400:400:400:404:302:302:200:501:501:302:+++:Apache/1.2 (Unix)::Apache/1.2.5 FrontPage/3.0.4\n+++:HTM:200:200:200:501:200:HTM:HTM:400:400:400:302:405:302:200:501:501:403:+++:Apache/1.2 (Unix):^Apache/1\\.2\\.[56]:Apache/1.2.5 or 1.2.6\n+++:xxx:403:200:200:501:200:HTM:HTM:400:400:400:404:405:404:200:501:501:403:+++:Apache/1.2 (Unix)::Apache/1.2.6\n+++:HTM:200:200:200:302:200:HTM:HTM:302:302:302:302:302:302:200:302:302:302:+++:Apache/1.2 (Unix)::Apache/1.2.6 FrontPage/3.0.4.1\n+++:HTM:403:200:200:501:200:HTM:HTM:400:400:400:302:405:302:200:501:501:200:+++:Apache/1.2 (Unix)::Apache/1.2.6 Red Hat\n+++:BLK:403:200:200:501:200:HTM:HTM:400:400:400:404:405:404:200:501:501:403:+++:Apache/1.2 (Unix)::Apache/1.2.6\n# Apache/1.2.6 KK-NET wpp/1.0\n+++:HTM:200:200:200:200:200:HTM:HTM:400:400:400:404:403:403:200:501:501:403:+++:Apache/1.2 (Unix)::Apache/1.2.6\n+++:HTM:200:200:302:302:302:HTM:HTM:302:302:400:200:405:200:200:501:501:302:+++:Apache/1.2 (Unix)::Apache/1.2.6 Ben-SSL/1.16 FrontPage/3.0.4\n+++:HTM:200:200:200:501:200:HTM:HTM:400:400:400:405:405:405:200:501:501:200:+++:Apache/1.2 (Unix)::Apache/1.2b6\n+++:HTM:200:200:200:501:200:HTM:HTM:400:400:400:405:405:405:200:501:501:403:+++:Apache/1.2 (Unix)::Apache/1.2b7\n+++:HTM:200:200:200:501:200:HTM:HTM:400:400:400:404:405:404:200:501:501:302:+++:Apache/1.2 (Unix)::Apache/1.2b10\n#\n+++:HTM:403:200:200:200:200:HTM:HTM:400:400:400:404:405:404:200:404:501:200:+++:Apache/1.3 (Unix)::Apache/1.3.20 (Trustix Secure Linux/Linux) mod_ssl/2.8.4 OpenSSL/0.9.6 PHP/4.1.0\n+++:HTM:200:200:200:501:200:HTM:HTM:400:400:400:403:403:403:200:403:403:200:+++:Apache/1.3 (Unix)::Apache/1.3.20 (Unix) mod_ssl/2.8.4 OpenSSL/0.9.6b mod_jk/1.2.1 PHP/4.3.6 AuthMySQL/2.20 Resin/1.2.0\n# Apache/1.3.29 Ben-SSL/1.53 (Debian GNU/Linux) PHP/4.3.4\n# Apache/1.3.27 (Trustix Secure Linux/Linux) PHP/3.0.18\n# Apache/1.3.33 (Unix) Resin/2.1.14 mod_ssl/2.8.22 OpenSSL/0.9.7d PHP/4.3.9\n+++:HTM:200:200:400:200:200:HTM:HTM:400:400:400:404:403:403:200:403:501:200:+++:Apache/1.3 (Unix):^Apache/1\\.3\\.(2[7-9]|3[0-3]):Apache/1.3.27-33 (Linux)\n# Apache/1.3.31 (Unix)\n# Apache/1.3.27 (Trustix Secure Linux/Linux) PHP/4.0.6\n+++:HTM:200:200:400:200:200:HTM:HTM:400:400:400:302:405:302:200:302:501:200:+++:Apache/1.3 (Unix):^Apache/1.3.(2[7-9|3[01]):Apache/1.3.27-31 (Unix)\n# Apache/1.3.33 Ben-SSL/1.55 (Debian GNU/Linux) PHP/4.3.10-18 mod_perl/1.29\n# Apache/1.3.33 (Trustix Secure Linux/Linux) DAV/1.0.3\n# Apache/1.3.34 (Debian) mod_jk/1.1.0 mod_ssl/2.8.25 OpenSSL/0.9.8a\n# Apache/1.3.27 (Trustix Secure Linux/Linux)\n+++:XML:200:200:400:501:200:HTM:XML:400:400:400:404:405:404:200:404:501:200:+++:Apache/1.3 (Unix):Apache/1\\.3\\.(2[7-9]|3[0-3]) .*\\([A-Za-z /]*Linux|Debian\\):Apache/1.3.27-33 (Linux)\n+++:HTM:200:200:400:501:200:HTM:HTM:400:400:400:404:403:403:200:404:501:302:+++:Apache/1.3 (Unix)::Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_perl/1.26 PHP/4.3.3 FrontPage/5.0.2 mod_ssl/2.8.12 OpenSSL/0.9.6b\n# Apache/1.3.22 (Unix) (Red-Hat/Linux) mod_python/2.7.8 Python/1.5.2 mod_ssl/2.8.5 OpenSSL/0.9.6b DAV/1.0.2 PHP/4.0.6 mod_perl/1.26 mod_throttle/3.1.2\n# Apache/1.3.22 (Unix) (Red-Hat/Linux) Carrot-1.0.7 PHP/4.3.0 mod_perl/1.21\n#HTM:200:200:200:400:400:HTM:400:400:200:HTM:HTM:200:400:400:+++:400:404:403:403:200:200:404:501:+++:Apache/1.3.22 (Unix) (Red-Hat/Linux)\n# Apache/1.3.26 (Unix) PHP/4.2.3 mod_perl/1.26\n# Apache/1.3.26 (Unix) PHP/4.1.2\n# Apache/1.3.22 (Unix) (Red-Hat/Linux) mod_ssl/2.8.7 OpenSSL/0.9.6b PHP/4.1.2 mod_throttle/3.1.2\n+++:HTM:200:200:400:400:200:HTM:HTM:400:400:400:404:403:403:200:404:501:200:+++:Apache/1.3 (Unix):^Apache/1\\.3\\.2[2-6] \\(Unix\\) .*PHP/4\\.:Apache/1.3.22-26 (Unix) PHP/4\n+++:HTM:200:200:400:400:200:HTM:HTM:400:+++:400:404:200:200:200:404:501:+++:+++:Apache/1.3 (Unix)::Apache/1.3.22 (Unix) (Red-Hat/Linux) mod_perl/1.23\n# Apache/1.3.23 (Unix) PHP/4.1.2\n# Apache/1.3.12 (Unix) ApacheJServ/1.1 mod_ssl/2.6.4 OpenSSL/0.9.5a mod_perl/1.22\n+++:HTM:200:200:200:200:200:HTM:HTM:400:400:400:404:405:404:200:404:501:403:+++:Apache/1.3 (Unix):^Apache/1\\.3\\.(1[2-9]|2[0-3]) \\(Unix\\):Apache/1.3.12-23 (Unix)\n#\n+++:HTM:200:200:403:501:403:HTM:HTM:400:400:400:404:405:404:200:404:501:403:+++:Apache/1.3 (Unix)::Apache/1.3.14 (Unix) Resin/2.1.4 PHP/4.0.4pl1\n+++:HTM:200:200:200:200:200:HTM:HTM:400:400:400:404:405:404:200:404:501:400:+++:Apache/1.3 (Unix)::Apache/1.3.20 (Unix) Resin/2.1.1 mod_ssl/2.8.4 OpenSSL/0.9.4\n# Apache/1.3.20 Sun Cobalt (Unix) mod_ssl/2.8.4 OpenSSL/0.9.6b PHP/4.0.6 mod_auth_pam_external/0.1 FrontPage/4.0.4.3 mod_perl/1.25\n# Apache/1.3.20 Sun Cobalt (Unix) Chili!Soft-ASP/3.6.2 mod_ssl/2.8.4 OpenSSL/0.9.6b PHP/4.0.6 mod_auth_pam_external/0.1 FrontPage/4.0.4.3 mod_perl/1.25\n# Apache/1.3.14 (Unix) PHP/4.3.4 rus/PL30.0\n# Apache/1.3.23 (Unix) PHP/4.1.0\n# Apache/1.3.24 (Unix) PHP/4.2.3 rus/PL30.12\n# Apache/1.3.20 Sun Cobalt (Unix)\n# Apache/1.3.20 (Linux/SuSE) mod_perl/1.26 mod_ssl/2.8.4 OpenSSL/0.9.6b\n# Apache/1.3.12 (Unix) Resin/1.2.0\n# Oracle9iAS/9.0.2.3.0 Oracle HTTP Server\n+++:HTM:200:200:200:200:200:HTM:HTM:400:400:400:404:405:404:200:404:501:200:+++:Apache/1.3 (Unix):^(Oracle9iAS/9.0.2.3.0 Oracle HTTP Server|Apache/1\\.3\\.(1[2-9]|2[0-4]) .*\\(Unix|Linux[/A-Za-z]*\\)):Apache/1.3.12-24 (Unix) [might be Oracle HTTP Server]\n# Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_ssl/2.8.12 OpenSSL/0.9.6b PHP/4.1.2 mod_throttle/3.1.2\n# Apache/1.3.31 (Unix) PHP/4.3.8\n# Apache/1.3.31\n# Apache/1.3.31 (Unix) PHP/4.3.6\n# Apache/1.3.33 (Debian GNU/Linux)\n+++:HTM:200:200:400:501:200:HTM:HTM:400:400:400:200:405:200:200:200:501:200:+++:Apache/1.3 (Unix):^Apache/1\\.3\\.(2[7-9|3[0-3]) \\(Unix|[A-Za-z /]*Linux[A-Za-z /]*\\):Apache/1.3.27-33 (Unix)\n+++:HTM:200:200:400:500:200:HTM:HTM:400:400:400:404:405:404:200:404:501:403:+++:Apache/1.3 (Unix)::Apache/1.3.31 (Unix) mod_jk/1.2.1 mod_ssl/2.8.19 OpenSSL/0.9.7d\n+++:HTM:200:200:200:501:200:HTM:HTM:400:400:400:200:405:200:200:200:501:200:+++:Apache/1.3 (Unix)::Apache/1.3.23 (Unix) DAV/1.0.3 PHP/4.3.3\n+++:HTM:200:200:200:501:200:HTM:HTM:---:400:400:404:405:404:200:404:501:200:+++:Apache/1.3 (Unix)::Apache/1.3.23 (Unix) (Red-Hat/Linux) Resin/2.1.3 mod_ssl/2.8.7 OpenSSL/0.9.6b DAV/1.0.3 PHP/4.1.2 mod_perl/1.26\n+++:HTM:200:200:400:400:200:HTM:HTM:400:400:400:403:403:403:403:404:501:403:+++:Apache/1.3 (Unix)::Apache/1.3.26 (Unix) FrontPage/5.0.2.2623\n# Apache/1.3.26 (Unix) mod_ssl/2.8.9 OpenSSL/0.9.6b rus/PL30.14\n# Apache/1.3.26 (Unix) Resin/2.0.2 PHP/4.3.2\n+++:---:200:200:400:400:200:HTM:---:400:400:400:404:405:404:200:404:501:200:+++:Apache/1.3 (Unix)::Apache/1.3.26 (Unix)\n+++:HTM:200:200:400:400:200:HTM:HTM:400:400:400:404:405:404:403:404:501:403:+++:Apache/1.3 (Unix)::Apache/1.3.26 (Unix) FrontPage/5.0.2.2623\n+++:HTM:200:200:400:501:200:HTM:HTM:400:301:400:404:403:403:403:501:501:200:+++:Apache/1.3 (Unix)::Apache/1.3.28 (Unix) mod_accel/1.0.30 mod_deflate/1.0.19 mod_ssl/2.8.15 OpenSSL/0.9.7a\n+++:HTM:200:200:400:403:200:HTM:HTM:400:301:400:404:405:403:200:403:403:403:+++:Apache/1.3 (Unix)::Apache/1.3.28 (Unix) mod_accel/1.0.30\n+++:HTM:200:200:400:406:406:HTM:HTM:400:400:400:406:405:404:200:404:501:406:+++:Apache/1.3 (Unix)::Apache/1.3.31 (Unix) PHP/4.3.7\n# Apache/1.3.31 (Unix) mod_jk/1.2.5 FrontPage/5.0.2.2635 mod_fastcgi/2.4.2 mod_throttle/3.1.2 PHP/4.3.8 mod_ssl/2.8.18 OpenSSL/0.9.7d\n# Apache/1.3.27 OpenSSL/0.9.6 (Unix) FrontPage/5.0.2.2510\n# Apache/1.3.31 (Unix) FrontPage/5.0.2.2510\n+++:HTM:200:200:400:501:200:HTM:HTM:400:400:400:404:403:403:200:404:501:403:+++:Apache/1.3 (Unix):^Apache/1\\.3\\.(2[7-9]|3[01]) .*\\(Unix\\):Apache/1.3.27-31 (Unix)\n+++:HTM:200:200:400:200:200:HTM:HTM:400:400:400:404:403:403:200:404:501:403:+++:Apache/1.3 (Unix)::Apache/1.3.27 (Unix)\n+++:HTM:200:200:400:501:200:HTM:HTM:302:302:400:404:405:404:200:404:501:+++:+++:Apache/1.3 (Unix)::Apache/1.3.27 (Unix) mod_jk/1.2.2 mod_ssl/2.8.14 OpenSSL/0.9.7a\n+++:HTM:403:200:400:200:200:HTM:HTM:400:400:400:200:405:404:200:404:501:200:+++:Apache/1.3 (Unix)::Apache/1.3.27 (Unix) PHP/4.2.3\n# Apache/1.3.31 (Unix) mod_ssl/2.8.19 OpenSSL/0.9.7d PHP/4.3.8\n# Apache/1.3.31 (Debian GNU/Linux) mod_jk/1.2.2-dev\n# Apache/1.3.28 (Unix) PHP/4.3.7\n# Apache/1.3.27\n+++:HTM:200:200:400:403:200:HTM:HTM:400:400:400:404:403:403:200:403:403:200:+++:Apache/1.3 (Unix):^Apache/1\\.3\\.(2[789]|3[01])( \\(Unix|[A-Za-z/ ]*Linux\\).*)?$:Apache/1.3.27-31 (Unix)\n+++:xxx:200:200:400:200:200:xxx:xxx:400:400:400:404:403:403:200:404:501:200:+++:Apache/1.3 (Unix)::Apache/1.3.31 (Unix) Resin/2.1.10 mod_throttle/3.1.2 mod_ssl/2.8.19 OpenSSL/0.9.7d\n+++:HTM:404:200:400:501:200:HTM:HTM:400:400:400:404:404:404:200:404:404:200:+++:Apache/1.3 (Unix)::Apache/1.3.29 (Debian GNU/Linux) PHP/4.3.3 mod_ssl/2.8.9 OpenSSL/0.9.6g\n# Apache/1.3.29 (Debian GNU/Linux) mod_gzip/1.3.26.1a mod_perl/1.29 PHP/4.3.4\n# Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_ssl/2.8.12 OpenSSL/0.9.6b DAV/1.0.2 PHP/4.1.2 mod_perl/1.26\n# Apache/1.3.33 (ALT Linux/alt1) PHP/4.3.10-ALT\n# Apache/1.3.34 (Debian) PHP/4.4.2-1.1\n+++:HTM:200:200:400:200:200:HTM:HTM:400:400:400:200:200:200:200:200:200:200:+++:Apache/1.3 (Unix):^Apache/1\\.3\\.(2[7-9]|3[0-4]):Apache/1.3.27-33 (Unix)\n# Apache on Brocade Switch with Fabric OS 6.4.1b\nHTM:HTM:200:200:400:400:400:HTM:HTM:400:400:400:404:405:405:403:405:501:400:404:Apache:^Apache:Apache on Brocade Switch with Fabric OS\n# Apache-AdvancedExtranetServer\n# Apache-AdvancedExtranetServer/1.3.23 (Mandrake Linux/4.2mdk) mod_ssl/2.8.7 OpenSSL/0.9.6c PHP/4.1.2\n# Apache-AdvancedExtranetServer/1.3.23 (Mandrake Linux/4.2mdk) PHP/4.1.2 mod_ssl/2.8.7 OpenSSL/0.9.6c\n# Apache-AdvancedExtranetServer/1.3.26 (Mandrake Linux/6.1mdk) mod_ssl/2.8.10 OpenSSL/0.9.6g PHP/4.2.3\n# Apache-AdvancedExtranetServer/1.3.26 (Mandrake Linux/6.3.90mdk) FrontPage/5.0.2.2623 PHP/4.2.3\n# Apache-AdvancedExtranetServer/1.3.26 (Mandrake Linux/6mdk) sxnet/1.2.4 mod_ssl/2.8.10 OpenSSL/0.9.6g PHP/4.2.3\n# Apache-AdvancedExtranetServer/1.3.26 (Mandrake Linux/6mdk) sxnet/1.2.4 mod_ssl/2.8.10 OpenSSL/0.9.6g PHP/4.3.4\n# Apache/1.3.26 (Unix) Debian GNU/Linux PHP/4.1.2\n# Apache/1.3.22 (Unix) (Red-Hat/Linux) DAV/1.0.2 PHP/4.1.2 mod_perl/1.26\n+++:HTM:200:200:400:400:200:HTM:HTM:400:400:400:404:405:404:200:404:501:200:+++:Apache/1.3 (Unix):^Apache(-AdvancedExtranetServer)?(/1\\.3\\.2[2-6].*)?$:Apache/1.3.22-26 (Unix)\n+++:HTM:200:200:400:400:200:HTM:HTM:400:+++:400:404:404:404:200:404:404:+++:+++:Apache/1.3 (Unix)::Apache/1.3.26 (Unix) mod_perl/1.27 PHP/4.2.2\n+++:HTM:403:200:400:400:200:HTM:HTM:400:+++:400:403:403:403:200:403:403:+++:+++:Apache/1.3 (Unix)::Apache/1.3.26 (Unix) mod_fastcgi/2.2.12\n+++:HTM:200:200:400:400:200:HTM:HTM:400:400:400:404:405:404:403:404:501:200:+++:Apache/1.3 (Unix):^Apache(/1\\.3\\.26.*)?$:Apache/1.3.26 (Debian 3.0 woody)\n+++:xxx:200:200:400:200:200:xxx:xxx:400:400:400:404:405:405:200:501:501:200:+++:Apache/1.3 (Unix)::IBM_HTTP_SERVER/1.3.26 Apache/1.3.26 (Unix)\n# Apache/1.3.26 (Darwin) PHP/4.1.2 mod_perl/1.26\n# Apache/1.3.26 (Unix)\n# Apache/1.3.26 Ben-SSL/1.48 (Unix) PHP/4.2.3\n+++:HTM:200:200:400:400:200:HTM:HTM:400:400:400:404:405:404:200:404:501:403:+++:Apache/1.3 (Unix):^Apache/1\\.3\\.26 .*\\((Unix|Darwin|[A-Za-z ]*Linux)\\):Apache/1.3.26 (Unix)\n# Apache/1.3.22 (Unix) (Red-Hat/Linux) mod_ssl/2.8.5 OpenSSL/0.9.6b DAV/1.0.2 PHP/4.3.0 mod_perl/1.26\n# Apache/1.3.26 (Unix) mod_throttle/3.1.2 PHP/4.0.6\n+++:HTM:200:200:400:400:200:HTM:HTM:400:400:400:404:403:403:200:403:403:200:+++:Apache/1.3 (Unix):^Apache/1\\.3\\.2[2-6] \\(Unix\\):Apache/1.3.22-26 (Unix)\n+++:HTM:200:200:400:400:200:HTM:HTM:400:400:400:404:403:403:403:404:501:403:+++:Apache/1.3 (Unix)::Apache/1.3.26 (Unix) FrontPage/5.0.2.2623\n+++:HTM:403:200:400:400:200:HTM:HTM:200:200:400:200:403:403:200:403:403:200:+++:Apache/1.3 (Unix)::Apache/1.3.26 (Unix) Debian GNU/Linux mod_ssl/2.8.9 OpenSSL/0.9.6c mod_perl/1.26\n+++:HTM:200:200:400:400:200:HTM:HTM:400:400:400:302:401:401:200:401:401:200:+++:Apache/1.3 (Unix)::Apache/1.3.26 (Unix) Debian GNU/Linux PHP/4.3.4 AuthMySQL/3.1 DAV/1.0.3\n#\n+++:---:200:200:200:501:200:HTM:---:400:400:400:404:403:403:200:404:501:200:+++:Apache/1.3 (Unix)::Apache/1.3.12 (Unix) (SuSE/Linux) mod_fastcgi/2.2.2 mod_perl/1.24 PHP/4.2.2 mod_ssl/2.6.5 OpenSSL/0.9.5a\n# Apache/1.3.29\n# Apache/1.3.28 (Unix) PHP/4.3.3 on FreeBSD 4.9 x86, default install\n# IBM_HTTP_SERVER/1.3.26.2 Apache/1.3.26 (Unix)\n# IBM_HTTP_SERVER/1.3.26 Apache/1.3.26 (Unix)\n# Apache/1.3.27 (NETWARE)\n# Apache/1.3.27 OpenSSL/0.9.6 (Unix)\n# Apache/1.3.27 (Unix) PHP/4.1.2 ApacheJServ/1.1.2\n# Apache/1.3.29 (Unix) mod_ssl/2.8.16 OpenSSL/0.9.7c PHP/4.3.4\n# Apache/1.3.31 (Unix) PHP/4.3.6 mod_ssl/2.8.17 OpenSSL/0.9.7d rus/PL30.20\n# Apache/1.3.33 (Unix)\n# Apache/1.3.34 (Unix) PHP/4.4.1\n# Apache/1.3.36 (Unix) mod_jk/1.2.5 DAV/1.0.3 PHP/4.4.2 mod_perl/1.29\n# Apache/1.3.36 (Unix) mod_perl/1.26 mod_gzip/1.3.26.1a PHP/4.4.2 mod_ssl/2.8.27 OpenSSL/0.9.8b\n# Apache/1.3.37 (Unix) mod_ssl/2.8.28 OpenSSL/0.9.7e-p1\n# Apache/1.3.37 (Unix) PHP/4.4.4 mod_ssl/2.8.28 OpenSSL/0.9.8d\n# Apache/1.3.37 (Unix) PHP/4.4.4 PHP/3.0.18-i18n-ja-3\n# Apache/1.3.37 (Unix) PHP/4.4.4 mod_ssl/2.8.28 OpenSSL/0.9.7c FrontPage/5.0.2.2635\n# Apache/1.3.37 (Unix) PHP/5.2.0 with Suhosin-Patch\n+++:HTM:200:200:400:501:200:HTM:HTM:400:400:400:404:405:404:200:404:501:403:+++:Apache/1.3 (Unix) or Apache/1.3 (Netware):Apache/1\\.3\\.(2[7-9]|3[0-7]):Apache/1.3.27-37 (Unix/Netware)\n+++:HTM:200:200:400:400:---:---:---:400:400:400:404:405:404:200:400:400:403:+++:Apache/1.3 (Unix)::IBM_HTTP_SERVER/1.3.26.2 Apache/1.3.26 (Unix)\n# Apache/1.3.28 (Unix) PHP/4.3.3\n# Apache/1.3.31 (Trustix Secure Linux/Linux)\n+++:HTM:200:200:400:200:200:HTM:HTM:400:400:400:200:405:200:200:200:501:200:+++:Apache/1.3 (Unix):^Apache(/1\\.3\\.(2[89]|3[01]).*)?$:Apache/1.3.28-31 (Unix)\n# Apache/1.3.31 (Unix) PHP/4.3.7 mod_ssl/2.8.18 OpenSSL/0.9.7d\n# Apache/1.3.29 Ben-SSL/1.52 (Debian GNU/Linux) mod_perl/1.29\n# Apache/1.3.31 (Unix) (Gentoo/Linux) mod_bandwidth/2.0.4 mod_ssl/2.8.19 OpenSSL/0.9.7d PHP/4.3.11\n+++:HTM:200:200:400:200:200:HTM:HTM:400:400:400:404:405:404:403:404:501:200:+++:Apache/1.3 (Unix):Apache/1\\.3\\.(29\\|3[01]) .*\\(Unix|[A-Za-z /]*Linux\\):Apache/1.3.29-31 (Unix)\n# Apache/1.3.29 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2634 mod_ssl/2.8.16 OpenSSL/0.9.7a PHP-CGI/0.1b\n# Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_python/2.7.8 Python/1.5.2 mod_ssl/2.8.12 OpenSSL/0.9.6b DAV/1.0.3 PHP/4.1.2 mod_perl/1.26 mod_throttle/3.1.2\n# Apache/1.3.28 (Linux/SuSE) mod_python/2.7.10 Python/2.3+ PHP/4.3.3\n# Apache/1.3.31 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.3.8 FrontPage/5.0.2.2634a mod_ssl/2.8.19 OpenSSL/0.9.7a\n# Apache/1.3.33 (Unix) Resin/3.0.9 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.3.9 FrontPage/5.0.2.2635 mod_ssl/2.8.22 OpenSSL/0.9.7a\n+++:HTM:200:200:400:501:200:HTM:HTM:400:400:400:404:403:403:200:404:501:200:+++:Apache/1.3 (Unix):^Apache/1\\.3\\.(2[7-9]|3[0-3]) \\(Unix|[A-Za-z /]*Linux[A-Za-z /]*\\):Apache/1.3.27-33 (Unix)\n# Apache/1.3.29 Ben-SSL/1.53\n# Apache/1.3.27 OpenSSL/0.9.6 (Unix)\n# Apache/1.3.33 (Darwin) PHP/5.0.1 DAV/1.0.3\n# Apache/1.3.33 (Unix) DAV/1.0.3 mod_perl/1.29\n+++:HTM:200:200:400:501:200:HTM:HTM:400:400:400:302:405:302:200:302:501:403:+++:Apache/1.3 (Unix):^Apache/1\\.3\\.(2[7-9]|3[0-3]):Apache/1.3.27-33 (Unix)\n+++:HTM:403:200:400:501:200:HTM:HTM:400:400:400:302:405:302:200:302:501:403:+++:Apache/1.3 (Unix)::Apache/1.3.31 (Unix) mod_deflate/1.0.21 mod_accel/1.0.31 mod_ssl/2.8.19 OpenSSL/0.9.7d\n+++:HTM:200:200:400:501:200:HTM:HTM:302:302:400:302:405:302:200:302:501:200:+++:Apache/1.3 (Unix)::Apache/1.3.27 (Unix) (Red-Hat/Linux) FrontPage/5.0.2.2623 mod_ssl/2.8.12 OpenSSL/0.9.6b DAV/1.0.3 PHP/4.3.3 mod_perl/1.26\n+++:HTM:200:200:400:501:200:HTM:HTM:400:400:400:405:405:405:200:405:501:200:+++:Apache/1.3 (Unix)::Apache/1.3.27 (Unix)\n+++:HTM:200:200:400:501:403:HTM:HTM:200:301:400:200:405:200:200:200:501:403:+++:Apache/1.3 (Unix)::Apache/1.3.27 (Unix)\n# Apache/1.3.28 (Unix) PHP/4.3.3\n# Apache/1.3.27 (Unix) mod_throttle/3.1.2 PHP/4.3.2 FrontPage/5.0.2.2623 mod_ssl/2.8.14 OpenSSL/0.9.6b\n# Apache/1.3.29 (Unix) PHP/4.3.8 mod_ssl/2.8.16 OpenSSL/0.9.6m\n# Apache/1.3.31 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.3.8 FrontPage/5.0.2.2634a mod_ssl/2.8.19 OpenSSL/0.9.6b\n# Apache/1.3.33 (Debian GNU/Linux) PHP/4.3.10-16\n+++:HTM:200:200:400:501:200:HTM:HTM:400:400:400:302:405:302:200:302:501:200:+++:Apache/1.3 (Unix):^Apache/1\\.3\\.(2[79]|3[0-3]) \\(Unix|[A-Za-z /]*Linux\\):Apache/1.3.27-33 (Unix)\n# Server's Module Magic Number: 19990320:15\n# Compiled-in modules: http_core.c mod_charset.c mod_bandwidth.c mod_env.c mod_log_config.c mod_mime.c mod_negotiation.c mod_status.c\n# mod_include.c mod_autoindex.c mod_dir.c mod_cgi.c mod_asis.c mod_imap.c mod_actions.c mod_userdir.c mod_alias.c mod_rewrite.c\n# mod_access.c mod_auth.c mod_proxy.c mod_expires.c mod_headers.c mod_so.c mod_setenvif.c mod_ssl.c\n+++:HTM:200:200:400:200:200:HTM:HTM:400:400:400:302:405:302:200:302:501:403:+++:Apache/1.3 (Unix)::Apache/1.3.29 (Unix) FrontPage/5.0.2.2623 mod_ssl/2.8.16 OpenSSL/0.9.7c rus/PL30.18\n# Apache/1.3.29 (Unix) mod_ssl/2.8.16 OpenSSL/0.9.7d mod_fastcgi/2.4.2 Resin/2.1.12 PHP/4.3.8\n# Apache/1.3.29 (Unix) mod_ssl/2.8.16 OpenSSL/0.9.7c mod_fastcgi/2.4.2 Resin/2.1.12 PHP/4.3.5RC2\n+++:400:400:200:400:400:200:400:400:400:400:200:411:411:403:403:403:403:200:+++:Apache/1.3 (Unix)::Apache/1.3.29 (Unix)\n+++:HTM:403:200:400:302:302:HTM:HTM:302:302:400:200:405:200:200:200:501:302:+++:Apache/1.3 (Unix)::Apache/1.3.29 (Unix) FrontPage/5.0.2.2623\n+++:HTM:403:200:400:403:301:HTM:HTM:400:400:400:200:403:403:200:403:403:301:+++:Apache/1.3 (Unix)::Apache/1.3.29 (Unix) mod_jk/1.2.5\n# Apache/1.3.28 Ben-SSL/1.52 (Unix) PHP/4.3.4\n# Apache/1.3.29\n# Apache/1.3.31 (Unix) PHP/4.3.8 mod_ssl/2.8.18 OpenSSL/0.9.7c-p1\n# Apache/1.3.27 OpenSSL/0.9.6 (Unix) FrontPage/5.0.2.2510\n# Apache/1.3.32 (Unix) PHP/4.3.9 mod_ssl/2.8.21 OpenSSL/0.9.7d\n# Apache/1.3.33 (Unix) PHP/5.0.3\n+++:HTM:200:200:400:200:200:HTM:HTM:400:400:400:404:405:404:200:404:501:403:+++:Apache/1.3 (Unix):^Apache(/1\\.3\\.(2[7-9]|3[0-3]).*)?$:Apache/1.3.27-33 (Unix)\n# Apache/1.3.26 + PHP under Debian 3.0\n+++:HTM:200:200:400:400:200:HTM:HTM:400:400:400:200:403:403:200:403:200:200:+++:Apache/1.3 (Unix)::Apache/1.3.26 (Unix) Debian GNU/Linux PHP/4.1.2\n+++:HTM:403:200:400:400:200:HTM:HTM:400:400:400:404:405:404:200:404:501:403:+++:Apache/1.3 (Unix)::Apache/1.3.26 (Unix)\n+++:HTM:200:200:400:400:200:HTM:HTM:400:200:400:200:200:200:200:200:200:200:+++:Apache/1.3 (Unix)::Apache/1.3.26 (Linux/SuSE) mod_ssl/2.8.10 OpenSSL/0.9.6g mod_perl/1.27 mod_gzip/1.3.19.1a\n# Apache/1.3.4 (Unix)\n# Apache/1.3.6 (Unix)\n# Apache/1.3.9 (Unix)\n# Apache/1.3.9 (Unix) mod_perl/1.21\n# Apache/1.3.9 (Unix) (SuSE/Linux)\n# Apache/1.3.12 (Unix)\n# Apache/1.3.12 (Unix) (SuSE/Linux)\n# Apache/1.3.12 (Unix) mod_perl/1.24 ApacheJserv/1.1.2\n# Apache/1.3.12 (Unix) (Red Hat/Linux) PHP/3.0.15\n# Apache/1.3.14 (Unix) (Red-Hat/Linux) PHP/4.1.2 ApacheJServ/1.1.2\n# Apache/1.3.14 (Unix) (Red-Hat/Linux) PHP/3.0.18 mod_perl/1.23\n# Apache/1.3.19 (Unix)\n# Apache/1.3.20 (Unix)\n# Apache/1.3.22 (Unix) (Red-Hat/Linux) PHP/4.1.2\n# Apache/1.3.22 (Unix) (Red-Hat/Linux) mod_ssl/2.8.5 OpenSSL/0.9.6b\n# Apache/1.3.22 (Unix) (Red-Hat/Linux) mod_ssl/2.8.5 OpenSSL/0.9.6b DAV/1.0.2 PHP/4.0.6 mod_perl/1.26\n# Apache/1.3.22 (Unix) (Red-Hat/Linux) mod_ssl/2.8.7 OpenSSL/0.9.6d\n# Apache/1.3.22 (Unix) PHP/4.3.2\n# Apache/1.3.23 (Unix) (Red-Hat/Linux)\n# Apache/1.3.23 (Unix) PHP/4.1.2\n# Apache/1.3.23 (Unix) (Red-Hat/Linux) mod_ssl/2.8.7 OpenSSL/0.9.6b DAV/1.0.3 PHP/4.1.2 mod_perl/1.26\n# Apache/1.3.24 (Unix) mod_jk\n# Apache/1.3.24 (Unix)\n# Oracle9iAS/9.0.2 Oracle HTTP Server\n# Oracle9iAS/9.0.2.2.0 Oracle HTTP Server\n# Oracle9iAS/9.0.3.1 Oracle HTTP Server\n# Oracle HTTP Server Powered by Apache/1.3.12 (Unix) ApacheJServ/1.1 mod_perl/1.24\n# Oracle HTTP Server Powered by Apache/1.3.19 (Unix) mod_fastcgi/2.2.10 mod_perl/1.25 mod_oprocmgr/1.0\n# Oracle HTTP Server Powered by Apache/1.3.19 (Unix) mod_plsql/3.0.9.8.3b mod_ssl/2.8.1 OpenSSL/0.9.5a mod_fastcgi/2.2.10 mod_perl/1.25 mod_oprocmgr/1.0\n# Oracle HTTP Server Powered by Apache/1.3.19 (Unix) mod_plsql/3.0.9.8.3c mod_fastcgi/2.2.10 mod_perl/1.25 mod_oprocmgr/1.0\n# MS-IIS/4.0-3 (WNT)\t[is this a fake?]\n##HTM:200:200:200:200:200:HTM:501:200:200:HTM:HTM:200:400:400:+++:400:404:405:404:200:200:404:501:+++:^(Apache(/1\\.3.(9|1[249]|2[0234])[^0-9].*)?|Oracle9iAS/9\\.0\\.[23].*|Oracle HTTP Server Powered by Apache/1\\.3\\.1[29].*)$:Apache/1.3.9 to 1.3.24\n## Same as above but more precise ##\n# IBM_HTTP_SERVER/1.3.19.2 Apache/1.3.20 (Unix)\n# IBM_HTTP_SERVER/1.3.19 Apache/1.3.20 (Unix)\n# IBM_HTTP_SERVER\n# IBM_HTTP_Server/1.3.12.3 Apache/1.3.12 (Unix)\n# IBM_HTTP_Server/1.3.12.4 Apache/1.3.12 (Unix)\n# IBM_HTTP_Server/1.3.12.6 Apache/1.3.12 (Unix)\n# IBM_HTTP_SERVER/1.3.19.1 Apache/1.3.20 (Unix)\n# IBM_HTTP_SERVER/1.3.19.3 Apache/1.3.20 (Unix)\n# IBM_HTTP_SERVER/1.3.19.4 Apache/1.3.20 (Unix)\n# IBM_HTTP_SERVER/1.3.19.5 Apache/1.3.20 (Unix)\n# Apache/1.3.22 (Unix) PHP/4.0.6 mod_perl/1.26 FrontPage/5.0.2.2623 AuthMySQL/2.20 mod_ssl/2.8.5 OpenSSL/0.9.6a\n# Apache/1.3.12 (Unix) PHP/4.3.1 rus/PL29.4\n# Apache/1.3.12 (Unix) ApacheJServ/1.1 mod_perl/1.22\n# TBD: verify Apache/1.3.7-dev & Apache/1.3.12\n# IBM_HTTP_Server/1.3.6.1 Apache/1.3.7-dev (Unix)\n# IBM_HTTP_Server/1.3.6.1 Apache/1.3.7-dev (Unix) PHP/4.0.6\n# IBM_HTTP_Server/1.3.6.2 Apache/1.3.7-dev (Unix)\n# IBM_HTTP_Server/1.3.6.2 Apache/1.3.7-dev (Unix) PHP/4.0.4\n# Apache/1.3.19 (Unix) Resin/1.2.2 mod_ssl/2.8.3 OpenSSL/0.9.6a\n# Oracle HTTP Server Powered by Apache/1.3.19 (Unix) mod_fastcgi/2.2.10 mod_perl/1.25 mod_oprocmgr/1.0\n# Oracle9iAS/9.0.2.3.0 Oracle HTTP Server\n# Oracle9iAS/9.0.2 Oracle HTTP Server\n# Apache/1.3.12p (Unix)\n+++:HTM:200:200:200:501:200:HTM:HTM:400:400:400:404:405:404:200:404:501:403:+++:Apache/1.3 (Unix):^(IBM_HTTP_SERVER$|Oracle9iAS/9\\.0\\.2[0-9.]* Oracle HTTP Server|(Oracle HTTP Server Powered by +|IBM_HTTP_SERVER/1\\.3\\.1?[0-9](\\.[0-9])? +)?Apache/1\\.3\\.(1[2-9]|2[0-2])[a-z]? \\(Unix\\)):Apache/1.3.12-22 (Unix) [may be IBM_HTTP_SERVER/1.3.x or Oracle HTTP Server]\n# Oracle9iAS/9.0.2.1.0 Oracle HTTP\n# IBM_HTTP_SERVER/1.3.19.5 Apache/1.3.20 (Unix)\n# Apache-AdvancedExtranetServer/1.3.23 (Mandrake Linux/4mdk) PHP/4.1.2\n# Apache/1.3.20 Sun Cobalt (Unix) Chili!Soft-ASP/3.6.2 mod_ssl/2.8.4 OpenSSL/0.9.6b PHP/4.0.6 mod_auth_pam_external/0.1 FrontPage/4.0.4.3 mod_perl/1.25\n# Apache/1.3.20 Sun Cobalt (Unix) mod_ssl/2.8.4 OpenSSL/0.9.6b PHP/4.0.6 mod_auth_pam_external/0.1 FrontPage/4.0.4.3 mod_perl/1.25\n# Apache/1.3.20 Sun Cobalt (Unix) mod_throttle/3.1.2 Chili!Soft-ASP/3.6.2 mod_ssl/2.8.4 OpenSSL/0.9.6b PHP/4.1.2 mod_auth_pam_external/0.1 FrontPage/4.0.4.3 mod_perl/1.25\n# IBM_HTTP_SERVER/1.3.19.2 Apache/1.3.20 (Unix)\n# IBM_HTTP_SERVER/1.3.19.2 Apache/1.3.20 (Unix) PHP/4.2.2\n# IBM_HTTP_SERVER/1.3.19.3 Apache/1.3.20 (Unix)\n# IBM_HTTP_SERVER/1.3.19.5 Apache/1.3.20 (Unix)\n# IBM_HTTP_SERVER/1.3.19 Apache/1.3.20 (Unix)\n# Apache/1.3.23 (Unix) (Red-Hat/Linux) mod_watch/3.17 mod_ssl/2.8.12 OpenSSL/0.9.6b DAV/1.0.3 PHP/4.1.2 mod_perl/1.26\n# Apache/1.3.19 Ben-SSL/1.44 (Unix) PHP/4.0.3pl1\n# Apache/1.3.24 Ben-SSL/1.48 (Unix) PHP/3.0.18\n# Apache/1.3.22 (Unix) (Red-Hat/Linux) mod_jk/1.2.0 mod_perl/1.24_01 PHP/4.1.1 FrontPage/5.0.2 mod_ssl/2.8.5 OpenSSL/0.9.6b\n# Apache/1.3.12 (Unix) PHP/4.0.4pl1\n# Apache/1.3.12 (Unix) PHP/3.0.15\n# Apache/1.3.17 (Unix) PHP/4.3.1\n# Apache/1.3.19 (Unix) Resin/2.1.0\n+++:HTM:200:200:200:501:200:HTM:HTM:400:400:400:404:405:404:200:404:501:200:+++:Apache/1.3 (Unix):^(Oracle9iAS/9\\.0\\.2|(IBM_HTTP_SERVER/1\\.3\\.19(\\.[2-5])? )?Apache(-AdvancedExtranetServer)?/1\\.3\\.(1[2-9]|2[0-4]) [A-Za-z ]*\\(Unix|Mandrake Linux/4mdk|Red-Hat/Linux\\)):Apache/1.3.12-24 (Unix) [might be IBM_HTTP_SERVER/1.3.19.x] -or- Oracle9iAS/9.0.2.x\n# Slightly different\n+++:xxx:200:200:200:501:200:HTM:xxx:400:400:400:404:405:404:200:404:501:200:+++:Apache/1.3 (Unix)::IBM_HTTP_SERVER/1.3.19.2 Apache/1.3.20 (Unix)\n+++:HTM:200:200:200:501:200:HTM:HTM:400:400:400:404:405:---:200:404:501:403:+++:Apache/1.3 (Unix)::IBM_HTTP_SERVER/1.3.19.5 Apache/1.3.20 (Unix)\n# Apache-AdvancedExtranetServer/1.3.23 (Mandrake Linux/4mdk) PHP/4.1.2\n# Apache-AdvancedExtranetServer/1.3.23 (Mandrake Linux/4mdk) mod_perl/1.26\n##HTM:200:403:200:200:200:HTM:501:200:200:HTM:HTM:200:400:400:+++:400:404:405:404:200:200:404:501:+++:Apache-AdvancedExtranetServer/1.3.23 (Mandrake Linux/4mdk)\n# More precise!\n+++:HTM:403:200:200:501:200:HTM:HTM:400:400:400:404:405:404:200:404:501:403:+++:Apache/1.3(Netware)::Apache/1.3.20a (NETWARE) mod_jk\n# Apache-AdvancedExtranetServer/1.3.23 (Mandrake Linux/4mdk) mod_ssl/2.8.7 OpenSSL/0.9.6c PHP/4.1.2\n# Apache-AdvancedExtranetServer/1.3.23 (Mandrake Linux/4mdk) PHP/4.1.2\n# Apache/1.3.20 Sun Cobalt (Unix) PHP/4.0.4 mod_auth_pam_external/0.1 FrontPage/4.0.4.3 mod_ssl/2.8.4 OpenSSL/0.9.6b mod_perl/1.25\n+++:HTM:403:200:200:501:200:HTM:HTM:400:400:400:404:405:404:200:404:501:200:+++:Apache/1.3 (Unix):^Apache(-AdvancedExtranetServer)?/1\\.3\\.2[0-3]:Apache/1.3.20-23 (Unix)\n# Apache-AdvancedExtranetServer/1.3.23 (Mandrake Linux/4.2mdk) mod_ssl/2.8.7 OpenSSL/0.9.6c PHP/4.1.2\n# Apache-AdvancedExtranetServer/1.3.26 (Mandrake Linux/6.3.90mdk) DAV/1.0.3 PHP/4.2.3\n# Apache-AdvancedExtranetServer/1.3.26 (Mandrake Linux/6mdk) sxnet/1.2.4 mod_ssl/2.8.10 OpenSSL/0.9.6g PHP/4.2.3\n+++:HTM:403:200:400:400:200:HTM:HTM:400:400:400:404:405:404:200:404:501:200:+++:Apache/1.3 (Unix):^Apache(-AdvancedExtranetServer)?/1\\.3\\.2[3-6]:Apache/1.3.23-26 (Linux)\n# Apache-AdvancedExtranetServer/1.3.28 (Mandrake Linux/3.1.92mdk)\n# Apache-AdvancedExtranetServer/1.3.28 (Mandrake Linux/3.1.92mdk) mod_fastcgi/2.4.0 sxnet/1.2.4 mod_ssl/2.8.15 OpenSSL/0.9.7b PHP/4.3.3\n# Apache/1.3.29 (Debian GNU/Linux) PHP/4.3.3 mod_ssl/2.8.14 OpenSSL/0.9.7b\n# Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_ssl/2.8.12 OpenSSL/0.9.6b DAV/1.0.3 PHP/4.1.2 mod_perl/1.26\n# Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_watch/3.12 mod_throttle/3.1.2 mod_gzip/1.3.19.1a mod_auth_pam/1.0a mod_ssl/2.8.11 OpenSSL/0.9.6j PHP/4.3.3 mod_perl/1.26 FrontPage/5.0.2.2510\n# Apache/1.3.27 (Unix) [on QNX without mod_fastcgi]\n# Apache/1.3.27 (Unix) Debian GNU/Linux [on Xandros]\n# IBM_HTTP_SERVER/1.3.26.2 Apache/1.3.26 (Unix)\n# Apache/1.3.31 (Unix) PHP/4.3.6\n# Apache/1.3.31 (Unix) mod_perl/1.29 [mod_auth_external, mod_perl and HTML::Mason on Slackware Linux 9.1]\n# Apache/1.3.32 (Unix) mod_jk/1.2.6 mod_mono/1.0.1 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.3.9 FrontPage/5.0.2.2634a mod_ssl/2.8.21 OpenSSL/0.9.7a\n# Apache/1.3.33 (Unix) mod_perl/1.29\n# Apache/1.3.33 (Unix) Resin/3.0.9 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2634a mod_ssl/2.8.22 OpenSSL/0.9.7a PHP-CGI/0.1b\n# Apache/1.3.36 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.2 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.27 OpenSSL/0.9.7a\n# Apache/1.3.37 (Unix) PHP/4.4.4\n# Apache/1.3.37 (Unix) mod_fastcgi/2.4.2 PHP/4.3.10\n# Apache/1.3.37 (Unix) PHP/4.4.4\n# Apache/1.3.37 (Unix) mod_gzip/1.3.19.1a PHP/4.4.4 mod_ssl/2.8.28 OpenSSL/0.9.6m\n# Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a\n# Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7f PHP-CGI/0.1b\n+++:HTM:200:200:400:501:200:HTM:HTM:400:400:400:404:405:404:200:404:501:200:+++:Apache/1.3 (Unix):(IBM_HTTP_SERVER|Apache(-AdvancedExtranetServer)?)/1\\.3\\.(2[7-9]|3[0-7]):Apache/1.3.27-37 (Unix)\n+++:HTM:200:200:400:301:301:HTM:HTM:400:400:400:404:405:404:200:404:501:301:+++:Apache/1.3 (Unix)::Apache/1.3.33 (Unix) PHP/5.1.1 mod_perl/1.29\n# Apache/1.3.31 (Unix) mod_ssl/2.8.18 OpenSSL/0.9.7d mod_gzip/1.3.26.1a mod_security/1.5 PHP/4.3.8\n# Apache/1.3.33 (Darwin) PHP/4.3.10\n# Apache/1.3.33 (Darwin) PHP/4.4.4\n+++:HTM:200:200:400:200:200:HTM:HTM:400:400:400:404:405:404:403:404:501:403:+++:Apache/1.3 (Unix):Apache/1\\.3\\.3[1-3] \\(Unix|Darwin|Linux\\) .*PHP/4\\.[34]:Apache/1.3.31-33 (Unix) PHP/4.3-4.4\n+++:---:200:200:400:501:200:---:---:400:400:---:404:405:404:403:404:501:200:+++:Apache/1.3 (Unix)::Apache-AdvancedExtranetServer/1.3.28 (Mandrake Linux/3.1.92mdk) mod_fastcgi/2.2.12 sxnet/1.2.4 mod_ssl/2.8.15 OpenSSL/0.9.7b PHP/4.3.3\n+++:HTM:200:200:400:501:200:HTM:HTM:400:+++:+++:404:405:404:200:404:501:+++:+++:Apache/1.3 (Unix)::Apache/1.3.27 (Red-Hat/Linux)\n+++:HTM:501:200:400:400:---:HTM:---:400:400:400:404:405:404:501:404:501:200:+++:Apache/1.3 (Unix)::Apache/1.3.28 (Unix) dynamicScale/2.0.3 PHP/4.3.3\n+++:HTM:501:200:400:400:200:HTM:HTM:400:400:400:404:405:404:501:501:501:403:+++:Apache/1.3 (Unix)::Apache/1.3.26\n# Apache on Debian GNU/Linux\n+++:HTM:200:200:400:200:200:HTM:HTM:400:+++:+++:404:405:404:200:404:501:400:+++:Apache/1.3 (Unix)::Apache/1.3.27 (Unix) Debian GNU/Linux\n# More precise\n# Apache/1.3.28 (Unix) Resin/2.1.8 PHP/4.3.2 mod_ssl/2.8.15 OpenSSL/0.9.7b\n# Apache/1.3.28 Ben-SSL/1.49 (Unix) Resin/2.1.13\n+++:HTM:200:200:400:200:200:HTM:HTM:400:400:400:404:405:404:200:404:501:400:+++:Apache/1.3 (Unix):^Apache/1\\.3\\.28 .*\\(Unix\\):Apache/1.3.28 (Unix)\n+++:HTM:200:200:---:200:200:HTM:HTM:400:400:400:404:405:404:403:404:501:+++:+++:Apache/1.3 (Unix)::Apache/1.3.27 (Unix) Debian GNU/Linux\n+++:HTM:200:200:400:400:200:HTM:HTM:400:400:400:404:403:403:200:403:501:200:+++:Apache/1.3 (Unix)::Apache/1.3.26 (Unix) Debian GNU/Linux PHP/4.1.2\n+++:HTM:200:200:400:400:200:HTM:HTM:400:400:400:200:200:200:200:200:200:200:+++:Apache/1.3 (Unix)::Apache/1.3.26 (Unix) Debian GNU/Linux\n+++:HTM:200:200:400:400:200:HTM:HTM:400:400:400:200:405:200:200:200:501:200:+++:Apache/1.3 (Unix)::Apache/1.3.26 (Unix)\n# An older signature also matched Apache/1.3.27 (Unix) Debian GNU/Linux\n# Apache/1.3.29 (Unix) PHP/4.3.4\n# Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_ssl/2.8.12 OpenSSL/0.9.6b DAV/1.0.2 mod_perl/1.24_01\n# Apache/1.3.28 (Linux/SuSE) mod_perl/1.28\n# Apache/1.3.31 Ben-SSL/1.53 (Unix)\n# Apache/1.3.34 (Unix)\n+++:HTM:200:200:400:501:200:HTM:HTM:400:400:400:404:405:404:403:404:501:200:+++:Apache/1.3 (Unix):^Apache/1\\.3\\.(2[7-9]|3[0-4]) \\(Unix|Linux/SuSE|[A-Z ]*Linux[a-z0-9 /]*):Apache/1.3.27-34 (Unix)\n+++:xxx:403:200:400:501:200:HTM:xxx:400:+++:+++:404:405:404:403:404:501:+++:+++:Apache/1.3 (Unix)::Apache/1.3.28 (FreeBSD/locked)\n+++:HTM:200:200:400:501:200:HTM:HTM:400:301:400:404:405:404:200:404:501:403:+++:Apache/1.3 (Unix)::Apache/1.3.28 (Unix) mod_deflate/1.0.19 mod_accel/1.0.30\n+++:HTM:200:200:400:501:200:---:HTM:400:400:400:404:403:403:200:404:501:200:+++:Apache/1.3 (Unix)::Apache/1.3.29 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.2 PHP/4.3.3 FrontPage/5.0.2.2634 mod_ssl/2.8.16 OpenSSL/0.9.6b\n+++:HTM:200:200:400:501:200:HTM:HTM:404:301:400:404:403:403:200:404:501:403:+++:Apache/1.3 (Unix)::Apache/1.3.29 (Unix) FrontPage/5.0.2.2634 mod_ssl/2.8.16 OpenSSL/0.9.6k\n+++:HTM:200:200:400:500:500:HTM:HTM:404:301:400:VER:405:VER:200:VER:501:500:+++:Apache/1.3 (Unix)::Apache/1.3.29 (Unix)\n+++:HTM:200:200:400:501:200:HTM:HTM:404:301:400:VER:405:VER:200:VER:501:200:+++:Apache/1.3 (Unix)::Apache/1.3.29 (Unix)\n# Apache/1.3.29 (Unix) PHP/4.3.4 mod_throttle/3.1.2 mod_ssl/2.8.16 OpenSSL/0.9.7c\n# Apache/1.3.31 (Debian GNU/Linux) mod_gzip/1.3.26.1a PHP/4.3.9-1 mod_ssl/2.8.19 OpenSSL/0.9.7d mod_perl/1.29\n# Apache/1.3.32 (Unix) PHP/4.3.4 mod_throttle/3.1.2 mod_ssl/2.8.21 OpenSSL/0.9.7e\n+++:HTM:403:200:400:200:200:HTM:HTM:400:400:400:404:405:404:200:404:501:200:+++:Apache/1.3 (Unix):^Apache/1\\.3\\.(29|3[0-2]) \\(Unix|[A-Za-z /]*Linux\\):Apache/1.3.29-32 (Unix)\n# Raw sig: httpd-2.0.46-25.ent + openssl-0.9.7a-33.12 on Red Hat Enterprise Linux ES release 3 (Taroon)\n+++:HTM:200:401:400:401:401:HTM:HTM:400:400:400:401:401:401:200:401:401:401:+++:Apache/1.3 (Unix)::Apache/1.3.29 (Unix) mod_ssl/2.8.16 OpenSSL/0.9.7c [possibly on Red Hat Enterprise Linux ES release 3?]\n+++:HTM:200:200:400:500:500:HTM:HTM:400:400:400:404:405:404:200:404:501:403:+++:Apache/1.3 (Unix)::Apache/1.3.31 (Unix) FrontPage/5.0.2.2635 mod_ssl/2.8.17 OpenSSL/0.9.7c\n+++:HTM:400:200:400:501:200:HTM:HTM:400:400:400:404:405:404:200:404:501:403:+++:Apache/1.3 (Unix)::Apache/1.3.31 (Unix) mod_fastcgi/2.4.2 FrontPage/5.0.2.2635 mod_jk/1.2.5\n+++:HTM:200:200:400:200:200:HTM:HTM:400:400:400:302:405:302:200:302:302:200:+++:Apache/1.3 (Unix)::Apache/1.3.31 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.3.8 FrontPage/5.0.2.2634a mod_ssl/2.8.19 OpenSSL/0.9.6b\n+++:HTM:200:200:400:501:200:HTM:HTM:400:400:400:404:403:403:200:403:501:200:+++:Apache/1.3 (Unix)::Apache/1.3.31 (Debian GNU/Linux)\n# Apache/1.3.29 (Unix) ApacheJServ/1.1.2 PHP/4.3.4 mod_throttle/2.11 FrontPage/5.0.2.2634 Rewrit/1.1a\n# Apache/1.3.31 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.3.8 FrontPage/5.0.2.2634a mod_ssl/2.8.19 OpenSSL/0.9.7a\n+++:HTM:200:200:400:200:200:HTM:HTM:400:400:400:404:403:403:200:404:501:200:+++:Apache/1.3 (Unix):^Apache/1\\.3\\.(29|3[01]) \\(Unix\\):Apache/1.3.29-31 (Unix)\n# Apache/1.3.29 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.3.4 FrontPage/5.0.2.2634 mod_ssl/2.8.16 OpenSSL/0.9.6b\n# Apache/1.3.29 (Unix) (PLD/Linux) mod_ssl/2.8.15 OpenSSL/0.9.6j mod_fastcgi/2.2.12 PHP/4.2.3 mod_perl/1.27\n# Apache/1.3.29 (Unix) mod_ssl/2.8.16 OpenSSL/0.9.7c PHP/4.3.4\n# Apache/1.3.28 (Unix) PHP/4.3.3\n# Apache/1.3.31 (Unix) Mya/1.2 PHP/4.3.8 mod_ssl/2.8.18 OpenSSL/0.9.7d\n# Apache/1.3.27 (Unix) PHP/4.2.3\n# Apache/1.3.27 (Unix) PHP/4.2.2 [xxx -> htm]\n# Apache/1.3.27 (ALT Linux/alt13) PHP/4.3.1-dev/ALT rus/PL30.16\n# Apache/1.3.29 Sun Cobalt (Unix) mod_jk mod_ssl/2.8.16 OpenSSL/0.9.6m PHP/4.2.3 FrontPage/5.0.2.2510 mod_auth_pam_external/0.1 mod_perl/1.26\n# Apache/1.3.32 (Unix) mod_gzip/1.3.19.1a PHP/4.3.9 mod_ssl/2.8.21 OpenSSL/0.9.6m\n# Apache/1.3.33 (Unix) mod_ssl/2.8.22 OpenSSL/0.9.7a\n# Apache/1.3.34 (Debian) PHP/4.4.0-4 mod_perl/1.29\n# Apache/1.3.34 (Debian) PHP/4.4.4-8 mod_perl/1.29\n# Apache/1.3.34 (Debian) PHP/4.4.2-1.1\n# Apache/1.3.34 (Debian) PHP/5.1.6-3\n# Apache/1.3.34 (Debian) PHP/5.1.6-5 mod_ssl/2.8.25 OpenSSL/0.9.8c\n# Apache/1.3.34 (Unix) mod_choke/0.06 mod_throttle/3.1.2 PHP/4.4.1\n# Apache/1.3.37 (Unix) DAV/1.0.3 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.3.11 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a PHP-CGI/0.1b\n# Apache/1.3.37 (Unix) mod_ssl/2.8.28 OpenSSL/0.9.7d mod_python/2.7.11 Python/2.4\n+++:HTM:200:200:400:200:200:HTM:HTM:400:400:400:404:405:404:200:404:501:200:+++:Apache/1.3 (Unix):^Apache/1\\.3\\.(2[7-9]|3[0-7]) [a-zA-Z ]*\\(Unix|[A-Za-z/ ]*Linux[A-Za-z0-9/ ]*|Debian\\):Apache/1.3.27-37 (Unix) [PHP/4?]\n# Apache/1.3.27 (Unix) Resin/2.1.6 mod_throttle/3.1.2\n# Apache/1.3.27 (Unix) PHP/4.2.2\n# Apache/1.3.28 (Unix) Resin/2.1.10 mod_throttle/3.1.2 mod_ssl/2.8.15 OpenSSL/0.9.7a\n# Apache/1.3.31 (Unix) PHP/4.3.11\n# Apache/1.3.33 (Unix) PHP/4.3.11\n+++:xxx:200:200:400:200:200:xxx:xxx:400:400:400:404:405:404:200:404:501:200:+++:Apache/1.3 (Unix):^Apache/1\\.3\\.(2[7-9]|3[0-3]) \\(Unix\\): Apache/1.3.27-33 (Unix)\n# Although cover the previous case (should be improved)\n+++:HTM:200:200:400:200:200:HTM:HTM:400:+++:+++:404:405:404:200:404:501:+++:+++:Apache/1.3 (Unix)::Apache/1.3.28\n# More precise\n# Apache/1.3.27 (Unix) PHP/4.3.2 mod_webapp/1.2.0-dev\n# Apache/1.3.36 (Unix) PHP/5.1.4\n+++:HTM:200:200:400:200:200:HTM:HTM:400:400:400:404:405:404:200:404:501:---:+++:Apache/1.3 (Unix):Apache/(1\\.3\\.2[7-9]|3[0-6]) \\(Unix\\):Apache/1.3.27-36 (Unix) w/ PHP\n+++:HTM:200:200:400:501:200:HTM:HTM:400:400:400:302:302:302:200:302:302:200:+++:Apache/1.3 (Unix)::Apache/1.3.33 (ALT Linux/alt1) PHP/4.3.10-ALT\n+++:HTM:200:200:200:501:200:HTM:HTM:400:400:400:200:405:200:200:200:501:403:+++:Apache/1.3 (Unix)::Apache/1.3.9 (Unix) DAV/0.9.16 AuthMySQL/2.20 PHP/3.0.12 mod_perl/1.21 mod_ssl/2.4.5 OpenSSL/0.9.4\n# Apache 1.3.9 on Linux 2.2.16 (gcc version 2.7.2.3)\n+++:HTM:403:200:200:501:200:HTM:HTM:400:400:400:404:405:404:403:404:501:+++:+++:Apache/1.3 (Unix)::Apache/1.3.9 (Unix) PHP/4.2.3 PHP/3.0.18\n# Linux 2.2.19-6.2.1 (RedHat 6.2) Apache 1.3.29 modssl 2.8.16 openssl 0.9.7c\n+++:HTM:200:200:400:501:200:HTM:HTM:400:400:400:200:405:200:403:200:501:200:+++:Apache/1.3 (Unix)::Apache/1.3.29 (RedHat 6.2) modssl/2.8.16 OpenSSL/0.9.7c\n+++:HTM:403:200:400:HTM:HTM:HTM:HTM:500:500:400:404:405:404:200:404:501:200:+++:Apache/1.3 (Unix)::Apache/1.3.29 (Unix)\n# Apache/1.3.29 (Unix) PHP/4.3.4 mod_perl/1.29\n# Apache/1.3.28 (Unix) PHP/4.3.3 mod_ssl/2.8.15 OpenSSL/0.9.7b\n# Apache/1.3.4 (Unix)\n# Apache/1.3.29 (Unix) (PLD/Linux) mod_fastcgi/2.2.12 PHP/4.2.3\n# Apache/1.3.29 (Unix) mod_perl/1.29 PHP/4.3.4 mod_ssl/2.8.16 OpenSSL/0.9.7c\n# Apache/1.3.31 (Unix) Midgard/1.5.0/SG PHP/4.3.9\n+++:HTM:200:200:400:501:200:HTM:HTM:400:400:400:404:405:404:200:404:501:+++:+++:Apache/1.3 (Unix):^Apache/1\\.3\\.(4|2[89]|3[01]) \\(Unix\\):Apache/1.3.4-31 (Unix)\n# More precise\n+++:HTM:200:200:400:501:200:HTM:HTM:400:400:400:404:405:404:200:404:501:400:+++:Apache/1.3 (Unix)::Apache/1.3.27 (Unix) Resin/2.1.10 mod_ssl/2.8.14 OpenSSL/0.9.7b\n# Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_jk/1.2.0 mod_perl/1.26 PHP/4.3.3 FrontPage/5.0.2 mod_ssl/2.8.12 OpenSSL/0.9.6b\n# Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_perl/1.26 PHP/4.3.3 FrontPage/5.0.2 mod_ssl/2.8.12 OpenSSL/0.9.6b\n+++:HTM:200:200:400:501:200:HTM:HTM:400:400:400:404:405:404:200:404:501:302:+++:Apache/1.3 (Unix)::Apache/1.3.27 (Unix) (Red-Hat/Linux)\n# More precise\nHTM:HTM:200:200:400:501:200:HTM:HTM:400:400:400:404:405:404:200:404:501:200:HTM:Apache/1.3 (Unix)::Apache/1.3.42 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 mod_gzip/1.3.26.1a FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8e-fips-rhel5\n# Apache/1.3.29 (Unix) mod_perl/1.29 PHP/4.3.4 mod_ssl/2.8.16 OpenSSL/0.9.7c\n# Apache/1.3.29 (Unix) PHP/4.3.2\n+++:HTM:200:403:400:501:403:HTM:HTM:400:400:400:404:405:404:200:404:501:403:+++:Apache/1.3 (Unix):^Apache/1\\.3\\.29 \\(Unix\\) .*PHP/4\\.3\\.[2-4]:Apache/1.3.29 (Unix) PHP/4.3.2-4\n+++:HTM:200:302:200:501:200:HTM:HTM:400:+++:400:404:403:403:200:404:501:+++:+++:Apache/1.3 (Unix)::Apache/1.3.11 (Unix) mod_perl/1.21 AuthMySQL/2.20\n# Apache/1.3.11 (Unix) mod_fastcgi/2.2.2 ApacheJServ/1.1 FrontPage/4.0.4.3 mod_perl/1.21\n# IBM_HTTP_SERVER/1.3.19.1 Apache/1.3.20 (Unix)\n# Apache/1.3.19 (Unix) FrontPage/5.0.2.2510\n# Apache/1.3.6 (Unix) mod_ssl/2.3.5 OpenSSL/0.9.3a\n+++:HTM:200:200:200:501:200:HTM:HTM:400:400:400:404:403:403:200:404:501:403:+++:Apache/1.3 (Unix):^Apache/1\\.3\\.([6-9]|1[1-9](\\.[0-9]+)?) \\(Unix\\):Apache/1.3.6-19 (Unix)\n+++:HTM:200:200:200:501:200:HTM:HTM:400:400:400:404:405:404:403:404:501:200:+++:Apache/1.3 (Unix)::Apache/1.3.19 (Unix) PHP/4.3.4 mod_gzip/1.3.19.1a Resin/2.1.0\n# Apache/1.3.19 (Unix) (SuSE/Linux) PHP/4.1.2 mod_perl/1.25 mod_throttle/3.0 mod_layout/1.0 mod_fastcgi/2.2.2 mod_dtcl\n# Apache/1.3.12 (Unix) PHP/4.3.0\n+++:HTM:200:200:200:501:200:HTM:HTM:400:400:400:404:403:403:200:404:501:200:+++:Apache/1.3 (Unix):^Apache/1\\.3\\.1[2-9] \\(Unix\\):Apache/1.3.12-19 (Unix)\n+++:HTM:500:500:500:500:HTM:HTM:HTM:500:500:500:200:500:500:500:500:500:500:+++:Apache/1.3 (Unix)::IBM_HTTP_Server/1.3.12.2 Apache/1.3.12 (Unix)\n+++:HTM:200:200:200:200:200:HTM:HTM:400:400:400:302:405:302:200:302:501:403:+++:Apache/1.3 (Unix)::Apache/1.3.12 (Unix) PHP/4.2.1 FrontPage/4.0.4.3\n#### The same server returns two different signatures\n+++:---:200:200:400:200:200:---:---:400:301:400:404:405:404:200:403:501:200:+++:Apache/1.3 (Unix)::Apache/1.3.27 (Unix) Debian GNU/Linux mod_ssl/2.8.14 OpenSSL/0.9.7b Midgard/1.5.0/SG PHP/4.2.3\n+++:---:200:200:400:200:200:---:---:400:301:400:404:405:404:200:404:501:200:+++:Apache/1.3 (Unix)::Apache/1.3.27 (Unix) Debian GNU/Linux mod_ssl/2.8.14 OpenSSL/0.9.7b Midgard/1.5.0/SG PHP/4.2.3\n####\n# Unreliable signature\n+++:xxx:405:301:400:405:400:xxx:xxx:400:400:400:405:405:405:200:405:405:400:+++:Apache/1.3 (Unix)::Apache/1.3.28 (Unix) mod_forward_0_3 [aka reverse proxy]\n# Cobalt\n+++:HTM:200:200:302:302:302:HTM:HTM:400:400:400:404:405:404:200:501:501:302:+++:Apache/1.3 (Unix)::Apache/1.3.3 Cobalt (Unix) (Red Hat/Linux)\n# Apache/1.3.12 Cobalt (Unix) mod_ssl/2.6.4 OpenSSL/0.9.5a mod_auth_pam/1.0a FrontPage/4.0.4.3 mod_perl/1.24\n# Apache/1.3.12 Cobalt (Unix) mod_ssl/2.6.4 OpenSSL/0.9.5a PHP/4.0.1pl2 mod_auth_pam/1.0a FrontPage/4.0.4.3 mod_perl/1.24\n# Apache/1.3.12 Cobalt (Unix) mod_ssl/2.6.4 OpenSSL/0.9.5a PHP/4.0.3pl1 mod_auth_pam/1.0a FrontPage/4.0.4.3 mod_perl/1.24\n# Apache/1.3.12 Cobalt (Unix) mod_ssl/2.6.4 OpenSSL/0.9.5a PHP/4.1.2 mod_auth_pam/1.0a FrontPage/4.0.4.3 mod_perl/1.24\n# Apache/1.3.20 Sun Cobalt (Unix) mod_ssl/2.8.4 OpenSSL/0.9.6b PHP/4.1.2 mod_auth_pam_external/0.1 FrontPage/4.0.4.3 mod_perl/1.25\n# Apache/1.3.20 Sun Cobalt (Unix) mod_ssl/2.8.4 OpenSSL/0.9.6b PHP/4.3.3 mod_auth_pam_external/0.1 FrontPage/4.0.4.3 mod_perl/1.25\n# Apache/1.3.20 Sun Cobalt (Unix) Chili!Soft-ASP/3.6.2 mod_ssl/2.8.4 OpenSSL/0.9.6b mod_auth_pam_external/0.1 FrontPage/4.0.4.3 mod_perl/1.25\n# Apache/1.3.20 Sun Cobalt (Unix) Chili!Soft-ASP/3.6.2 mod_ssl/2.8.4 OpenSSL/0.9.6b PHP/4.0.6 mod_auth_pam_external/0.1 FrontPage/4.0.4.3 mod_perl/1.25\n# Apache/1.3.20 Sun Cobalt (Unix) Chili!Soft-ASP/3.6.2 mod_ssl/2.8.4 OpenSSL/0.9.6b PHP/4.1.2 mod_auth_pam_external/0.1 FrontPage/4.0.4.3 mod_perl/1.25\n# Apache/1.3.20 Sun Cobalt (Unix) Chili!Soft-ASP/3.6.2 mod_ssl/2.8.4 OpenSSL/0.9.6b PHP/4.3.2 mod_auth_pam_external/0.1 FrontPage/4.0.4.3 mod_perl/1.25\n# Apache/1.3.20 Sun Cobalt (Unix) Chili!Soft-ASP/3.6.2 mod_ssl/2.8.4 OpenSSL/0.9.6b PHP/4.3.4 mod_auth_pam_external/0.1 FrontPage/4.0.4.3 mod_perl/1.25\n# Apache/1.3.20 Sun Cobalt (Unix) mod_jk mod_ssl/2.8.4 OpenSSL/0.9.6 PHP/4.0.6 FrontPage/5.0.2.2510 mod_auth_pam_external/0.1 mod_perl/1.26\n# Apache/1.3.20 Sun Cobalt (Unix) mod_jk mod_ssl/2.8.4 OpenSSL/0.9.6 PHP/4.0.6 FrontPage/5.0.2.2510 mod_perl/1.26\n# Apache/1.3.20 Sun Cobalt (Unix) mod_jk mod_ssl/2.8.4 OpenSSL/0.9.6 PHP/4.0.6 mod_auth_pam_external/0.1 FrontPage/5.0.2.2510 mod_perl/1.26\n# Apache/1.3.20 Sun Cobalt (Unix) mod_jk mod_ssl/2.8.4 OpenSSL/0.9.6 PHP/4.1.2 mod_auth_pam_external/0.1 FrontPage/5.0.2.2510 mod_perl/1.26\n# Apache/1.3.20 Sun Cobalt (Unix) mod_jk mod_ssl/2.8.4 OpenSSL/0.9.6 PHP/4.2.3 FrontPage/5.0.2.2510 mod_perl/1.26\n# Apache/1.3.20 Sun Cobalt (Unix) mod_jk mod_ssl/2.8.4 OpenSSL/0.9.6 PHP/4.3.2 FrontPage/5.0.2.2510 mod_perl/1.26\n# Apache/1.3.20 Sun Cobalt (Unix) mod_jk mod_ssl/2.8.4 OpenSSL/0.9.6 PHP/4.3.3 FrontPage/5.0.2.2510 mod_perl/1.26\n# Apache/1.3.20 Sun Cobalt (Unix) mod_jk mod_ssl/2.8.4 OpenSSL/0.9.6 PHP/4.3.4 FrontPage/5.0.2.2510 mod_perl/1.26\n# Apache/1.3.20 Sun Cobalt (Unix) mod_jk mod_ssl/2.8.4 OpenSSL/0.9.6 PHP/4.3.4 mod_auth_pam_external/0.1 FrontPage/5.0.2.2510 mod_perl/1.26\n# Apache/1.3.20 Sun Cobalt (Unix) mod_jk mod_throttle/3.1.2 mod_ssl/2.8.4 OpenSSL/0.9.6 PHP/4.0.6 mod_auth_pam_external/0.1 FrontPage/5.0.2.2510 mod_perl/1.26\n# Apache/1.3.20 Sun Cobalt (Unix) mod_ssl/2.8.4 OpenSSL/0.9.6b mod_auth_pam_external/0.1 FrontPage/4.0.4.3 mod_perl/1.25\n# Apache/1.3.20 Sun Cobalt (Unix) mod_ssl/2.8.4 OpenSSL/0.9.6b (Webkun Logging) WEBKUN(tm)/1.1 PHP/4.0.6 mod_auth_pam_external/0.1 FrontPage/4.0.4.3 mod_perl/1.25\n# Apache/1.3.20 Sun Cobalt (Unix) mod_ssl/2.8.4 OpenSSL/0.9.6g PHP/4.0.6 mod_auth_pam_external/0.1 FrontPage/4.0.4.3 mod_perl/1.25\n# Apache/1.3.20 Sun Cobalt (Unix) mod_ssl/2.8.4 OpenSSL/0.9.6 PHP/4.0.6 FrontPage/5.0.2.2510 mod_auth_pam_external/0.1 mod_perl/1.26\n# Apache/1.3.20 Sun Cobalt (Unix) mod_ssl/2.8.4 OpenSSL/0.9.6 PHP/4.0.6 FrontPage/5.0.2.2510 mod_perl/1.26\n# Apache/1.3.20 Sun Cobalt (Unix) mod_ssl/2.8.4 OpenSSL/0.9.6 PHP/4.0.6 mod_auth_pam_external/0.1 FrontPage/5.0.2.2510 mod_perl/1.26\n# Apache/1.3.20 Sun Cobalt (Unix) mod_ssl/2.8.4 OpenSSL/0.9.6 PHP/4.2.3 FrontPage/5.0.2.2510 mod_perl/1.26\n# Apache/1.3.20 Sun Cobalt (Unix) mod_ssl/2.8.4 OpenSSL/0.9.6 PHP/4.3.3 mod_auth_pam_external/0.1 FrontPage/5.0.2.2510 mod_perl/1.26\n# Apache/1.3.20 Sun Cobalt (Unix) mod_ssl/2.8.4 OpenSSL/0.9.6 PHP/4.3.4 FrontPage/5.0.2.2510 mod_perl/1.26\n# Apache/1.3.20 Sun Cobalt (Unix) mod_throttle/3.1.2 mod_ssl/2.8.4 OpenSSL/0.9.6b PHP/4.0.6 mod_auth_pam_external/0.1 FrontPage/4.0.4.3 mod_perl/1.25\n# Apache/1.3.20 Sun Cobalt (Unix) mod_throttle/3.1.2 mod_ssl/2.8.4 OpenSSL/0.9.6 PHP/4.0.6 mod_auth_pam_external/0.1 FrontPage/5.0.2.2510 mod_perl/1.26\n# Apache/1.3.20 Sun Cobalt (Unix) mod_throttle/3.1.2 PHP/3.0.18-i18n-ja mod_ssl/2.8.4 OpenSSL/0.9.6b PHP/4.0.6 mod_auth_pam_external/0.1 FrontPage/4.0.4.3 mod_perl/1.25\n# Apache/1.3.20 Sun Cobalt (Unix) PHP/4.0.6 mod_auth_pam_external/0.1 FrontPage/4.0.4.3 mod_perl/1.25\n# Apache/1.3.20 Sun Cobalt (Unix) PHP/4.3.0 mod_ssl/2.8.4 OpenSSL/0.9.6b mod_auth_pam_external/0.1 FrontPage/4.0.4.3 mod_perl/1.25\n# Apache/1.3.6 (Unix) mod_perl/1.21 mod_ssl/2.2.8 OpenSSL/0.9.2b\n# Apache/1.3.20 Sun Cobalt\n+++:HTM:200:200:302:302:302:HTM:HTM:400:400:400:404:405:404:200:404:501:302:+++:Apache/1.3 (Unix):^Apache/1\\.3\\.(6|12|20) ((Sun )?Cobalt|\\(Unix\\)):Apache/1.3.6-20 [might Sun Cobalt]\n# Apache/1.3.29 Sun Cobalt\n# Apache/1.3.27 (Unix) PHP/4.1.2 mod_perl/1.27 mod_auth_pam/1.1.1 mod_ssl/2.8.12 OpenSSL/0.9.7\n+++:HTM:200:200:400:302:302:HTM:HTM:400:400:400:404:405:404:200:404:501:302:+++:Apache/1.3 (Unix):^Apache/1\\.3\\.2[7-9] (Sun Cobalt|\\(Unix\\)):Apache/1.3.27-29 (Unix)\n+++:HTM:200:200:400:302:302:HTM:HTM:400:400:400:404:403:403:200:404:501:302:+++:Apache/1.3 (Unix)::Apache/1.3.29 Sun Cobalt (Unix) mod_ssl/2.8.16 OpenSSL/0.9.6m PHP/4.0.6 mod_auth_pam_external/0.1 mod_jk/1.1.0 FrontPage/4.0.4.3 mod_perl/1.25\n# Apache/1.3.12 Cobalt (Unix) mod_ssl/2.6.4 OpenSSL/0.9.5a PHP/4.0.3pl1 mod_auth_pam/1.0a FrontPage/4.0.4.3 mod_perl/1.24\n# Apache/1.3.20 Sun Cobalt (Unix) Chili!Soft-ASP/3.6.2 mod_ssl/2.8.4 OpenSSL/0.9.6b PHP/4.0.6 mod_auth_pam_external/0.1 FrontPage/4.0.4.3 mod_perl/1.25\n# Apache/1.3.20 Sun Cobalt (Unix) Chili!Soft-ASP/3.6.2 mod_ssl/2.8.4 OpenSSL/0.9.6b PHP/4.1.2 mod_auth_pam_external/0.1 FrontPage/4.0.4.3 mod_perl/1.25\n# Apache/1.3.20 Sun Cobalt (Unix) mod_jk mod_ssl/2.8.4 OpenSSL/0.9.6 PHP/4.0.6 FrontPage/5.0.2.2510 mod_perl/1.26\n# Apache/1.3.20 Sun Cobalt (Unix) mod_ssl/2.8.4 OpenSSL/0.9.6 PHP/4.0.6 FrontPage/5.0.2.2510 mod_perl/1.26\n# Apache/1.3.20 Sun Cobalt (Unix) mod_ssl/2.8.4 OpenSSL/0.9.6b mod_auth_pam_external/0.1 FrontPage/4.0.4.3 mod_perl/1.25\n# Apache/1.3.20 Sun Cobalt (Unix) mod_ssl/2.8.4 OpenSSL/0.9.6b PHP/4.0.3pl1 mod_auth_pam_external/0.1 FrontPage/4.0.4.3 mod_perl/1.25\n# Apache/1.3.20 Sun Cobalt (Unix) mod_ssl/2.8.4 OpenSSL/0.9.6b PHP/4.0.6 mod_auth_pam_external/0.1 FrontPage/4.0.4.3 mod_perl/1.25\n# Apache/1.3.20 Sun Cobalt (Unix) mod_ssl/2.8.4 OpenSSL/0.9.6b PHP/4.0.6 mod_auth_pam_external/0.1 mod_jk/1.1.0 FrontPage/4.0.4.3 mod_perl/1.25\n+++:HTM:200:200:302:302:302:HTM:HTM:400:400:400:404:403:403:200:404:501:302:+++:Apache/1.3 (unix)::Apache/1.3.20 Sun Cobalt (Unix)\n+++:HTM:403:200:200:501:200:HTM:HTM:400:400:400:404:403:403:200:404:501:200:+++:Apache/1.3 (unix)::Apache/1.3.20 Sun Cobalt (Unix) PHP/4.0.6 mod_auth_pam_external/0.1 FrontPage/4.0.4.3 mod_ssl/2.8.4 OpenSSL/0.9.6b mod_perl/1.25\n+++:HTM:200:200:302:302:302:HTM:HTM:400:400:400:302:405:302:200:302:501:302:+++:Apache/1.3 (unix)::Apache/1.3.20 Sun Cobalt (Unix) mod_ssl/2.8.4 OpenSSL/0.9.6b PHP/4.1.2 mod_auth_pam_external/0.1 FrontPage/4.0.4.3 mod_perl/1.25\n+++:HTM:200:200:302:302:302:HTM:HTM:400:400:400:200:200:200:200:200:200:302:+++:Apache/1.3 (unix)::Apache/1.3.20 Sun Cobalt (Unix) mod_watch/3.14 mod_ssl/2.8.4 OpenSSL/0.9.6b PHP/4.0.6 mod_auth_pam_external/0.1 FrontPage/4.0.4.3 mod_perl/1.25\n# Nokia IP350 Check Point NG\n+++:HTM:200:200:200:200:200:HTM:HTM:400:400:400:200:405:404:200:404:501:200:+++:Apache/1.3 (Unix)::Apache/1.3.6 (Unix) mod_auth_pam/1.0a mod_ssl/2.3.11 OpenSSL/0.9.5a\n# Apache/1.3.27 (Darwin) tomcat/1.0 mod_ssl/2.8.13 OpenSSL/0.9.6i\n+++:HTM:200:200:400:501:---:---:---:400:+++:400:404:405:404:200:404:501:+++:+++:Apache/1.3 (Unix)::Apache/1.3.27 (Darwin)\n+++:HTM:200:200:400:501:---:---:---:400:+++:400:404:401:401:200:401:405:+++:+++:Apache/1.3 (Unix)::Apache/1.3.27 (Darwin) DAV/1.0.3\n+++:HTM:200:200:400:501:200:HTM:HTM:400:+++:400:404:401:401:200:401:405:+++:+++:Apache/1.3 (Unix)::Apache/1.3.27 (Darwin) DAV/1.0.3\n# Apache/1.3.29 (Darwin) PHP/4.3.2 DAV/1.0.3\n# Apache/1.3.33 (Darwin) PHP/5.0.4 mod_jk/1.2.6 mod_ssl/2.8.24 OpenSSL/0.9.7i PHP/4.4.1\n+++:HTM:200:200:400:200:---:---:---:400:400:400:404:405:404:403:404:501:---:+++:Apache/1.3 (Unix):Apache/1\\.3\\.(29|3[0-3]) \\(Darwin\\):Apache/1.3.29-33 (Darwin)\n+++:HTM:403:200:400:501:200:HTM:HTM:400:400:400:404:403:403:200:404:501:200:+++:Apache/1.3 (Unix)::Apache/1.3.27 (Unix) FrontPage/5.0.2.2510 mod_gzip/1.3.19.1a\n# Apache/1.3.29 (Unix) mod_gzip/1.3.26.1a mod_ssl/2.8.16 OpenSSL/0.9.7c mod_jk/1.2.5\n# Apache/1.3.28 (Darwin)\n# IBM_HTTP_SERVER\n# Apache/1.3.29 (Darwin) PHP/4.3.2\n# Apache/1.3.33 (Darwin) PHP/5.0.4\n+++:HTM:200:200:400:501:200:HTM:HTM:400:400:400:404:405:404:403:404:501:403:+++:Apache/1.3 (Unix):^Apache/1\\.3\\.(2[89]|3[0-3]):Apache/1.3.28-33 (Unix)\n# Novell 6 server running Apache Tomcat 3.2.2 and 3.3 with Novell JVM 1.3.0_02.\n+++:HTM:403:200:400:501:200:HTM:HTM:400:400:400:404:405:404:200:404:501:+++:+++:Apache/1.3 (Netware)::Apache/1.3.27 (NETWARE) mod_jk/1.2.2-dev\n# Same as above but more precise\n# Apache/1.3.27-29 (NETWARE) mod_jk/1.2.2-dev\n# Apache/1.3.28 (Unix) mod_ssl/2.8.15 OpenSSL/0.9.7c\n+++:HTM:403:200:400:501:200:HTM:HTM:400:400:400:404:405:404:200:404:501:403:+++:Apache/1.3 (Netware) or Apache/1.3 (Unix):^Apache/1\\.3\\.2[789] \\(NETWARE|Unix\\):Apache/1.3.27-29 (Netware/Unix)\n# Also more precise\n# Apache/1.3.29 (Unix) mod_ssl/2.8.16 OpenSSL/0.9.7c PHP/4.3.3\n# Apache/1.3.33 (Unix) OpenSSL/0.9.6m PHP/4.3.11\n+++:HTM:403:200:400:501:200:HTM:HTM:400:400:400:404:405:404:200:404:501:200:+++:Apache/1.3 (Unix):^Apache/1\\.3\\.(2[789]|3[0-3]) \\(Unix\\):Apache/1.3.27-33 (Unix) [w/ PHP 4.3]\n#\n# suspicious signature\n# Apache/2.0.54 (Gentoo/Linux) PHP/4.4.0\n# Apache/2.0.55 (Unix)\n# Apache/2.0.59 (Unix) PHP/4.4.4\n+++:---:200:200:200:200:200:---:---:400:400:400:404:405:405:200:405:501:200:+++:Apache/2.0 (Unix):Apache/2\\.0\\.5[4-9] \\(([A-Za-z /]*Linux|Unix)\\):Apache/2.0.55-59 (Unix)\n# Conflicting & more precise signature\n# Apache/2.0.48 (Linux/SuSE)\n# Apache/2\\.2:Apache/2.2.3 (Ubuntu) PHP/5.2.1 mod_ssl/2.2.3 OpenSSL/0.9.8c\n---:---:200:200:200:200:200:---:---:400:400:400:404:405:405:200:405:501:200:404:Apache/2.0 (Unix) or Apache/2.2 (Unix):Apache/2\\.(0\\.(4[8-9]|5[0-9])|2\\.[0-3]) \\(([A-Za-z /]*Linux[A-Za-z /]*|Ubuntu)\\):Apache/2.0.48-2.2.3 (Linux)\n# Apache/2.2.3 (CentOS)\n# Apache/2.0.52 (CentOS) mod_perl/1.99_16 Perl/v5.8.5 DAV/2 PHP/4.3.9 mod_python/3.1.3 Python/2.3.4 mod_ssl/2.0.52 OpenSSL/0.9.7a [unconfigured]\n+++:HTM:200:403:403:501:403:HTM:HTM:400:400:400:404:405:405:200:405:405:403:+++:Apache/2.0 (Unix) or Apache/2.2 (Unix):Apache/2\\.(0\\.5[0-9]|2\\.[0-3]) \\(CentOS\\):Apache/2.0.52-2.2.3 (CentOS)\n+++:HTM:403:403:403:403:403:HTM:HTM:400:400:400:403:403:403:403:403:403:403:+++:::Apache/2 w/ mod_dosevasive\n# More precise & conflicting\nHTM:HTM:403:403:403:403:403:HTM:HTM:400:400:400:403:403:403:403:403:403:403:403:Apache/2.0 (Unix)::Apache/2.2.3 (CentOS)\n+++:HTM:200:200:200:501:200:HTM:HTM:400:400:400:404:405:405:200:405:405:403:+++:Apache/2.0 (Unix)::Apache/2.0.39 (Unix) DAV/2\n# Apache/2.0.40 (Red Hat Linux)\n# Apache/2.0.44 (Unix) PHP/4.3.1\n# Apache/2.0.44 (Unix) PHP/4.3.0\n# Apache2 on Linux Gentoo (2.0.46, 2.0.47, 2.0.47-r1, 2.0.48-r1, 2.0.48, 2.0.49-r1)\n# Apache-AdvancedExtranetServer/2.0.50 (Mandrakelinux/5mdk) mod_ssl/2.0.50 OpenSSL/0.9.7d PHP/4.3.8\n# Apache/2.0.53 (FreeBSD) PHP/4.3.10\n# Apache/2.0.58 (Gentoo)\n# Apache/2.0.59 (FreeBSD) PHP/4.4.4 with Suhosin-Patch\n# Apache/2.2.0 (Unix) PHP/5.1.1\n# Apache/2.2.3 (Unix) mod_mono/1.2.1\n# Apache/2.2.3 (Debian) PHP/4.4.4-8 mod_ssl/2.2.3 OpenSSL/0.9.8c\n# Apache/2.2.3 (Unix)\n+++:HTM:200:200:200:501:200:HTM:HTM:400:400:400:404:405:405:200:405:501:200:+++:Apache/2.0 (Unix) or Apache/2.2 (Unix):^Apache(-AdvancedExtranetServer)?/2\\.(0\\.(4[0-9]|5[0-9])|2\\.[0-3]) \\([A-Za-z /]*Linux[A-Za-z /]*|FreeBSD|Debian|Unix\\):Apache/2.0.40-2.2.3 (Unix)\n# Apache-AdvancedExtranetServer/2.0.48 (Mandrake Linux/6mdk) mod_ssl/2.0.48 OpenSSL/0.9.7c DAV/2 PHP/4.3.4\n# Apache/2.0.40 (Red Hat Linux)\n# IBM_HTTP_Server/2.0.42 2.0.42 (Unix) DAV/2\n# IBM_HTTP_Server/2.0.42.2 Apache/2.0.46 (Unix) DAV/2\n# Apache/2.0.48 (Unix) DAV/2\n# Apache/2.0.48 (Fedora)\n# Apache/2.0.50 (Trustix Secure Linux/Linux) mod_ssl/2.0.50 OpenSSL/0.9.7c DAV/2 PHP/5.0.0-dev\n# Apache/2.0.46 (Red Hat)\n# Apache/2.0.51 (Fedora)\n# Apache-AdvancedExtranetServer/2.0.48 (Mandrake Linux/6.6.100mdk) mod_perl/1.99_11 Perl/v5.8.3 mod_ssl/2.0.48 OpenSSL/0.9.7c DAV/2 PHP/4.3.4\n# Apache/2.0.52 (Unix) DAV/2 Resin/3.0.9\n# Apache/2.0.52 (CentOS)\n# Apache-AdvancedExtranetServer/2.0.53 (Mandrakelinux/PREFORK-9mdk) mod_auth_external/2.2.9 mod_ssl/2.0.53 OpenSSL/0.9.7d DAV/2 PHP/4.3.10 mod_perl/1.999.21 Perl/v5.8.6\n# Apache/2.0.54 (Unix) mod_ssl/2.0.54 OpenSSL/0.9.6g DAV/2 PHP/5.0.4 SVN/1.3.1\n# Apache/2.0.54 (Debian GNU/Linux) mod_ssl/2.0.54 OpenSSL/0.9.7e DAV/2 mod_apreq2-20051231/2.5.7 mod_perl/2.0.2 Perl/v5.8.8\n# Apache/2.0.54 (Fedora)\n# Apache/2.0.54 (Debian GNU/Linux) DAV/2 SVN/1.1.4 mod_ssl/2.0.54 OpenSSL/0.9.7e\n# Apache/2.0.55 (Unix) DAV/2 PHP/5.0.4 mod_perl/2.0.1 Perl/v5.8.4\n# Apache/2.0.55 (Unix) DAV/2 mod_ssl/2.0.55 OpenSSL/0.9.8c PHP/5.1.1\n# Apache/2.0.55 (Ubuntu) DAV/2\n# Apache/2.0.55 (Ubuntu) DAV/2 SVN/1.3.1 PHP/5.1.2\n# Apache/2.0.55 (Ubuntu) DAV/2 SVN/1.3.2 PHP/5.1.6\n# Apache/2.0.55 (Debian) DAV/2 SVN/1.2.3 PHP/4.4.2-1+b1 mod_ssl/2.0.55 OpenSSL/0.9.8a\n# Apache/2.2.2 (iTools 8.2.2)/Mac OS X) mod_ssl/2.2.2OpenSSL/0.9.7i DAV/2 mod_fastcgi/2.4.2 PHP/5.1.5\n# Apache/2.2.0 (FreeBSD) mod_ssl/2.2.0 OpenSSL/0.9.7e-p1 DAV/2 PHP/5.1.2\n# Apache/2.2.3 (Gentoo) DAV/2 mod_ssl/2.2.3 OpenSSL/0.9.8c\n# Apache/2.2.3 (Debian) DAV/2 PHP/4.4.4-8\n# Apache/2.2.3 (Debian) DAV/2 SVN/1.4.2 PHP/5.2.0-3 mod_perl/2.0.2 Perl/v5.8.8\n# Apache/2.2.3 (Debian) DAV/2 SVN/1.4.0 mod_jk/1.2.18 mod_python/3.2.10 Python/2.4.4c0\n# Apache/2.2.3 (Debian) DAV/2 SVN/1.4.2 mod_python/3.2.10 Python/2.4.4 PHP/5.2.0-7 mod_ssl/2.2.3 OpenSSL/0.9.8c\n# Apache/2.2.3 (Debian) DAV/2 PHP/5.2.0-7 mod_ssl/2.2.3 OpenSSL/0.9.8c mod_perl/2.0.2 Perl/v5.8.8\n# Apache/2.2.3 (Debian) DAV/2 SVN/1.4.2 PHP/5.2.0-7 mod_ruby/1.2.6 Ruby/1.8.5(2006-08-25) mod_ssl/2.2.3 OpenSSL/0.9.8c mod_perl/2.0.2 Perl/v5.8.8\n# Apache/2.2.3 (Debian) DAV/2 SVN/1.4.2 mod_python/3.2.10 Python/2.4.4 PHP/5.2.0-7 mod_ssl/2.2.3 OpenSSL/0.9.8c\n# Apache/2.2.3 (Debian) mod_auth_pgsql/2.0.3 DAV/2 SVN/1.4.0 PHP/4.4.4-2 mod_ssl/2.2.3 OpenSSL/0.9.8c mod_perl/2.0.2 Perl/v5.8.8\n# Apache/2.2.4 (Gentoo) DAV/2 mod_ssl/2.2.4 OpenSSL/0.9.8d\n+++:HTM:200:200:200:501:200:HTM:HTM:400:400:400:404:405:405:200:405:405:200:+++:Apache/2.0 (Unix) or Apache/2.2 (Unix):^(Apache(-AdvancedExtranetServer)?|IBM_HTTP_Server)/2\\.(0\\.(4[0-9]|5[0-9])|2\\.[0-4]) \\([a-zA-Z /]*(Unix|[lL]inux|Fedora|Debian|CentOS|Red Hat|Gentoo|Ubuntu|.*Mac OS X|FreeBSD)[a-zA-Z0-9/-]*\\):Apache/2.0.40-2.2.4 (Unix)\n# Apache/2.2.24 (FreeBSD) mod_ssl/2.2.24 OpenSSL/0.9.8y DAV/2\n---:---:---:200:200:---:200:HTM:---:400:400:400:404:405:405:---:405:405:200:403::^Apache/2\\.2\\.24 \\(FreeBSD:Apache/2.2.24 (FreeBSD)\n# Apache/2.2.11 (Unix) -- on Mac OS X Server 10.6\n# Apache/2.2.17 (Unix) -- on Mac OS X Server 10.6.8\n# Apache/2.2.21 (Unix) -- on Mac OS X Server 10.6.8 (with Security Update 2012-001)\nHTM:HTM:200:200:200:501:200:XML:HTM:400:400:400:404:405:405:405:405:501:200:403:Apache/2.2 (Unix):Apache/2\\.2\\.(11|17|21):Apache/2.2.11-21 (Unix) on Mac OS X Server\n# Apache/2.0.48 (Unix) mod_ssl/2.0.48 OpenSSL/0.9.7d PHP/4.3.5 mod_python/3.1.2b Python/2.3.3\n# Apache 2 on Debian GNU/Linux 3.0r2 with:\n# core mod_access mod_auth mod_include mod_log_config mod_env mod_expires\n# mod_unique_id mod_setenvif mod_ssl prefork http_core mod_mime mod_status\n# mod_autoindex mod_asis mod_cgi mod_negotiation mod_dir mod_imap\n# mod_actions mod_userdir mod_alias mod_rewrite mod_so sapi_apache2\n# mod_python\n# Apache/2.0.49 (FreeBSD) PHP/4.3.7 mod_ssl/2.0.49 OpenSSL/0.9.7c-p1\n# Apache/2.2.0 (Linux/SUSE)\n# Apache/2.2.3 (Debian) [PHP/5.2.0-7]\n+++:XML:200:200:200:200:200:XML:XML:400:400:400:404:405:405:200:405:501:200:+++:Apache/2.0 (unix) or Apache/2.2 (Unix):^Apache/2\\.(0\\.(4[89]|5[0-9])|2\\.[0-3]) \\(Unix|FreeBSD|Debian|Linux[/A-Za-z ]*\\):Apache/2.0.48-2.2.3 (Unix)\n# Apache/2.0.40 (Red Hat Linux) [httpd-2.0.40-21 on Redhat 9]\n# Apache/2.0.46 (CentOS) [w/ PHP/5.0.4]\n# Apache/2.0.47 (Fedora)\n# Apache/2.0.48 (Fedora)\n# Apache/2.0.51 (Unix) mod_ssl/2.0.51 OpenSSL/0.9.7d DAV/2 PHP/4.3.8\n# Apache/2.0.52 (CentOS) [w/ PHP/4.3.9]\n# Apache/2.0.54 (Debian GNU/Linux) DAV/2 PHP/4.3.10-15\n# Apache/2.0.55 (Debian)\n# Apache/2.0.55 (Debian) DAV/2 PHP/4.4.2-1.1 mod_ssl/2.0.55 OpenSSL/0.9.8c mod_perl/2.0.2 Perl/v5.8.8\n# Apache/2.0.59 (FreeBSD) PHP/4.4.4 with Suhosin-Patch DAV/2 mod_ssl/2.0.59 OpenSSL/0.9.7d-p1\n# Apache/2.2.0 (FreeBSD) mod_ssl/2.2.0\n# Apache/2.2.3 (Debian) DAV/2 SVN/1.4.2 PHP/4.4.4-6 mod_ssl/2.2.3 OpenSSL/0.9.8c\n# Apache/2.2.3 (Debian) DAV/2 SVN/1.4.2 PHP/5.2.0-7 mod_perl/2.0.2 Perl/v5.8.8\n+++:HTM:200:200:200:200:200:HTM:HTM:400:400:400:404:405:405:200:405:405:200:+++:Apache/2.0 (unix) or Apache/2.2 (Unix):^Apache/2\\.(2\\.[0-9]|0\\.(4[0-9]|5[0-9])) \\(FreeBSD|Debian|Fedora|CentOS|[A-Za-z/ ]*Linux|Unix|RedHat[A-Za-z0-9 /]*\\):Apache/2.0.40-2.2.0 (Unix)\n+++:HTM:200:200:200:501:200:HTM:HTM:400:400:400:404:405:405:400:405:501:200:+++:Apache/2.0 (Unix)::Apache/2.0.54 (Debian GNU/Linux) mod_python/3.1.3 Python/2.3.5 PHP/4.3.10-16 mod_perl/1.999.21 Perl/v5.8.4\n+++:HTM:200:200:200:404:200:404:HTM:404:404:400:404:404:404:200:404:404:200:+++:Apache/2.0 (Unix)::Apache/2.0.40 (Unix)\n# Server version: Apache/2.0.55\n# Server built: Aug 16 2007 22:27:29\n# PHP 5.1.2 (cli) (built: Jul 17 2007 17:32:48)\n# Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies\n# Linux 2.6.20.12 i686\n# ubuntu 6.06 server.\nHTM:HTM:401:401:401:401:401:HTM:HTM:400:400:400:401:401:401:403:401:401:401:401:Apache/2.0 (Unix)::Apache/2.0.55 (Ubuntu) PHP/5.1.2 mod_ssl/2.0.55 OpenSSL/0.9.8a\n#\nHTM:HTM:200:200:200:501:200:HTM:HTM:400:400:400:404:405:405:200:405:405:---:403:Apache/2.2 (Unix):Apache/2\\.2\\.4:Apache/2.2.4 (FreeBSD) mod_ssl/2.2.4 OpenSSL/0.9.7e-p1 DAV/2 [protected by Fortinet IPS]\nHTM:HTM:200:200:200:200:200:HTM:HTM:400:400:400:404:405:405:200:405:501:---:403:Apache/2.0 (Unix):Apache/2\\.0\\.59:Apache/2.0.59 (FreeBSD) [protected by Fortinet IPS]\n---:---:200:302:200:200:200:---:---:400:400:400:404:405:405:200:405:405:---:403:Apache/2.2 (Unix) + Suhosin:Apache/2\\.2\\.4:Apache/2.2.4 PHP/5.2.3 Suhosin\n---:---:200:200:200:200:200:---:---:400:400:400:404:405:405:200:405:405:---:403:Apache/2.2 (Unix) + Suhosin:Apache/2\\.2\\.4:Apache/2.2.4 PHP/5.2.3 Suhosin\n# Apache/2.0.48 (Unix) PHP/4.3.4\n# Apache/2.0.45 (Unix) mod_ssl/2.0.45 OpenSSL/0.9.7a PHP/4.3.3\n# Apache-AdvancedExtranetServer/2.0.47 (Mandrake Linux/6mdk) mod_perl/1.99_09 Perl/v5.8.1 mod_ssl/2.0.47 OpenSSL/0.9.7b PHP/4.3.2\n# Apache/2.0.48 (Unix) PHP/4.3.4\n# Apache/2.0.50 (Trustix Secure Linux/Linux) mod_jk2/2.0.2 PHP/4.3.8 mod_ssl/2.0.50 OpenSSL/0.9.7c\n# Apache/2.0.50 (FreeBSD)\n# Apache/2.0.53 (FreeBSD) PHP/4.3.10\n# Apache/2.0.54 (Debian GNU/Linux) PHP/4.3.10-18\n# Apache/2.0.55 (Ubuntu) PHP/5.1.2\n# Apache/2.0.55 (Ubuntu) PHP/5.1.6 mod_ssl/2.0.55 OpenSSL/0.9.8b\n# Apache/2.0.58 (FreeBSD) PHP/5.1.4\n# Apache/2.0.59 (Unix) mod_ssl/2.0.59 OpenSSL/0.9.7g\n# Apache/2.0.59 (FreeBSD) PHP/5.1.6 with Suhosin-Patch\n# Apache/2.2.0 (Unix) PHP/4.4.2\n# Apache/2.2.0 (Linux/SUSE)\n# Apache/2.2.3 (Debian) PHP/5.2.0-7\n# Apache/2.2.3 (Debian) mod_python/3.2.10 Python/2.4.4c0 PHP/4.4.4-6 mod_perl/2.0.2 Perl/v5.8.8\n+++:HTM:200:200:200:200:200:HTM:HTM:400:400:400:404:405:405:200:405:501:200:+++:Apache/2.0 (Unix) or Apache/2.2 (Unix):^Apache(-AdvancedExtranetServer)?/2\\.(0\\.(4[5-9]|5[0-9])|2\\.[0-3]):Apache/2.0.45-2.2.3 (Unix) w/ PHP/4.3-5.2\n+++:HTM:200:200:200:200:200:HTM:HTM:400:400:400:302:405:405:200:405:501:200:+++:Apache/2.0 (Unix)::Apache/2.0.54 (FreeBSD) PHP/4.3.11\n# Apache/2.0.48 (Fedora)\n# Apache/2.0.49 (Debian GNU/Linux) mod_perl/1.99_12 Perl/v5.8.3 PHP/4.3.5 mod_ssl/2.0.49 OpenSSL/0.9.7d\n# Apache/2.0.52 (Fedora)\n# Apache/2.0.53 (Fedora)\n# Apache/2.0.54 (Debian GNU/Linux) PHP/4.3.10-18 mod_ssl/2.0.54 OpenSSL/0.9.7e\n# Apache/2.0.55 (FreeBSD) PHP/4.4.1 mod_fastcgi/2.4.2 DAV/2 SVN/1.3.1 mod_ssl/2.0.55 OpenSSL/0.9.7e-p1 mod_perl/2.0.2 Perl/v5.8.8\n+++:HTM:200:200:200:200:200:HTM:HTM:400:400:400:200:200:200:200:200:200:200:+++:Apache/2.0 (Unix):^Apache/2\\.0\\.(4[89]|5[0-5]):Apache/2.0.48-55 (Unix)\n# Apache/2.0.49 (Trustix Secure Linux/Linux) [Trustix 2.1]\n# Apache/2.0.48 (Trustix Secure Linux/Linux) PHP/4.3.4\n# Apache/2.0.50 (Linux/SUSE)\n# Apache/2.0.55 (Ubuntu) PHP/4.4.2-1build1\n# Apache/2.2.2 (Unix) mod_ssl/2.2.2 OpenSSL/0.9.7l\n+++:XML:200:200:200:501:200:HTM:XML:400:400:400:404:405:405:200:405:501:200:+++:Apache/2.0 (Unix) or Apache/2.2 (Unix):Apache/2\\.(0\\.(4[89]|5[0-9])|2\\.[0-2]) \\(Ubuntu|[A-Za-z /]*Linux[A-Za-z /]*\\):Apache/2.0.48-2.2.2 (Linux)\n# Apache/2.0.48 (Fedora) - X-Powered-By: PHP/4.3.4\n+++:HTM:200:200:200:200:200:HTM:HTM:302:302:400:302:302:302:200:302:302:200:+++:Apache/2.0 (Unix)::Apache/2.0.48 (Fedora) [w/ PHP/4.3.4]\n+++:HTM:200:200:200:200:200:HTM:HTM:400:400:400:VER:405:405:200:405:501:200:+++:Apache/2.0 (Unix)::Apache/2.0.51 (Trustix Secure Linux/Linux) mod_ssl/2.0.51 OpenSSL/0.9.7c PHP/4.3.9\n# Apache/2.0.40 (Red Hat Linux)\n# Apache/2.0.44 (Unix)\n# Apache/2.0.46 (Red Hat)\n# Apache/2.0.48 (Fedora)\n# Apache/2.0.49 (Fedora)\n# Apache/2.0.49 (Linux/SuSE)\n# Apache/2.0.50 (Fedora)\n# Apache/2.0.51 (Turbolinux)\n# Apache/2.0.52 (CentOS)\n# Apache/2.0.53 (Linux/SUSE)\n# Apache/2.0.54 (Linux/SUSE)\n# Apache/2.0.54 (Debian GNU/Linux) DAV/2 PHP/4.3.10-18\n# Apache/2.0.54 (Debian GNU/Linux) DAV/2 SVN/1.1.4 PHP/4.3.10-16\n# Apache/2.0.54 (Mandriva Linux/PREFORK-13.3.20060mdk)\n# Apache/2.0.55 (Ubuntu) DAV/2 mod_python/3.1.4 Python/2.4.3 PHP/5.1.2 mod_ssl/2.0.55 OpenSSL/0.9.8a mod_perl/2.0.2 Perl/v5.8.7\n# Apache/2.2.3 (Mandriva Linux/PREFORK-1mdv2007.0)\n# Apache/2.2.3 (Unix) mod_ssl/2.2.3 OpenSSL/0.9.7e DAV/2\n# Apache/2.2.3 (FreeBSD) mod_ssl/2.2.3 OpenSSL/0.9.7e-p1 DAV/2 PHP/5.2.0\n+++:HTM:200:200:200:501:200:XML:HTM:400:400:400:404:405:405:200:405:405:200:+++:Apache/2.0 (Unix) or Apache/2.2 (Unix):^Apache/2\\.(0\\.(4[0-9]|5[0-9])|2\\.[0-3]) \\(Fedora|CentOS|Red Hat( Linux)?|[A-Za-z ]+/Linux|Linux/SuSE\\):Apache/2.0.40-2.2.3 (Linux)\n#\n+++:HTM:HTM:200:302:501:HTM:HTM:HTM:HTM:HTM:302:411:411:401:501:501:501:---:+++:WebSite/3.5::WebSite/3.5.17\n+++:HTM:HTM:200:200:501:HTM:HTM:HTM:HTM:HTM:200:411:411:401:501:501:501:---:+++:WebSite/3.5::WebSite/3.5.17\n+++:200:HTM:200:200:501:HTM:HTM:HTM:HTM:HTM:200:411:411:401:501:501:501:---:+++:WebSite/3.5::WebSite/3.5.19\n+++:HTM:HTM:200:200:501:HTM:HTM:HTM:HTM:HTM:200:411:411:403:501:501:501:---:+++:WebSite/3.5::WebSite/3.5.19\n# http://www.tnsoft.com -> IA WebMail Server\n+++:200:200:200:200:200:200:200:200:200:200:200:+++:200:200:200:200:200:+++:+++:::WebMail/1.0 [IA WebMail Server version 3.1?]\n# Conflicting & unconfirmed\n# WSTL CPE 1.0\n# Confirmed\n# TRMB/1.0 [Trimble NetR5 Receiver]\n200:200:200:200:200:200:200:200:200:200:200:200:200:200:200:200:200:200:---:---:^(WSTL CPE 1\\.0|TRMB/1\\.0)::WSTL CPE 1.0 or Trimble NetR5 Receiver [very fuzzy signature]\n# Guardant Net Server\n# httpd 0.0.7\n200:200:200:200:200:200:200:200:200:200:200:200:---:200:200:200:200:200:200:200:::Guardant Net Server or httpd 0.0.7 ??\n#\n200:400:400:200:200:400:400:400:400:404:404:200:200:400:400:400:400:400:200:404:::Gatling/0.11\n400:400:405:505:505:401:400:400:400:401:401:401:401:405:405:401:501:501:400:400:GigaTribe::GigaTribe/2.50\n# Eudora\n+++:HTM:400:200:HTM:200:HTM:HTM:HTM:400:400:200:400:400:400:400:400:400:404:+++:::WorldMail-HTTPMA/6.1.19.0\n## A every common Apache signature ##\n+++:---:200:200:302:501:302:HTM:---:400:400:400:404:405:405:403:405:501:302:+++:Apache/2.0 (Unix)::Apache/2.0.48 (Unix) Debian GNU/Linux\n# Apache/2.0.48 w/ full modules support, compiled with openssl 0.9.7c Kernel 2.4.24 on RedHat 9.0 distribution\n# Apache/2.0.54 (Debian GNU/Linux) DAV/2 SVN/1.1.4 mod_jk2/2.0.4 PHP/4.3.10-18 mod_ssl/2.0.54 OpenSSL/0.9.7e mod_perl/1.999.21 Perl/v5.8.7\n# Apache/2.2.3 (Debian) DAV/2 PHP/4.4.4-6 mod_ssl/2.2.3 OpenSSL/0.9.8c mod_musicindex/1.1.3\n+++:HTM:200:200:200:501:200:HTM:HTM:400:400:400:404:405:405:403:405:405:200:+++:Apache/2.0 (Unix) or Apache/2.2 (Unix):Apache/2\\.(0\\.(4[89]|5[0-9])|2\\.[0-3]) \\(Debian[A-Za-z/]*|Unix\\):Apache/2.0.48-2.2.3 (Unix)\n# Fedora core release 1 5Yarrow)\n# php-4.3.4-1.1, php-ldap-4.3.4-1.1, php-mysql-4.3.4-1.1, php-imap-4.3.4-1.1, httpd-2.0.48-1.2, mod_ssl-2.0.48-1.2, mod_python-3.0.4-0.1\n# mod_auth_mysql-20030510-3, mod_perl-1.99_12-2\n+++:xxx:200:200:200:200:200:xxx:xxx:302:302:400:404:302:302:200:302:302:200:+++:Apache/2.0 (Unix)::Apache/2.0.48 (Fedora)\n# Apache 2.0.48 on Solaris 8\n+++:HTM:200:200:200:501:200:HTM:HTM:400:400:---:404:405:405:200:405:501:---:+++:Apache/2.0 (Unix)::Apache/2.0.48 (Unix) [Solaris 8]\n# Apache/2.0.40 (Red Hat Linux)\n# Apache/2.0.59 (FreeBSD) PHP/4.4.4 with Suhosin-Patch mod_ruby/1.2.5 Ruby/1.8.5(2006-08-25) mod_ssl/2.0.59 OpenSSL/0.9.7e\n# Apache/2.2.0 (Fedora)\n+++:HTM:200:200:200:403:200:HTM:HTM:400:400:400:404:403:403:200:403:403:200:+++:Apache/2.0 (Unix) or Apache/2.2 (Unix):Apache/2\\.(0\\.[45][0-9]|2\\.0) \\([A-Za-z /]*Linux|FreeBSD|Fedora\\):Apache/2.0.40-2.2.0 (Unix)\n# Fake banner: Apache/2.2.0 (Fedora) PHP/5.2.11-pl0-gentoo\nHTM:HTM:200:505:505:505:200:HTM:HTM:400:400:400:400:405:405:405:405:501:200:404:Apache/2.2:^Apache/2\\.2:Apache/2.2.11 (Linux) mod_security\n# Apache/2.0.40 (Red Hat Linux)\n# Apache/2.0.48 (Linux/SuSE)\n# Apache/2.0.53 (Linux/SUSE)\n+++:XML:200:200:200:200:200:XML:XML:400:400:400:200:200:200:200:200:200:200:+++:Apache/2.0 (Unix):Apache/2\\.0\\.(4[0-9]|5[0-3]) \\([A-Za-z /]*Linux[A-Za-z /]*\\):Apache/2.0.40-53 (Linux)\n+++:HTM:200:200:200:501:200:HTM:HTM:302:301:400:302:405:405:200:405:405:403:+++:Apache/2.0 (Unix)::Apache/2.0.46 (Red Hat)\n# Apache/2.0.46 (Red Hat)\n# Apache/2.0.46 (Unix) mod_perl/1.99_09 Perl/v5.8.0 mod_ssl/2.0.46 OpenSSL/0.9.7a DAV/2 FrontPage/5.0.2.2634 PHP/4.3.3 mod_gzip/2.0.26.1a\n# Apache/2.0.59 (Unix) DAV/2 PHP/5.1.6\n# Apache/2.2.0 (Fedora)\n+++:HTM:200:200:200:501:200:HTM:HTM:400:400:400:302:405:405:200:405:405:200:+++:Apache/2.0 (Unix) or Apache/2.2 (Unix):^Apache/2\\.(0\\.(4[6-9]|5[0-9])|2\\.0) \\(Unix|Red Hat|Fedora|[A-Za-z /]*Linux\\):Apache/2.0.46-2.2.0 (Unix)\n+++:HTM:200:200:200:501:200:XML:HTM:400:400:400:404:403:403:200:405:405:200:+++:Apache/2.0 (Unix)::Apache/2.0.40 (Red Hat Linux)\n+++:HTM:200:200:200:501:200:HTM:HTM:200:400:400:200:405:405:200:405:405:200:+++:Apache/2.0 (Unix)::Apache/2.0.40 (Red Hat Linux)\n# Apache/2.0.46 (Red Hat)\n# Apache/2.0.48 (Fedora)\n+++:HTM:200:200:200:501:200:HTM:HTM:400:400:400:404:405:405:200:405:405:302:+++:Apache/2.0 (Unix):^Apache/2\\.0\\.4[6-8] \\(Red Hat|Fedora\\):Apache/2.0.46-48 (Red Hat)\n+++:HTM:200:200:200:501:200:XML:HTM:400:400:400:302:405:405:200:405:405:200:+++:Apache/2.0 (Unix)::Apache/2.0.40 (Red Hat Linux)\n+++:HTM:200:200:200:501:200:HTM:HTM:400:400:400:404:403:403:200:405:405:200:+++:Apache/2.0 (Unix)::Apache/2.0.40 (Red Hat Linux) mod_perl/1.99_07-dev Perl/v5.8.0 PHP/4.2.2 mod_ssl/2.0.40 OpenSSL/0.9.7a DAV/2 JRun/4.0\n# Apache/2.0.40 (Red Hat Linux)\n# Apache/2.0.55 (Gentoo) mod_ssl/2.0.55 OpenSSL/0.9.7i DAV/2 PHP/4.4.0-pl1-gentoo\n# # Apache/2.2.2 (Unix) mod_ssl/2.2.2 OpenSSL/0.9.8d DAV/2 PHP/5.1.4\n# Apache/2.2.3 (Fedora) [w/ PHP/5.1.6]\n+++:XML:200:200:200:200:200:XML:XML:400:400:400:404:405:405:200:405:405:200:+++:Apache/2.0 (Unix) or Apache/2.2 (Unix):Apache/2\\.(0\\.[45][0-9]|2\\.[0-3]) \\([A-Za-z /]*Linux|Gentoo|Unix|Fedora\\):Apache/2.0.40-2.2.3 (Unix)\n# Apache/2.0.48 (Unix) PHP/4.3.3\n# Apache/2.0.48 (Fedora) PHP/4.3.4\n# Apache/2.0.52 (Debian GNU/Linux)\n+++:HTM:200:200:200:501:200:HTM:HTM:400:400:400:302:405:405:200:405:501:200:+++:Apache/2.0 (Unix):Apache/2\\.0\\.(4[89]|5[0-2]) \\(Unix|Fedora|[A-Za-z /]*Linux\\):Apache/2.0.48-52 (Unix)\n+++:XML:200:200:200:501:200:HTM:XML:400:400:400:404:201:404:200:404:405:200:+++:Apache/2.0 (Unix)::Apache/2.0.50 (Debian GNU/Linux) DAV/2 SVN/1.0.5 mod_python/3.1.3 Python/2.3.4\n# Apache/2.0.50 (Unix) PHP/4.3.7\n# Apache/2.0.52 (Gentoo/Linux)\n# Apache/2.0.54 (Gentoo/Linux)\n+++:HTM:200:200:200:501:200:HTM:HTM:400:400:400:404:405:405:403:405:501:200:+++:Apache/2.0 (Unix):^Apache(/2\\.0\\.5[0-4] \\((Unix|[a-zA-Z/]*Linux).*)?$:Apache/2.0.50-54 (Unix)\n# Apache/2.0.40 (Red Hat Linux)\n# Apache/2.0.48 (Linux/SuSE)\n# Apache/2.0.48 (Unix) mod_ssl/2.0.48 OpenSSL/0.9.7c PHP/4.3.4\n# Apache/2.0.49 (Linux/SuSE) [SuSE Linux 9.1]\n# Apache/2.0.52 (NETWARE) mod_jk/1.2.6a\n# Apache/2.0.55 (Debian) PHP/4.4.2-1.1 mod_ruby/1.2.6 Ruby/1.8.4(2005-12-24)\n# Apache/2.0.55 (Ubuntu) PHP/5.1.2 mod_ssl/2.0.55 OpenSSL/0.9.8a\n# Apache/2.2.0 (Unix)\n# Apache/2.2.3 (Unix) mod_ssl/2.2.3 OpenSSL/0.9.7k PHP/5.1.6\n# Apache/2.2.3 (Unix) mod_ssl/2.2.3 OpenSSL/0.9.8b PHP/5.1.5\n# Apache/2.2.3 (Mandriva Linux/PREFORK-1mdv2007.0)\n+++:HTM:200:200:200:501:200:XML:HTM:400:400:400:404:405:405:200:405:501:200:+++:Apache/2.0 (Unix) or Apache/2.2 (Unix):^Apache/2\\.(0\\.(4[0-9]|5[0-9]|2\\.[0-3]) \\(Unix|NETWARE|Ubuntu|[A-Za-z ]*Linux[/A-Za-z0-9. -]*\\):Apache/2.0.40-2.2.3 on Unix or NETWARE\n# Same as above, less precise\n+++:HTM:200:200:200:501:200:XML:HTM:400:400:400:404:405:405:200:405:501:+++:+++:::Rational_Web_Platform [Clearcase Webserver]\n# Apache/2.0.49 (Unix) PHP/4.3.7\n# Apache/2.0.50 (Unix) mod_ssl/2.0.50 OpenSSL/0.9.7i PHP/4.3.8 mod_python/3.1.3 Python/2.3.4\n# Apache/2.0.54 (Debian GNU/Linux) PHP/4.3.10-16 proxy_html/2.4\n# Apache/2.0.55 (Debian) PHP/4.4.2-1.1\n# Apache/2.0.47 (Unix) FrontPage/5.0.2.2626\n# Apache/2.2.2 (Unix) mod_ssl/2.2.2 OpenSSL/0.9.7j PHP/5.1.4\n+++:HTM:200:200:200:501:200:HTM:HTM:400:400:400:200:405:405:200:405:501:200:+++:Apache/2.0 (Unix) or Apache/2.2 (Unix):^Apache/2\\.(0\\.(4[7-9]|5[0-9])|2\\.[0-2]) \\(Unix|Debian|[A-Za-z /]*Linux[A-Za-z /]*\\):Apache/2.0.47-2.2.2 (Unix)\n+++:HTM:200:200:200:200:200:HTM:HTM:400:400:400:404:403:403:200:405:501:200:+++:Apache/2.0 (Unix)::Apache/2.0.49 (Linux/SuSE)\n+++:400:400:200:400:400:400:400:400:400:400:200:404:405:405:200:405:400:403:+++:Apache/2.0 (Unix)::Apache/2.0.49 (Unix) mod_python/3.1.3 Python/2.3.4\n# httpd-2.0.52-9.ent on RedHat Enterprise Server v4 ES 2.6.9-5.ELsmp\n+++:HTM:200:200:404:404:404:HTM:HTM:400:400:400:404:405:405:200:405:405:404:+++:Apache/2.0 (Unix)::Apache/2.0.52-9 [w/ PHP/4.3.9 on Redhat ES]\n+++:HTM:200:200:200:200:200:HTM:HTM:400:400:400:404:405:405:200:405:501:400:+++:Apache/2.0 (Unix)::Apache/2.0.49 (Unix) mod_ssl/2.0.49 OpenSSL/0.9.7d Resin/3.0.7 JRun/4.0\n# The httpd.conf differs from redhat distribution by rewrite stuff to disable TRACE/TRACK and by .htaccess being enabled. No virtual domains.\n+++:HTM:200:200:200:501:200:XML:HTM:400:400:400:404:405:405:403:405:405:200:+++:Apache/2.0 (Unix)::Apache/2.0.40 (Red Hat Linux) [w/ PHP/4.2.2 and mod_dav]\n# Apache/2.2.3 (Mandriva Linux/PREFORK-1mdv2007.0)\n# Apache/2.2.4 (Mandriva Linux/PREFORK-6mdv2007.1)\n+++:HTM:200:200:200:501:200:XML:HTM:400:400:400:404:405:405:403:405:501:200:+++:Apache/2.2 (Unix):Apache/2.2.3 (Mandriva Linux/PREFORK-[0-9]mdv200[0-9]\\.[0-9]):Apache/2.2 (Mandriva Linux)\n# More precise\nHTM:HTM:200:200:200:501:200:XML:HTM:400:400:400:404:405:405:403:405:501:200:403:Apache/2.2 (Unix)::Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.7l PHP/5.2.14\n# Secure Web Server 6.7.1 for Tru64 UNIX (powered by Apache)\n# software release: Secure Web Server, version 6.7.1 (Apache 2.2)\n# operating system release: Tru64 Unix 5.1B-4\nHTM:HTM:200:200:200:200:200:HTM:HTM:400:400:400:200:200:200:403:200:200:200:403:Apache/2.2 (Unix):Apache:Secure Web Server 6.7.1 for Tru64 UNIX (powered by Apache)\nHTM:HTM:200:200:301:301:301:HTM:HTM:400:400:400:404:405:405:200:405:501:301:301:Apache/2.2 (Linux)::Apache/2.2.9 (Debian) mod_ssl/2.2.9 OpenSSL/0.9.8g\n# Apache 2.2.9-10+lenny6 (protected web server)\nHTM:HTM:200:401:401:401:401:HTM:HTM:400:400:400:401:401:401:405:401:401:401:401:Apache/2.2 (Unix):Apache:Apache/2.2.9 (Unix)\n# apache2-2.2.16-6+squeeze\nHTM:HTM:200:200:301:301:301:HTM:HTM:400:400:400:404:405:405:405:405:501:301:301:Apache/2.2 (Linux)::Apache/2.2.16 (Linux)\n# www-servers/apache-2.2.11 - same sig with or w/out USE='apache2_mpms_prefork -threads'\n# Apache 2.2.16 on Debian 6.0.7\n# Apache/2.2.8 on Gentoo (Apache/2.2.8 (Gentoo) mod_ssl/2.2.8 OpenSSL/0.9.8g PHP/5.2.8-pl2-gentoo)\n# Apache/2.2.11 (Gentoo) mod_ssl/2.2.11 OpenSSL/0.9.8k PHP/5.2.11-pl0-gentoo\n# Apache/2.2.17 (Gentoo) mod_ssl/2.2.17 OpenSSL/1.0.0d\n# Apache 2.2.8 on Ubuntu 8.04.4 LTS\n# Apache 2.2.14 on Ubuntu 10.04.4 LTS\n# Apache/2.2.17 (Ubuntu)\n# Apache 2.2.20 on Ubuntu 11.10\n# Apache 2.2.22 on Ubuntu 12.04\n# Apache 2.2.22 on Ubuntu 12.10\n# Apache 2.4.3 on Slackware 14.0\n# Apache 2.4.6 on Slackware 14.1\n# Apache 2.4.6 on Ubuntu 13.10\n# Apache 2.4.7 on Ubuntu 14.04\n# Apache 2.4.10 on Ubuntu 14.10\n#\n# nb: some of these return two different fingerprints.\n---:---:---:200:200:---:200:HTM:---:400:400:400:404:405:405:---:405:501:200:404:Apache/2.2 (Linux) or Apache/2.4 (Linux):^Apache/2\\.(2\\.(8|1[1-9]|2[02])|4\\.[367]) \\((Debian|Gentoo|Ubuntu|Unix)\\):Apache/2.2.8-22 or Apache/2.4.3-7 (Linux)\nHTM:HTM:200:200:200:501:200:HTM:HTM:400:400:400:404:405:405:405:405:501:200:404:Apache/2.2 (Linux) or Apache/2.4 (Linux):^Apache/2\\.(2\\.(8|1[1-9]|2[0-5])|4\\.([67]|10|12)) \\((Debian|Gentoo|Ubuntu)\\):Apache/2.2.8-25 (Linux) or Apache/2.4.6-12 (Linux)\n# Apache 2.4.10 on Ubuntu 14.10\n---:---:200:200:200:---:200:HTM:---:400:400:400:404:405:405:---:405:501:200:404:Apache/2.4 (Linux):^Apache/2\\.4\\.10 \\(Ubuntu\\):Apache/2.4.10 (Ubuntu)\n# Apache 2.2.15 on CentOS 6.3 (httpd-2.2.15-28.el6.centos.i686)\n---:---:---:200:200:---:200:HTM:---:400:400:400:404:405:405:---:405:405:200:404:Apache/2.2 (Linux):^Apache/2\\.2\\.15 \\(CentOS\\):Apache/2.2.15\n# Apache 2.2.14 on Citrix NetScaler 10.0\n# Apache 2.4.9 on FreeBSD 9.3\n# Apache 2.4.6 on FreeBSD 10.0\n# Apache 2.4.6 on NetBSD 5.1.3\n# Apache 2.4.6 on NetBSD 5.2.1\n# Apache 2.4.6 on NetBSD 6.0.3\n# Apache 2.4.6 on NetBSD 6.1.2\n---:---:---:200:200:---:200:HTM:---:400:400:400:404:405:405:---:405:501:200:403::^Apache:Apache/2.2 on Citrix NetScaler or Apache/2.4.9 on FreeBSD 9.3 or Apache/2.4.6 on FreeBSD 10.0 or Apache/2.4.6 on NetBSD 5.1.3 / 5.2.1 / 6.0.3 / 6.1.2\n# Apache 2.4.6 on FreeBSD 10.0 (alternate)\n# Apache 2.4.10 on FreeBSD 10.1\n---:---:200:200:200:---:200:HTM:---:400:400:400:404:405:405:---:405:501:200:403:Apache/2.4:^Apache/2\\.4\\.(6|10) \\(FreeBSD\\):Apache/2.4.6 on FreeBSD 10.0 or Apache/2.4.10 on FreeBSD 10.1\n# Apache/2.0.59 on SLES 9.4\n# Apache/2.4.6 on OpenSuSE 13.1\n# Apache/2.4.16 on OpenSuSE 42.1\n# Apache/2.4.10 on OpenSuSE 13.2\n#\n# nb: this returns two different fingerprints.\nXML:XML:200:403:403:501:403:XML:XML:400:400:400:404:405:405:200:405:501:403:404:Apache/2.0 (Linux) or Apache/2.4 (Linux):^Apache/2\\.(0\\.59|2\\.29|4\\.(6|10|16)) \\(Linux/S[uU]SE\\):Apache/2.0.59 (Linux/SUSE) or Apache/2.2.29 (Linux/SUSE) or Apache/2.4.6 (Linux/SUSE) or Apache/2.4.16 (Linux/SUSE) or Apache/2.4.10 (Linux/SUSE)\n---:---:---:403:403:---:403:XML:---:400:400:400:404:405:405:---:405:501:403:404:Apache/2.0 (Linux) or Apache/2.4 (Linux):^Apache/2\\.(0\\.59|4\\.(6|16)) \\(Linux/S[uU]SE\\):Apache/2.0.59 (Linux/SUSE) or Apache/2.4.6 (Linux/SUSE) or Apache/2.4.16 (Linux/SUSE)\n# Apache/2.2.17 on openSUSE 11.4\n# Apache/2.2.3 on SLES 10.4\n# Apache/2.2.12 on SLES 11.1\n#\n# nb: these return two different fingerprints.\nXML:XML:200:403:403:501:403:400:400:400:400:400:404:405:405:200:405:501:403:404:Apache/2.2 (Unix):^Apache/2\\.2\\.(3|1[27]) \\(Linux/SUSE\\):Apache/2.2.3-17 (Linux/SUSE)\n---:---:---:403:403:---:403:400:---:400:400:400:404:405:405:---:405:501:403:404:Apache/2.2 (Unix):^Apache/2\\.2\\.(3|1[27]) \\(Linux/SUSE\\):Apache/2.2.3-17 (Linux/SUSE)\n# Apache/2.2.12 on SLES 11.4\nXML:XML:200:400:400:400:400:400:---:400:400:400:404:405:405:200:405:501:403:404::^Apache/2\\.2\\.12:Apache/2.2.12 (Linux/SUSE) [R]\n# Apache/2.2.22 (Ubuntu)\nHTM:HTM:200:403:403:403:403:HTM:HTM:400:400:400:404:405:405:405:405:501:414:414:::Apache/2.2.22 (Ubuntu)\n# Apache/2.2.20 (Gentoo) mod_ssl/2.2.20 OpenSSL/1.0.0d\n# Apache/2.2.21 (Gentoo) mod_ssl/2.2.21 OpenSSL/1.0.0e\nHTM:HTM:200:200:200:501:200:HTM:HTM:400:400:400:200:405:405:405:405:501:200:404:Apache/2.2 (Unix):^Apache/2\\.2\\.2[01] \\(Gentoo\\):Apache/2.2.20-2.2.21 (Gentoo)\n# Apache/2.2.21 on openSUSE 12.1\n# Apache/2.2.22 on openSUSE 12.2\n# Apache/2.2.22 on openSUSE 12.3\n#\n# nb: these return two different fingerprints.\nXML:XML:200:403:403:501:403:HTM:HTM:400:400:400:404:405:405:200:405:501:403:404:Apache/2.21 (Unix):^Apache/2\\.2\\.2[12] \\(Linux/SUSE\\):Apache/2.2.21-2.2.22 (openSUSE 12.x)\n---:---:---:403:403:---:403:HTM:---:400:400:400:404:405:405:---:405:501:403:404:Apache/2.21 (Unix):^Apache/2\\.2\\.2[12] \\(Linux/SUSE\\):Apache/2.2.21-2.2.22 (openSUSE 12.x)\n# Apache/2.2.3 on CentOS 5.9\n# Apache/2.2.15 on CentOS 6.4\n# Apache 2.2.23 on Fedora 17\n# Apache 2.4.3 on Fedora 18\n# Apache 2.4.4 on Fedora 18\n# Apache 2.4.6 on Fedora 19\n# Apache 2.4.6 on Fedora 20\n# Apache/2.0.52 on Oracle 4.9\n# Apache/2.2.3 on Oracle 5.9\n# Apache/2.2.15 on Oracle 6.4\n# Apache/2.0.52 on Red Hat 4.9\n# Apache/2.2.3 on Red Hat 5.9\n# Apache/2.2.15 on Red Hat 6.4\n# Apache/2.2.3 on Scientific Linux 5.9\n# Apache/2.2.15 on Scientific Linux 6.3\n---:---:---:403:403:---:403:HTM:---:400:400:400:404:405:405:---:405:405:403:404:Apache/2.0 (Unix), Apache/2.2 (Unix) or Apache/2.4 (Unix):^Apache/2\\.(0\\.52|2\\.(3|15|23)|4\\.[346]) \\(CentOS|Fedora|Oracle|Red Hat|Scientific Linux\\):Apache/2.0.52, Apache/2.2.3-2.2.23 or Apache/2.4.3-6 (Unix)\n# Apache/2.4.6 on CentOS 7.0\n# Apache/2.4.6 on Oracle Linux 7.0\n# Apache/2.4.6 on Scientific Linux 7.0\n---:---:200:403:403:---:403:HTM:---:400:400:400:404:405:405:---:405:405:403:404:Apache/2.4:Apache/2\\.4\\.6 \\(CentOS|Red Hat|Scientific Linux\\):Apache/2.4.6 on Red Hat / CentOS / Oracle Linux / Scientific Linux\n# Apache/2.2.22 (Mandriva Linux/PREFORK-0.1mdv2010.2)\n# Apache/2.2.24 (Mandriva Linux/PREFORK-0.1)\n# Apache/2.2.23 (Mandriva/PREFORK-1.mbs1)\n# Apache/2.2.17 (Mageia/PREFORK-4.mga1)\n# Apache/2.2.22 (Mageia/PREFORK-12.mga2)\n# Apache/2.4.4 (Mageia)\n# Apache/2.4.7 (Mageia)\n---:---:---:200:200:---:200:XML:---:400:400:400:404:405:405:---:405:501:200:404::^Apache/2\\.(2\\.(17|2[2-4])|4\\.[4-7]) \\(((Mageia|Mandriva( Linux)?)/PREFORK|Mageia):Apache/2.2.17-24 or Apache/2.4.4-7 (Mageia or Mandriva Linux)\nHTM:HTM:200:200:200:501:200:XML:HTM:400:400:400:404:405:405:405:405:501:200:404::^Apache/2\\.(2\\.(17|2[2-4])|4\\.[4-7]) \\(((Mageia|Mandriva( Linux)?)/PREFORK|Mageia):Apache/2.2.17-24 or Apache 2.4.4-7 (Mageia or Mandriva Linux)\n#\n#### Apache Win32 ####\n# Apache through ACC reverse proxy\n# Or IBM_HTTP_SERVER/1.3.28\n+++:HTM:400:HTM:HTM:HTM:200:400:400:400:400:200:404:400:400:200:501:501:200:+++:Apache/1.3 (Win32):Apache/1\\.3\\.28 \\(Win32\\):Apache/1.3.28 (Win32) through ACC reverse proxy or IBM_HTTP_SERVER/1.3.28\n# Apache/1.3.27 (Win32)\n# OpenSA/1.0.4 / Apache/1.3.27 (Win32) PHP/4.2.2 mod_gzip/1.3.19.1a DAV/1.0.3\n# IBM_HTTP_SERVER/1.3.28.1 Apache/1.3.28 (Win32) mod_jk/1.2.15 PHP/5.0.4\n# Apache/1.3.33 (Win32)\n# Apache/1.3.34 (Win32) PHP/4.4.2 mod_ssl/2.8.25 OpenSSL/0.9.8a\nHTM:HTM:200:200:400:501:200:HTM:HTM:200:400:400:404:405:404:200:404:501:403:404:Apache/1.3 (Win32):Apache/1\\.3\\.(2[7-9]|3[0-4]) \\(Win32\\):Apache/1.3.27-1.3.34 (Win32)\n+++:HTM:200:200:200:501:200:HTM:HTM:200:400:400:404:405:404:200:404:501:403:+++:Apache/1.3 (Win32)::Apache/1.3.23 (Win32)\n+++:HTM:200:200:200:200:200:HTM:HTM:200:+++:400:404:405:404:200:404:501:+++:+++:Apache/1.3 (Win32)::Apache/1.3.24 (Win32) PHP/4.2.0\n# IBM_HTTP_SERVER/1.3.20 Apache/1.3.20 (OS/2) PHP/4.1.1\n# Apache/1.3.24 (Win32) PHP/4.2.0\n+++:HTM:200:200:200:200:200:HTM:HTM:200:400:400:404:405:404:200:404:501:403:+++:Apache/1.3 (Win32) or Apache/1.3 (OS/2):Apache/1\\.3\\.2[0-4] \\((Win32|OS/2)\\):Apache/1.3.20-24 (Win32 / OS/2) w/ PHP/4\n+++:HTM:200:200:400:400:200:HTM:HTM:200:400:400:403:403:403:200:403:403:403:+++:Apache/1.3 (Win32)::Apache/1.3.26 (Win32) mod_perl/1.27\n+++:---:200:200:400:400:200:HTM:---:200:400:400:404:405:404:200:404:501:403:+++:Apache/1.3 (Win32)::Apache/1.3.26 (Win32) mod_jk/1.1.0 mod_ssl/2.8.9 OpenSSL/0.9.6d\n+++:HTM:200:200:400:400:200:HTM:HTM:200:400:400:404:405:404:200:404:501:404:+++:Apache/1.3 (Win32)::Apache/1.3.26 (Win32) mod_jk/1.2.0 mod_ssl/2.8.10 OpenSSL/0.9.7d\n# Apache/1.3.29 (Win32) PHP/4.3.4 X-Powered-By: PHP/4.3.4 - Win 2000 SP3\n# Apache/1.3.27 (Win32)\n# Apache/1.3.27 (Win32) PHP/4.3.0\n# Apache/1.3.27 (Win32) PHP/4.3.3RC1\n# Apache/1.3.29 (Win32) PHP/4.3.6\n# Apache/1.3.35 (Win32) PHP/5.1.4\n+++:HTM:200:200:400:200:200:HTM:HTM:200:400:400:404:405:404:200:404:501:403:+++:Apache/1.3 (Win32):^Apache/1\\.3\\.(2[7-9]|3[0-5]) \\(Win32\\):Apache/1.3.27-35 (Win32) [w/ PHP4?]\n+++:xxx:200:200:200:200:200:xxx:xxx:200:+++:400:404:405:404:200:404:501:+++:+++:Apache/1.3 (Win32)::Apache/1.3.24 (Win32) PHP/4.2.0\n+++:xxx:200:200:400:400:200:HTM:xxx:200:+++:400:404:405:404:200:404:501:+++:+++:Apache/1.3 (Win32)::Apache/1.3.26 (Win32)\n# Apache/1.3.26 (Win32) PHP/5.0.2\n# Apache/1.3.26 (Win32) mod_jk/1.1.0\n+++:HTM:200:200:400:400:200:HTM:HTM:200:400:400:404:405:404:200:404:501:403:+++:Apache/1.3 (Win32)::Apache/1.3.26 (Win32)\n+++:---:403:200:200:501:200:HTM:---:200:400:400:404:405:404:200:404:501:403:+++:Apache/1.3 (Win32)::IBM_HTTP_SERVER/1.3.19.3 Apache/1.3.20 (Win32)\n+++:HTM:403:200:404:501:404:HTM:HTM:404:400:400:200:200:200:200:200:200:403:+++:Apache/1.3 (Win32)::IBM_HTTP_SERVER/1.3.19.3 Apache/1.3.20 (Win32)\n+++:HTM:501:200:400:400:---:HTM:---:301:400:400:404:405:405:501:501:501:301:+++:Apache/1.3 (Win32)::IBM_HTTP_SERVER/1.3.26.2 Apache/1.3.26 (Win32)\n# Operating system : Windows NT4.0 SP 6.a\n+++:HTM:200:200:400:501:200:HTM:HTM:200:400:400:404:405:404:403:404:501:403:+++:Apache/1.3 (Win32)::Apache/1.3.29 (Win32) ApacheJServ/1.1.2 mod_ssl/2.8.16 OpenSSL/0.9.6m\n+++:HTM:403:200:200:501:200:HTM:HTM:200:400:400:404:405:404:200:404:501:+++:+++:Apache/1.3 (Win32)::Oracle HTTP Server Powered by Apache/1.3.22 (Win32) mod_plsql/3.0.9.8.3b mod_ssl/2.8.5 OpenSSL/0.9.6b mod_fastcgi/2.2.12 mod_oprocmgr/1.0 mod_perl/1.25\n# More precise!\n# IBM_HTTP_Server/1.3.12.3 Apache/1.3.12 (Win32)\n# IBM_HTTP_SERVER/1.3.19.3 Apache/1.3.20 (Win32)\n# IBM_HTTP_SERVER/1.3.19.3 Apache/1.3.20 (Win32)\n# TBD: control the 3 next signatures\n# IBM_HTTP_Server/1.3.12.2 Apache/1.3.12\n# IBM_HTTP_SERVER/1.3.19 Apache/1.3.20 (Win32)\n# IBM_HTTP_Server/1.3.6.2 Apache/1.3.7-dev (Win32)\n# Apache/1.3.12 (Win32)\n# Apache/1.3.17 (Win32)\n# Apache/1.3.20 (Win32)\n# Apache/1.3.22 (Win32)\n# Oracle HTTP Server Powered by Apache/1.3.19 (Win32) PHP/4.2.1 mod_ssl/2.8.1 OpenSSL/0.9.5a mod_fastcgi/2.2.10 mod_oprocmgr/1.0 mod_perl/1.25\n# Oracle HTTP Server Powered by Apache/1.3.22 (Win32) mod_plsql/3.0.9.8.3b mod_ssl/2.8.5 OpenSSL/0.9.6b mod_fastcgi/2.2.12 mod_oprocmgr/1.0 mod_perl/1.25\n# Oracle HTTP Server Powered by Apache/1.3.22 (Win32) mod_plsql/3.0.9.8.3b mod_ssl/2.8.5 OpenSSL/0.9.6b mod_fastcgi/2.2.12 mod_oprocmgr/1.0 mod_perl/1.25\n# Oracle9iAS/9.0.2.3.0 Oracle HTTP Server\n+++:HTM:403:200:200:501:200:HTM:HTM:200:400:400:404:405:404:200:404:501:403:+++:Apache/1.3 (Win32):(Apache/1\\.3.(1[2-9]|2[0-2]) \\(Win32\\)|^Oracle9iAS/9.0.2.3.0 Oracle HTTP Server$):Apache/1.3.12-22 (Win32) [may be IBM_HTTP_SERVER or Oracle HTTP Server]\n# Even more precise\n# Oracle HTTP Server Powered by Apache/1.3.12 (Win32) ApacheJServ/1.1 mod_ssl/2.6.4 OpenSSL/0.9.5a mod_perl/1.24\n# Oracle HTTP Server Powered by Apache/1.3.22 (Win32) mod_plsql/3.0.9.8.3b mod_ssl/2.8.5 OpenSSL/0.9.6b mod_fastcgi/2.2.12 mod_oprocmgr/1.0 mod_perl/1.25\nHTM:HTM:403:200:200:501:200:HTM:HTM:200:400:400:404:405:404:200:404:501:403:404:Apache/1.3 (Win32):^Oracle HTTP Server Powered by Apache/1\\.3\\.(1[2-9]|2[0-2]) \\(Win32\\) :Oracle HTTP Server Powered by Apache/1.3.12-1.3.22 (Win32) mod_ssl/2.6.4-2.8.5 OpenSSL/0.9.5a-0.9.6b mod_perl/1.24-1.25\nHTM:HTM:403:200:200:501:200:HTM:HTM:200:400:400:404:405:404:200:404:501:403:---:Apache/1.3 (Win32)::Oracle HTTP Server Powered by Apache/1.3.12 (Win32) ApacheJServ/1.1 mod_ssl/2.6.4 OpenSSL/0.9.5a mod_perl/1.24\n#\n+++:HTM:403:200:200:200:200:HTM:HTM:200:400:400:404:405:404:200:404:501:403:+++:Apache/1.3 (Win32)::Apache/1.3.22 (Win32)\n# F-secure policy manager (based on Apache?)\nHTM:HTM:403:200:200:501:200:HTM:HTM:200:400:400:404:405:200:501:404:501:403:404:FSPM::FSPMS/7.20 (Win32) mod_jk/1.2.5 mod_gzip/1.3.19.1a\nHTM:HTM:403:200:200:501:200:HTM:HTM:200:400:400:404:405:404:501:404:501:403:404:FSPM::FSPMS/7.20 (Win32) mod_jk/1.2.5 mod_gzip/1.3.19.1a\nHTM:HTM:403:200:200:501:200:HTM:HTM:200:400:400:404:405:404:501:404:200:403:404:FSPM::FSPMS/7.20 (Win32) mod_jk/1.2.5 mod_gzip/1.3.19.1a\nxxx:xxx:403:500:500:500:500:xxx:xxx:500:400:400:500:500:500:500:500:500:500:500:FSPM::FSPMS/7.20 (Win32) mod_jk/1.2.5 mod_gzip/1.3.19.1a [broken configuration]\n# IBM_HTTP_SERVER/1.3.26.2 Apache/1.3.26 (Win32)\n# IBM_HTTP_SERVER/1.3.26 Apache/1.3.26 (Win32)\n# Apache/1.3.27 (Win32)\n# Apache/1.3.27 (Win32) PHP/4.3.0\n# Apache/1.3.28 (Win32)\n# Apache/1.3.28 (Win32) PHP/4.2.1\n# Apache/1.3.28 (Win32) PHP/4.3.2\n# OpenSA/1.0.4 / Apache/1.3.27 (Win32) PHP/4.2.2 mod_gzip/1.3.19.1a DAV/1.0.3\n# Oracle-Application-Server-10g/10.1.2.0.2\n# Oracle-Application-Server-10g/9.0.4.0.0 Oracle-HTTP-Server\n+++:HTM:200:200:400:501:200:HTM:HTM:200:400:400:404:405:404:200:404:501:403:+++:Apache/1.3 (Win32):^((Oracle-Application-Server-10g/(9|10))|(Apache/(1\\.3\\.2[6-9] \\(Win32\\))?)):Apache/1.3.26-29 (Win32) [may be IBM_HTTP_SERVER/1.3.2x or OpenSA/1.0.x] or Oracle-Application-Server-10g\n---:HTM:200:200:400:501:200:HTM:HTM:200:400:400:404:405:404:200:404:501:403:404:Apache/1.3 (Win32)::Apache/1.3.27 (Win32)\n# Apache/1.3.17 (Win32)\n# Apache/2.0.48 (Win32) PHP/4.3.5RC2-dev\n# IBM_HTTP_SERVER/1.3.19.6 Apache/1.3.20 (Win32)\n# Apache/2.0.44 (Win32) DAV/2\n# Apache/2.0.55 (Win32) mod_ssl/2.0.55 OpenSSL/0.9.8a SVN/1.3.2 PHP/5.1.6 DAV/2\n+++:HTM:403:200:200:200:200:HTM:HTM:200:400:400:200:200:200:200:200:200:200:+++:Apache/1.3 (Win32) or Apache/2.0 (Win32):Apache/[12]\\.[30]\\.([14][4-9]|20|5[0-5]) \\(Win32\\):Apache/1.3.17-2.0.55 (Win32)\n# More precise\n# Apache/2.0.44 (Win32) DAV/2\n# Apache/2.0.55 (Win32)\nHTM:HTM:403:200:200:200:200:HTM:HTM:200:400:400:200:200:200:200:200:200:200:200:Apache/2.0 (Win32):Apache/2\\.0\\.|(4[4-9]|5[0-5]) \\(Win32\\):Apache/2.0.44-2.0.55 (Win32)\n#\n+++:HTM:200:200:200:200:200:HTM:HTM:200:400:400:404:405:405:200:405:501:200:+++:Apache/2.0 (Win32)::Apache/2.0.43 (Win32) JRun/4.0\n# Apache/2.0.48 (Win32)\n# Apache/2.0.48 (Win32) PHP/4.3.4\n# Apache/2.0.49 (Win32)\n# Apache/2.0.47 (Win32)\n# Apache/2.0.54 (Win32)\n# Apache/2.0.55 (Win32) PHP/5.1.2\n# Apache/2.0.59 (Win32)\n# Apache/2.0.59 (Win32) PHP/4.4.4\n# Apache/2.2.3 (Win32)\n+++:HTM:403:200:200:501:200:HTM:HTM:200:400:400:404:405:405:200:405:501:200:+++:Apache/2.0 (Win32) or Apache/2.2 (Win32):^Apache/2\\.(0\\.(4[4-9]|5[0-9])|2\\.[0-3]) \\(Win32\\):Apache/2.0.47-2.2.3 (Win32)\n# Apache/2.0.39 (Win32) mod_ssl/2.0.39 OpenSSL/0.9.6d\n# Apache/2.0.39 (Win32) PHP/4.2.2\n# Apache/2.0.35 (Win32)\n+++:HTM:200:200:200:501:200:HTM:HTM:200:400:400:404:405:405:200:405:501:403:+++:Apache/2.0 (Win32):^Apache/2\\.0\\.3[5-9].*Win32:Apache/2.0.35-39 (Win32)\n# Apache/2.0.40 (Win32)\n# Apache/2.0.43 (Win32)\n+++:HTM:200:200:200:501:200:HTM:HTM:200:400:400:404:405:405:200:405:501:200:+++:Apache/2.0 (Win32):^Apache/2\\.0\\.4[0-3] \\(Win32\\):Apache/2.0.40-43 (Win32)\n# More precise & conflicting\n# Apache/2.2.8 (Win32)\n# Apache/2.2.8 (Win32) PHP/5.2.6\n# Apache/2.2.9 (Win32) PHP/5.2.6\n# Apache/2.2.11 (Win32)\n# Apache/2.2.14 (Win32) PHP/5.2.11\n# Apache/2.2.15 (Win32)\n# Apache/2.2.16 (Win32) PHP/5.2.0-dev\nHTM:HTM:200:200:200:501:200:HTM:HTM:200:400:400:404:405:405:200:405:501:200:404:Apache/2.2 (Win32):^Apache(/2\\.2\\.([89]|1[0-9]|2[0-2]) \\(Win32\\)|$): Apache/2.2.8-2.2.22 (Win32)\n# Apache/2.0.47 (Win32) PHP/4.3.4\n# Apache/2.0.44 (Win32)\n# Apache/2.0.48 (Win32) PHP/4.3.5\n# Apache/2.0.49 (Win32) PHP/4.3.5\n# Apache/2.0.53 (Win32) PHP/5.0.4\n# Apache/2.0.53 (Win32) PHP/5.0.5-dev\n# Apache/2.0.54 (Win32) mod_ssl/2.0.53 OpenSSL/0.9.7e PHP/5.0.2\n# Apache/2.0.55 (Win32)\n# Apache/2.0.59 (Win32) PHP/5.0.4\n# Apache/2.2.2 (Win32) PHP/5.2.0-dev\n# Apache/2.2.3 (Win32) PHP/5.1.4 mod_perl/2.0.3-dev Perl/v5.8.7\n# Apache/2.2.3 (Win32) PHP/5.2.0\n+++:HTM:403:200:200:200:200:HTM:HTM:200:400:400:404:405:405:200:405:501:200:+++:Apache/2.0 (Win32) or Apache/2.2 (Win32):^Apache/2\\.(0\\.(4[4-9]|5[0-9])|2\\.2\\.[0-3]) \\(Win32\\):Apache/2.0.44-2.2.3 (Win32)\n# More precise\n# Apache/2.0.45 (Win32) PHP/4.4.2\n# Apache/2.0.53 (Win32) PHP/5.0.3\n# Apache/2.2.3 (Win32) PHP/5.2.0\n# Apache/2.2.4 (Win32) PHP/5.2.3\n# Apache/2.2.6 (Win32) PHP/4.4.4\nHTM:HTM:403:200:200:200:200:HTM:HTM:200:400:400:404:405:405:200:405:501:200:404:Apache/2.0 (Win32) or Apache/2.2 (Win32):Apache/2\\.(0\\.(4[5-9]|5[0-9])|2\\.[0-6]):Apache/2.0.45-2.2.4 (Win32) PHP/4 or PHP/5\n# Apache/2.0.44 (Win32) PHP/4.3.1\n# Apache/2.0.44 (Win32) PHP/4.3.1-dev\n# Apache/2.0.48 (Win32)\n# Apache/2.2.3 (Win32) PHP/5.2.0RC4-dev\n+++:HTM:403:200:200:501:200:XML:HTM:200:400:400:404:405:405:200:405:501:200:+++:Apache/2.0 (Win32) or Apache/2.2 (Win32):^Apache/2\\.(0\\.(4[4-9]|5[0-9])|2\\.[0-3]) \\(Win32\\):Apache/2.0.44-2.2.3 (Win32)\n+++:HTM:403:200:200:403:200:XML:HTM:200:400:400:404:403:403:403:403:403:200:+++:Apache/2.0 (Win32)::Apache/2.0.46 (Win32) mod_ssl/2.0.45 OpenSSL/0.9.7b\n+++:HTM:403:503:503:500:200:HTM:HTM:200:400:400:404:405:405:200:405:501:200:+++:Apache/2.0 (Win32)::Apache/2.0.48 (Win32) mod_jk2/2.0.4-dev\n# Apache 2.0.55.0 PHP 5.1.2.2 on Windows 2000 Professional Build 2195\n+++:HTM:403:200:200:200:200:HTM:HTM:200:400:400:302:302:302:302:302:302:200:+++:Apache/2.0 (Win32)::Apache/2.0.55.0 (Win32) [w/ PHP/5.1.2.2]\n# Uniform Server v3.3 on Windows XP Pro SP2\n+++:HTM:403:200:200:501:200:HTM:HTM:200:400:400:404:201:404:200:404:405:200:+++:Apache/2.0 (Win32)::Apache/2.0.55 (Win32) DAV/2 PHP/5.1.1\nHTM:HTM:200:200:200:200:200:HTM:HTM:200:400:400:200:200:200:405:200:200:200:200:Apache/2.2 (Win32)::Apache/2.2.11 (Win32)\nHTM:HTM:200:401:401:401:401:HTM:HTM:401:400:400:401:401:401:405:401:401:401:401:Apache/2.2 (Win32)::Apache/2.2.11 (Win32)\n################\n# A secure web server that crashes when it receives 'GET\\r\\n\\r\\n' :)\n+++:200:301:200:200:301:301:301:---:404:404:200:404:301:301:301:301:301:200:+++:Anti-Web V3.0:^Anti-Web V3\\.0\\.2:Anti-Web V3.0.2\n+++:200:301:200:200:301:301:301:404:404:404:200:404:301:301:301:301:301:200:+++:Anti-Web V3.0:^Anti-Web V3\\.0\\.3:Anti-Web V3.0.3 [fixed by MA]\n+++:---:---:200:200:---:---:---:---:200:200:200:---:---:---:---:---:---:200:+++:Azureus 2.2::Azureus 2.2.0.2\n+++:HTM:501:200:200:501:200:HTM:HTM:400:400:200:501:501:501:501:501:501:200:+++:::awkhttp.awk/-1.99.8\n# What is BATM?\n+++:200:---:200:200:200:200:---:404:404:+++:200:---:---:---:---:---:---:+++:+++:::BATM\n# HP OpenView Embedded BBC Web Server\n+++:---:404:505:505:404:505:505:505:---:404:404:+++:404:404:404:404:404:+++:+++::^BBC:HP OpenView BBC Web Server\n---:---:404:505:505:404:505:505:505:---:404:404:404:404:404:404:404:404:404:---::^BBC:HP OpenView BBC Web Server\n# Very unreliable...\n# Sawmill/7.2.8\n# Sawmill/8.1.9.1\n# BCReport/8.3.2.2\n200:200:200:200:200:200:200:200:200:200:200:400:200:200:200:200:200:200:200:200:BCReport/Sawmill:^(BCReport|Sawmill):BCReport/8.3.2.2 or Sawmill/7-8\n# belkin Wireless broadband router (4 Port); Firmware Version:V1.10.008; Boot Version:V1.13; Hardware :01\n+++:400:400:200:200:400:400:400:400:404:404:200:404:400:400:400:400:400:400:+++::^$:Belkin wireless broadband router\n# See http://www.myipis.com/\n+++:404:404:200:200:200:404:404:404:404:404:200:404:404:404:404:404:404:404:+++:::BlackcombHTTP Server (beta 0.4)\n# Microsoft 2003 server with IIS6 and Tomcat, behind a BlueCoatSG proxy\n403:403:400:400:400:403:403:400:400:400:400:403:411:411:501:501:501:501:403:403:BlueGoatSG:^$:Microsoft-IIS/6 with Tomcat, behind BlueCoatSG proxy\n# bozohttpd/20031005 on FreeBSD 5.2.1, thru inetd\n# bozohttpd/20040823 on Gentoo, thru inetd\n# bozohttpd/20060517 on Gentoo, daemon mode\n+++:200:404:404:404:200:200:404:404:404:404:400:400:404:404:404:404:404:403:+++:::bozohttpd\n# bozohttpd/20080303 on NetBSD 5.1.3, through inetd\n# bozohttpd/20080303 on NetBSD 5.1.4, daemon mode\n# bozohttpd/20080303 on NetBSD 5.2.1, through inetd\n# bozohttpd/20080303 on NetBSD 5.2.2, daemon mode\n---:---:---:404:404:---:200:404:---:200:200:400:400:200:200:---:200:200:403:---::^bozohttpd:bozohttpd/20080303 on NetBSD 5.1.3 / 5.1.4 / 5.2.1 / 5.2.2\n# bozohttpd/20111118 on NetBSD 6.1\n# bozohttpd/20111118 on NetBSD 6.0.2\n# bozohttpd/20111118 on NetBSD 6.0.3\n# bozohttpd/20111118 on NetBSD 6.0.4 daemon mode\n# bozohttpd/20111118 on NetBSD 6.1.3 daemon mode\n---:---:---:404:404:---:200:404:---:200:200:400:400:200:200:---:200:200:403:500::^bozohttpd/20111118:bozohttpd/20111118 on NetBSD 6.0.2 / 6.0.3 / 6.0.4 / 6.1 / 6.1.3\n+++:200:---:200:200:---:200:---:---:200:404:200:---:---:---:---:---:---:404:+++:::bttrack.py/3.4.2 [BitTorrent tracker]\n# MA: I suspect that Bull-SMW is based on CERN httpd\n+++:HTM:400:200:200:400:200:HTM:HTM:200:403:200:+++:403:403:400:400:400:+++:+++:::Bull-SMW/1.1\n+++:404:404:200:200:404:404:404:404:404:404:200:200:404:404:404:404:404:+++:+++:::CERN/3.0 [Edimax Broadband router type BR-6004]\n+++:HTM:400:200:200:400:200:HTM:HTM:403:+++:200:500:403:403:400:400:400:+++:+++:::CERN/3.0\n+++:HTM:400:200:200:400:200:HTM:HTM:403:+++:200:200:403:403:400:400:400:+++:+++:::CERN/3.0\n+++:HTM:400:200:200:400:200:HTM:HTM:403:+++:200:403:403:403:400:400:400:+++:+++:::CERN/3.0pre6vms3\n# Boa 0.94.12 or 0.94.13\n#HTM:501:HTM:HTM:501:501:501:501:400:+++:200:400:501:501:501:501:501:200::Boa/0\\.94\\.1[23]:Boa/0.94\n# More precise\n+++:HTM:501:HTM:HTM:501:501:501:501:400:400:200:400:501:501:501:501:501:200:+++:::Boa/0.94\n# Even more - from a Iomega StorCenter Pro v69\nHTM:HTM:501:HTM:HTM:501:501:501:501:400:400:200:400:501:501:501:501:501:200:HTM:::Boa/0.94.13\n+++:HTM:400:200:HTM:HTM:200:400:400:404:+++:200:404:400:400:400:400:400:+++:+++:::Boa/0.92o\n# More precise\nHTM:HTM:400:200:HTM:HTM:200:400:400:404:404:200:404:400:400:400:400:400:200:---:::wg_httpd/1.0(based Boa/0.92q)\n+++:HTM:501:400:400:501:501:501:400:400:400:200:400:501:501:501:501:501:400:+++:::Boa/0.94.14rc21\n#\n+++:200:200:200:400:400:400:400:400:404:+++:400:404:501:501:200:400:400:+++:+++:::Canon Http Server 1.00\n+++:200:200:200:200:200:400:400:400:200:+++:+++:200:200:200:200:200:200:+++:+++:::Cassini/1.0.1403.33443\n# Caudium/1.3.5 + X-Got-Fish: Pike v7.3 release 58\n+++:500:501:200:200:501:500:500:xxx:404:+++:200:404:405:405:501:405:501:+++:+++:::Caudium/1.3.5 DEVEL (Debian GNU/Linux)\n# Caudium/1.2.35 + X-Got-Fish: Pike v7.2 release 580\n+++:500:501:200:200:501:500:500:xxx:404:302:200:404:405:405:501:501:501:200:+++:::Caudium/1.2.35 STABLE\n+++:500:401:401:401:401:500:500:xxx:401:401:401:401:401:401:401:401:401:401:+++:::Caudium/1.2.35 STABLE [administration interface]\n#\n500:500:404:505:500:200:500:500:500:404:404:400:404:404:404:404:404:404:200:404:::CherryPy/3.0.2\nVER:VER:404:505:500:302:VER:VER:VER:404:404:400:411:411:303:303:303:303:302:302:::CherryPy/3.1.2 [Splunk/4.2.2]\n+++:xxx:xxx:xxx:xxx:xxx:xxx:xxx:xxx:400:400:200:404:xxx:xxx:xxx:xxx:xxx:404:+++:::Cherokee/0.4.2\n+++:---:400:400:---:400:400:---:400:400:400:400:411:405:405:405:405:411:200:+++:::Cherokee/0.4.30 (Gentoo Linux)\n# Cherokee/0.5.0 (Gentoo Linux) [basic configuration]\n# Cherokee/0.5.1 (Gentoo Linux)\n# Cherokee/0.5.2 (Gentoo Linux)\n# Cherokee/0.5.5 (Gentoo Linux)\n# Cherokee/0.5.6 (Gentoo Linux)\n+++:---:400:400:---:400:400:---:400:400:400:400:411:404:404:404:404:411:200:+++:Cherokee/0.5:^Cherokee/0\\.5\\.[0-6] :Cherokee/0.5.0 to 0.5.6\n# ...\t# Cherokee/0.8.1\n400:505:400:400:400:501:501:501:400:400:400:400:411:404:404:404:404:411:200:301:Cherokee/0.6-0.8:^Cherokee/0\\.[6-8]\\.[0-2]:Cherokee/0.6.0-0.8.1 (Gentoo Linux)\n400:505:400:400:400:501:501:501:400:400:400:400:411:411:404:404:404:411:200:301:Cherokee/0.9::Cherokee/0.9.0 (Gentoo Linux)\n# www-servers/cherokee-0.99.15, port 9090\n400:505:400:400:400:501:501:501:400:400:400:400:411:411:401:401:401:411:401:401:::Cherokee/0.99.15 (Gentoo Linux) [administration interface]\n# Cherokee/0.11.6 (Gentoo Linux)\t# Cherokee/0.98.1 (Gentoo Linux)\n# Cherokee/0.99.15 (Gentoo Linux)\t# Cherokee/0.99.17 (Gentoo Linux)\n# Cherokee/0.99.19 (Gentoo Linux)\t# Cherokee/0.99.22 (Gentoo Linux)\n400:505:400:400:400:501:501:501:400:400:400:400:411:411:404:404:404:411:200:404::Cherokee/0\\.[1-9][0-9]\\.[0-9]:Cherokee/0.11.6-0.99.22\n# Cherokee/0.99.42 (Gentoo Linux)\n# Cherokee/0.99.44 (Gentoo Linux)\n# Cherokee/0.99.48 (Gentoo Linux)\n# Cherokee/1.0.4 (Gentoo Linux)\n# Cherokee/1.0.6 (Gentoo Linux)\n# Cherokee/1.0.8 (Gentoo Linux)\n400:505:411:400:400:501:501:501:400:400:400:400:411:411:404:404:404:411:200:404:cherokee:Cherokee/(0\\.99\\.4[2-9]|1\\.0\\.[0-8]):Cherokee/0.99.42-1.0.8\n#\n+++:400:400:200:200:400:400:400:400:200:200:200:404:400:400:400:400:400:---:+++::^$:Cisco Access Point AP4800E v8.80\n# Fedora 23 Cockpit service on port 9090\n---:---:405:---:---:---:---:---:---:400:400:400:405:405:405:405:405:405:400:400:::Cockpit Service [Fedora 23]\n# Cisco Adaptive Security Appliance Software Version 7.0(6)\n# Device Manager Version 5.0(6)\n# Compiled on Tue 22-Aug-06 13:22 by builders\n# shsasa up 77 days 20 hours\n# Hardware: ASA5510-K8, 256 MB RAM, CPU Pentium 4 Celeron 1600 MHz\n# Internal ATA Compact Flash, 256MB\n# BIOS Flash M50FW080 @ 0xffe00000, 1024KB\n# Encryption hardware device : Cisco ASA-55x0 on-board accelerator (revision 0x0)\n400:400:501:401:400:401:401:400:400:401:501:401:+++:501:501:501:501:501:+++:+++:Cisco-ASA:^$:Cisco Adaptative Security Appliance 7.0(6)\n# Cisco ASA 5500 VPN\n200:---:---:---:---:404:200:---:---:---:---:200:302:302:302:302:302:302:302:302:::Cisco-ASA:^$:Cisco ASA 5500 VPN\n#\n+++:---:405:505:400:200:---:400:400:400:400:400:+++:501:501:404:404:404:+++:+++:::cisco-IOS [12.3]\n+++:xxx:405:505:400:200:200:400:400:400:400:400:411:501:501:404:404:404:+++:+++:::cisco-IOS\n+++:400:501:200:400:200:200:---:---:200:501:200:200:501:501:501:501:501:+++:+++::^$:cisco-IOS 11.2\n+++:---:501:200:400:200:200:---:---:200:501:200:200:501:501:501:501:501:200:+++::^$:cisco-IOS 11.2\n# More precise\n400:---:501:200:400:200:200:---:---:200:501:200:200:501:501:501:501:501:200:200::^$:cisco-IOS 11.2\n+++:---:501:200:400:200:200:400:400:200:501:200:200:501:501:501:501:501:200:+++::^$:cisco-IOS 12.0(3)T, fc1 on a Cisco 1603\n+++:---:501:200:400:200:200:---:---:200:501:200:---:501:501:501:501:501:+++:+++::^$:cisco-IOS/12.1 HTTP-server/1.0(1)\n# Cisco Internetwork Operating System Software IOS (tm) C2900XL Software (C2900XL-C3H2S-M), Version 12.0(5.2)XU, MAINTENANCE INTERIM SOFTWARE\n+++:---:501:200:400:200:200:---:---:200:501:200:200:501:501:501:501:---:+++:+++::^$:cisco-IOS 12.0(5.2)XU\n+++:---:---:---:400:200:---:---:---:---:---:---:---:---:---:---:---:---:---:+++::^$:IOS Version 12.0(12), RELEASE SOFTWARE (fc1), running on a Cisco 1600\n+++:200:---:200:200:---:---:---:---:200:---:200:200:---:---:---:---:---:+++:+++::^$:DSL modem Cisco 678 running CBOS\n+++:200:500:200:200:500:500:500:200:500:500:200:500:500:500:500:500:500:+++:+++::^$:Cisco Secure ACS v3.0.x on Windows 2000\n200:200:500:200:200:500:500:500:200:200:500:200:500:500:500:500:500:500:500:500:::^$:Cisco Secure ACS v4.0\n+++:400:---:505:505:302:400:400:400:404:404:400:404:403:404:404:501:501:---:+++:::CL-HTTP/70.182 (Symbolics Common Lisp)\n+++:400:400:200:400:200:400:400:400:400:400:200:404:400:400:400:400:400:404:+++:::Code Ocean Ocean Mail Server 1.06\n# CUPS\n+++:200:200:505:400:400:200:400:400:405:+++:200:401:403:---:---:400:400:+++:+++:::CUPS/1.1\n200:200:200:505:400:400:200:400:400:405:403:200:401:403:---:---:400:400:400:400:::CUPS/1.1\n+++:200:200:505:400:400:200:400:400:405:+++:200:404:403:---:---:400:400:+++:+++:::CUPS/1.1\n+++:403:200:505:400:400:403:400:400:405:405:403:403:403:403:403:400:400:400:+++:::CUPS/1.1 [forbidden access]\n+++:200:200:505:400:---:200:400:400:405:405:200:404:403:---:---:---:---:400:+++:::CUPS/1.2\n200:200:200:505:400:---:200:400:400:405:405:200:404:403:---:---:---:---:400:400:::CUPS/1.2\n# Compaq Web Management (?)\n+++:---:---:---:---:---:---:---:---:200:405:200:404:405:---:---:---:---:+++:+++:::CompaqHTTPServer/1.0\n+++:---:---:---:---:---:---:---:---:404:405:200:404:405:---:---:---:---:+++:+++:::CompaqHTTPServer/1.0 [Windows 2000]\n# Conflicting signature\n---:---:---:---:---:---:---:---:---:404:405:200:404:405:---:---:---:---:413:413:::CompaqHTTPServer/1.0 [Windows NT 4]\n+++:---:510:---:---:---:---:---:---:404:405:200:404:405:---:---:---:---:+++:+++:::CompaqHTTPServer/2.1 [Windows NT]\n+++:---:510:---:---:---:---:---:---:200:405:404:+++:405:---:---:---:---:+++:+++:CompaqHTTPServer/5:^CompaqHTTPServer/5\\.[7-9]:CompaqHTTPServer/5.7 to 5.94\n# More precise\n+++:---:510:---:---:---:---:---:---:200:405:404:404:405:---:---:---:---:+++:+++:CompaqHTTPServer/5:^CompaqHTTPServer/5\\.[7-9]:CompaqHTTPServer/5.7 to 5.9\n# Compaq Insight (std install) on Windows 2000\n+++:---:510:---:---:---:---:---:---:404:405:404:404:405:---:---:---:---:+++:+++:CompaqHTTPServer/4 or CompaqHTTPServer/5:^CompaqHTTPServer/[45]\\.[012]:Compaq Insight 4.1 or 5.2 on Windows 2000\n#\n+++:---:510:---:---:---:---:---:---:200:+++:+++:200:405:---:---:---:---:+++:+++:CompaqHTTPServer/5::CompaqHTTPServer/5.0\n# More precise\n+++:---:510:---:---:---:---:---:---:200:405:200:+++:405:---:---:---:---:+++:+++:CompaqHTTPServer/5:^CompaqHTTPServer/5\\.[7-9]:CompaqHTTPServer/5.7 to 5.91\n+++:---:510:---:---:---:---:---:---:200:405:200:200:405:---:---:---:---:+++:+++:CompaqHTTPServer/5::CompaqHTTPServer/5.91\n# Even more precise (but also 2.1??)\n+++:---:510:---:---:---:---:---:---:200:405:200:200:405:---:---:---:---:413:+++:CompaqHTTPServer:CompaqHTTPServer/[2-5]\\.:CompaqHTTPServer/2.1 to 5.94\n---:---:510:---:---:---:---:---:---:200:405:200:200:405:---:---:---:---:413:413:::CompaqHTTPServer/5.0\n+++:---:510:---:---:---:---:---:---:200:405:200:200:405:---:---:---:---:200:+++:CompaqHTTPServer/5::CompaqHTTPServer/5.7\n# More precise / conflicting signature\n---:---:510:---:---:---:---:---:---:200:405:200:200:405:---:---:---:---:200:200:CompaqHTTPServer/5:CompaqHTTPServer/5\\.[0-9]:CompaqHTTPServer/5.0 to 5.94\n#\n+++:---:510:---:---:---:---:---:---:200:405:200:404:405:---:---:---:---:+++:+++:CompaqHTTPServer/2::CompaqHTTPServer/2.1\n# Runs on Mac OSX Panther\n+++:---:200:503:---:200:---:---:---:---:---:200:404:404:404:---:---:---:+++:+++:CommuniGatePro/4::CommuniGatePro/4.1.8\n+++:---:200:---:---:200:---:---:---:---:---:200:404:404:404:---:---:---:404:+++:CommuniGatePro/4::CommuniGatePro/4.3.6\n# Is Communique built on Apache?\n+++:xxx:200:200:400:501:200:HTM:xxx:400:+++:400:404:405:404:403:404:501:+++:+++:::Communique/2.5.0 (build 4850)\n# David-WebBox/6.60a (0297)\n# David-WebBox/7.00a (0312)\n# David-WebBox/7.00a (0314)\n+++:---:---:200:200:200:200:---:---:302:200:200:302:302:302:---:---:---:302:+++:::David-WebBox\n# IBM Desktop On Call 4.0 (?) on eComStation 1.1 (aka OS/2)\n+++:HTM:---:200:200:200:404:404:404:200:+++:200:---:---:---:---:---:---:+++:+++:::Desktop On-Call HTTPD V3.0\n# Novell eDirectory 8.7.3 HTTP server (admin stuff)\n+++:HTM:501:200:---:---:---:---:HTM:404:404:400:404:501:501:501:---:---:500:+++:::DHost/9.0 HttpStk/1.0\n# DirectAdmin Daemon v1.32.2 Registered to [...]\n# DirectAdmin Daemon v1.31.5 Registered to [...]\n404:404:404:200:200:404:404:404:404:200:200:200:200:404:404:404:404:404:200:200:DirectAdmin:^DirectAdmin Daemon v1\\.3[2-5]\\.[0-2] Registered to:DirectAdmin Daemon v1.31.5-1.32.2\n# Hardware:DSL-300G\n# OS:D-Link Corp., Software Release R2.01M.B2.TA(021206a/T93.3.23)\n+++:200:501:200:200:501:200:200:200:200:200:200:200:501:501:501:501:501:+++:+++::^$:D-Link ADSL router [DSL-300G Software Release R2.01M.B2.TA(021206a/T93.3.23)]\n# Model: Vigor2600 annex A\n# Firmware Version : v2.5_UK\n# Build Date/Time : Fri Aug 29 21:0:23.61 2003\n+++:HTM:400:200:200:400:HTM:HTM:HTM:400:302:200:501:400:400:400:400:400:+++:+++::^$:Draytek 2200 ADSL Vigor Router\n# ADSL/Wifi Modem: SpeedTouch 706 - Software version: 6.1.7.2\n# The Server field only appears on an invalid request like HELP\n401:401:400:401:401:401:401:400:400:404:400:401:404:400:400:400:400:400:400:400::^(Speed Touch WebServer/1.0)?$:SpeedTouch 706 ADSL/Wifi Modem\n+++:HTM:400:HTM:HTM:HTM:200:HTM:HTM:400:+++:200:500:405:405:405:501:501:+++:+++:::DECORUM/2.0\n+++:HTM:405:HTM:HTM:HTM:200:HTM:HTM:200:+++:200:405:405:405:405:501:501:+++:+++:::DECORUM/2.0\n+++:200:550:200:200:200:---:---:---:---:---:200:550:550:550:550:550:550:---:+++:::DManager [Surgemail 30c2 (windows XP)]\n+++:505:400:505:505:505:200:505:505:404:404:200:400:400:400:400:400:400:200:+++:::DNHTTPD/0.6\n# Web server (upsis.exe from OPTI-SAFE Xtreme) for monitoring & configuration of OPTI-UPS VS375C -- client version v3.2b\n+++:400:501:501:501:400:400:400:400:200:404:400:+++:200:200:501:200:501:+++:+++:::dnpower [OPTI-SAFE Xtreme for OPTI-UPS]\n+++:505:400:505:505:505:200:505:505:404:403:200:400:400:400:400:400:400:200:+++:::Ranquel-0.1.2\n# On FreeBSD 5.2.1\n+++:200:400:200:200:400:200:400:403:404:400:200:400:400:400:400:400:400:403:+++:::dhttpd/1.02a\n# This is the AnswerBook.\n+++:200:---:200:200:200:200:200:200:200:404:200:---:---:---:---:---:---:---:+++:::dwhttpd/4.2a7 (Inso; sun5)\n# Easy File Sharing Web Server v4.5\t# Easy File Sharing Web Server v4.6\n200:200:---:200:200:200:---:---:---:200:403:200:---:---:---:---:---:---:200:400:::Easy File Sharing Web Server v4\n+++:200:---:200:200:---:200:200:200:200:+++:200:---:---:---:---:---:---:+++:+++:::ELOG HTTP 2.3.6\n+++:200:403:200:200:403:403:403:403:200:403:200:200:200:200:200:200:200:200:+++:::Embedded HTTPD v1.00, 1999(c) Delta Networks Inc.\n# Embedded HTTP Server 2.05b3 [FIREBOX SOHO 6tc]\n# Embedded HTTP Server 1.01 [D-Link DI-624+ Current Firmware Version: 1.01]\n+++:xxx:501:VER:VER:VER:200:400:400:400:400:200:404:501:501:501:501:501:+++:+++:::Embedded HTTP Server\nHTM:HTM:501:VER:VER:VER:401:400:400:400:400:401:404:501:501:501:501:501:400:404:::Embedded HTTP Server 1.00 [DLink EBR-2310]\n#\n+++:---:200:200:200:200:---:---:---:200:200:200:200:200:200:200:200:200:---:+++:::Apache/0.6.5 [Edimax broadband router, model 6104, version 0.59WD (Nov 07 2002 09:52:40)]\n# emac-httpd thru xined :-)\n+++:200:400:200:200:200:200:400:400:400:403:200:503:400:400:400:400:400:301:+++:::Emacs/httpd.el\n+++:200:501:VER:VER:200:501:501:302:302:403:200:200:501:501:501:501:501:403:+++:::Fastream NETFile Web Server 7\n# Fastream 11.4.7R\n200:200:501:VER:VER:200:501:501:302:302:302:200:404:501:501:501:501:501:403:403:::Fastream IQ Web/FTP Server\n+++:HTM:400:200:200:200:HTM:HTM:HTM:404:302:200:404:503:400:400:400:400:200:+++:::fhttpd\n##200:200:404:200:200:200:---:200:200:---:---:---:---:404:404:+++:200:---:---:404:404:404:404:404:+++:FileMakerPro/4.0\n# FMP 5.0 MacOS 8.6 - same as above, more precise\n+++:200:404:200:200:200:---:---:---:404:404:200:---:---:404:404:404:404:+++:+++:::FileMakerPro/5.0\n# WatchGuard SOHO (FTP Server version 2.4.19) internet security appliance\n+++:200:401:200:200:404:---:---:---:401:401:200:401:401:401:401:401:401:+++:+++:::Firewall [SOS internet appliance]\n# typical for Check Point Firewall-1 NG FP3 or NG AI versions\n+++:200:---:200:200:200:---:---:---:200:---:200:---:---:---:---:---:---:+++:+++::^$:Check Point FW-1 NG HTTP authentication proxy\n# Web management interfacce from Check Point's Secure Platform (RedHat Enterprise derived secure linux distro). NGX Rlease R60 Hot Fix Accumulator 03.\n+++:---:404:---:---:---:---:---:---:200:404:200:+++:404:404:404:---:---:+++:+++:::Check Point SVN foundation [NGX Rlease R60 Hot Fix Accumulator 03]\n# Version and build: Check Point FW-1 NGX R65 123 (SPLAT) - Installation type: VPN-1 Power Gateway\n---:---:404:---:---:---:---:---:---:200:404:200:404:404:404:404:---:---:---:---:::Check Point SVN foundation [NGX R65 123 (SPLAT)]\n+++:400:400:400:400:400:400:400:400:400:400:200:404:400:400:400:400:400:200:+++:fnord/1.8+:^fnord/1\\.([89]|10):fnord/1.8-1.10\n+++:400:400:400:400:400:400:400:400:400:400:404:404:400:400:400:400:400:404:+++:fnord/1.8+::fnord/1.8 [unconfigured]\nHTM:HTM:200:200:200:501:200:HTM:HTM:400:400:400:404:405:404:501:404:501:200:404::^$:Fortinet SSL VPN website [Fortinet 310B software version 3.0 MR6]\n+++:HTM:200:200:200:400:200:HTM:HTM:400:400:400:400:400:400:400:400:400:200:+++::^$:FortiGate firewall web management\n+++:200:405:200:200:405:405:405:405:404:404:200:400:405:405:405:405:405:400:+++:::Foundry Networks/2.20\n# Fred 0.5 (build 5076) HTTP Servlets\n# Fred 0.5 (build 5105) HTTP Servlets\n+++:400:200:302:400:302:400:400:400:302:302:302:---:404:404:404:404:404:404:+++::^Fred 0\\.5 \\(build 5[0-9]{3}\\) HTTP Servlets$:Fred 0.5 (build 5xxx) HTTP Servlets [Freenet]\n+++:404:404:200:200:200:404:404:404:200:404:200:404:404:404:404:404:404:404:+++::^$:FTGate\n#\n---:---:200:505:505:505:---:---:---:400:400:400:404:403:403:200:501:501:200:404:::Sun GlassFish Enterprise Server v2.1\n# Windows Server 2008 64bit SP1 - Sun Java System Portal Server 7.2 - X-Powered-By: Servlet/2.5\n---:---:200:505:505:505:---:---:---:400:400:400:404:403:403:200:501:501:200:---:::Sun Java System Application Server 9.1_01\n#\n200:200:400:200:200:400:200:400:400:400:500:200:---:400:400:400:400:400:500:---:::GoAhead-Webs [Orange Web Server]\n+++:302:400:302:302:400:302:400:400:400:500:302:---:400:400:400:400:400:500:+++:::GoAhead-Webs [version 2.1, pre-compiled for Windows]\n+++:302:400:302:302:400:302:400:400:302:500:302:---:400:400:400:400:400:302:+++:::GoAhead-Webs [version 2.1.8]\n302:302:400:302:302:400:302:400:400:302:500:302:---:400:400:400:400:400:302:---:::GoAhead-Webs\n# Gordano (installed by Messaging Suite)\n+++:200:---:200:200:200:200:200:200:---:+++:+++:200:200:200:200:200:200:+++:+++:::Gordano Web Server v5.06.0016\n+++:200:400:200:200:200:501:501:501:400:+++:+++:302:501:501:501:501:501:+++:+++:::Gordano Messaging Suite Web Server v9.01.3158\n+++:---:---:---:---:302:---:---:---:200:200:302:411:---:---:---:---:---:200:+++:::GWS/2.1\n# HP JetDirect 600N (J3110A)\n# Version: ROM G.08.08, EPROM G.08.20\n+++:HTM:404:xxx:xxx:xxx:xxx:xxx:xxx:404:404:200:404:404:404:404:404:404:+++:+++::HTTP/1\\.0:HP JetDirect 600N (J3110A)\n+++:xxx:200:200:200:501:200:HTM:xxx:200:+++:400:404:405:405:200:405:501:+++:+++:::HP Web Jetadmin/2.0.39 (Win32) mod_ssl/2.0.39 OpenSSL/0.9.6c\n# HP JetDirect 600N (J3113A) with latest firmware (G.08.49)\n# Probably the same signature as above; the HTML identification code changed recently\n+++:HTM:404:HTM:HTM:HTM:xxx:xxx:xxx:404:404:200:404:404:404:404:404:404:+++:+++::HTTP/1\\.0:HP JetDirect 600N (J3113A) with G.08.49 firmware\n# Two signatures from HP RX 2600\n+++:HTM:501:200:HTM:HTM:200:HTM:HTM:404:+++:200:501:501:501:501:501:501:+++:+++::^$:HP Web Console [HP RX 2600]\n+++:HTM:501:200:---:---:---:---:---:---:+++:---:---:---:---:---:---:---:+++:+++::^$:HP Web Console [HP RX 2600]\n+++:200:405:200:200:405:405:405:200:200:200:200:+++:404:405:405:405:405:+++:+++::^$:MarkNet / HP Laserjet printer\n#\n+++:---:---:---:---:---:---:---:---:404:404:200:404:404:---:---:---:---:404:+++::^eHTTP v1\\.0:HP ProCurve Switch 2524 J4813A release #F.05.17\n+++:505:---:505:505:---:---:---:200:404:404:200:---:---:---:---:---:---:+++:+++::^EHTTP/1\\.1:HP J4121A ProCurve Switch 4000M Firmware revision C.09.19\n+++:HTM:HTM:200:HTM:HTM:200:HTM:200:200:200:200:200:200:200:HTM:HTM:HTM:200:+++:::Motive Chorus (HP Instant Support Enterprise Edition)\n#\n+++:200:400:200:200:400:200:400:400:200:200:200:200:400:400:400:400:400:200:+++::^$:HTTP::Server::Simple [unconfigured Perl module]\n# dev-util/qmtest-2.4.1\n---:---:501:HTM:HTM:HTM:302:HTM:HTM:404:301:302:400:501:501:501:501:501:404:404:::SimpleHTTP/0.6 Python/2.7.1\n# httpdx 0.3 beta [X-Powered-By: PHP/5.2.9-1]\n# httpdx 0.4 beta [X-Powered-By: PHP/5.2.9-1]\n400:400:400:200:400:400:400:400:400:400:400:400:---:400:400:400:400:400:400:400:httpdx:^httpdx 0\\.[3-5] beta:httpdx 0.3-0.5 beta\n# HFS 2.2a\t# HFS 2.2d\t# HFS 2.2f\n200:200:---:200:200:200:---:---:---:400:400:200:---:---:---:---:---:---:404:404:::HFS 2.2\n# See http://www.rejetto.com/hfs/\n200:200:---:200:200:200:---:---:---:400:400:200:404:---:---:---:---:---:404:404:::HFS 2.3 beta\n200:200:405:200:200:200:405:405:405:400:400:200:404:405:405:405:405:405:404:404:::HFS 2.3 beta\n+++:200:501:200:200:501:200:---:---:200:200:200:404:500:501:501:501:501:404:+++:::Hyperwave-Information-Server/5.5\n+++:200:200:200:200:501:200:---:---:200:200:200:404:401:404:500:400:500:404:+++:::Hyperwave-Information-Server/5.5\n+++:200:501:200:200:501:200:---:---:200:200:200:404:400:501:501:501:501:200:+++:::Hyperwave-IS/6\n# A Polish server, it seems. Can anybody provide details?\n+++:HTM:---:200:200:400:200:---:---:---:---:400:404:400:400:400:400:400:200:+++:::IdeaWebServer/v0.21\n+++:XML:---:200:200:400:200:---:---:---:---:400:404:400:400:400:400:400:200:+++:::IdeaWebServer/v0.21\n+++:HTM:---:200:200:400:200:---:---:---:---:400:302:400:400:400:400:400:200:+++:::IdeaWebServer/v0.21\n+++:---:---:200:200:400:200:---:---:---:---:400:404:400:400:400:400:400:200:+++:::IdeaWebServer/v0.21\n#\n+++:HTM:404:VER:VER:VER:200:HTM:HTM:200:404:400:+++:404:404:404:404:404:+++:+++:::IMV Web Server v1.0\n+++:200:---:200:200:200:---:---:---:200:404:200:---:---:---:---:---:---:404:+++:Indy/8::Indy/8.0.25 [www.minihttpserver.net]\n+++:404:---:200:200:200:---:---:---:200:404:200:---:---:---:---:---:---:404:+++:Indy/9::Indy/9.0.11\n+++:404:---:404:404:404:---:---:---:404:200:404:+++:---:---:---:---:---:+++:+++:Indy/9::Indy/9.00.10\n# More precise\n404:404:---:404:404:404:---:---:---:404:200:404:---:---:---:---:---:---:404:404:Indy/9::Indy/9.00.10\n# PRTG Traffic Grapher V4.3.1.562 Prof. Edition 2004-2005 Paessler GmbH\n200:200:---:200:200:200:---:---:---:200:200:200:+++:---:---:---:---:---:+++:+++:Indy/9::Indy/9.0.11 [might be PRTG Traffic Grapher V4.3.1.562]\n# Same, raw signature\n401:401:---:401:401:401:---:---:---:401:401:401:+++:---:---:---:---:---:+++:+++:Indy/9::Indy/9.0.11 [might be PRTG Traffic Grapher V4.3.1.562]\n# More precise\n# Indy/9.00.10\t# Indy/9.0.11\n200:200:---:200:200:200:---:---:---:200:200:200:---:---:---:---:---:---:200:200:Indy/9:^Indy/9\\.0+\\.1[01]:Indy/9.0.10-9.0.11\n# Ingrian management console (typically on 9443/tcp)\n404:400:501:404:404:404:404:400:400:400:400:404:+++:501:501:501:501:501:+++:+++:Ingrian:^$:Ingrian i321 [Ingrian OS 4.4.2 patch 6]\n#\n+++:HTM:500:HTM:HTM:505:HTM:HTM:HTM:200:+++:200:500:500:500:500:500:500:+++:+++:::Inktomi Search 4.2.0\n# Internet Anywhere Admin Server (v.2.1-5.3?)\n+++:200:400:200:200:200:200:200:200:200:VER:200:400:400:400:400:400:400:200:+++:::Internet Anywhere WebServer [v2.1]\n# Ipswitch\n+++:VER:501:VER:VER:VER:501:501:501:200:404:400:---:501:501:501:501:501:200:+++:::Ipswitch-IMail/8.02\n# More precise & conflicting\nVER:VER:501:VER:VER:VER:501:501:501:200:404:400:---:501:501:501:501:501:200:---:::Ipswitch-IMail/8.22\n# Ipswitch older (obsolete?) signatures\n+++:HTM:501:HTM:HTM:HTM:501:501:501:200:404:400:---:501:501:501:501:501:+++:+++::Ipswitch:Ipswitch Web Calendaring /8.04 or Ipswitch-IMail/8.04\n+++:200:---:200:200:404:---:---:---:200:200:200:---:---:---:---:---:---:+++:+++:::IMail_Monitor/8.04\n# Conflicting & more precise\n404:200:---:200:200:404:---:---:---:200:200:200:---:---:---:---:---:---:200:404:::IMail_Monitor/7.15\n200:200:---:200:200:404:---:---:---:200:200:200:---:---:---:---:---:---:404:---:WhatsUpServer:^WhatsUpServer. Ipswitch 1.0:WhatsUpServer: Ipswitch 1.0 [WhatsUpGold 1.1]\n+++:400:405:400:400:400:200:400:200:200:+++:400:404:405:405:405:405:405:+++:+++:::Intel NMS 1.0\n+++:xxx:---:200:200:---:---:---:---:404:200:200:404:---:---:---:---:---:+++:+++:::IP_SHARER WEB 1.0 [Netgear Wireless router, WGR-614]\n+++:xxx:---:200:200:---:200:---:---:404:200:200:404:---:---:---:---:---:200:+++:::IP_SHARER WEB 1.0\n# Version R14.2.15-3 (April 23rd, 1998). Debug level set to 0.\n# 0 child process(es) active out of a maximum of 25.\n# from Annex Corporation for a Xylogic serial annex server running on HP-UX.\n+++:200:---:200:200:---:200:200:200:200:---:200:---:---:---:---:---:---:200:+++::^$:Security/boot server\n+++:500:501:200:200:405:500:500:500:200:200:200:404:405:405:405:405:405:200:+++:::Servertec-IWS/1.11\n# SimpleHTTP from http://www.iki.fi/iki/src/index.html\n+++:HTM:HTM:HTM:HTM:302:302:HTM:HTM:404:404:302:404:HTM:HTM:HTM:HTM:HTM:404:+++:::SimpleHTTP/1.2\n200:200:---:200:---:---:200:---:---:200:---:200:400:400:400:400:400:400:200:200::^$:ejabberd web administration\n# Jana is seriously broken: it answers 200 to all requests. The real code is in the returned page, which is not HTTP conformant\n# no404 partly fixes the signature.\n+++:200:200:200:200:200:200:200:200:200:200:200:404:404:404:404:404:404:404:+++:::Jana-Server/2.4.2\n# Oracle?\n+++:HTM:200:505:400:501:400:HTM:400:400:+++:400:404:403:403:200:501:501:+++:+++:::JavaWebServer/2.0\n+++:404:501:404:404:501:404:501:400:404:+++:404:501:501:501:501:501:501:+++:+++:::Java Cell Server\n+++:400:400:200:200:400:400:400:400:400:400:200:400:400:400:400:400:400:+++:+++::^$:JDMK4.1/Java2 Agent view on Windows 2000\n# Jetty - I got the same sig for two versions\n# Jetty/5.0.alpha3 (Linux/2.4.20-gentoo-r8 i386 java/1.4.1)\n# Jetty/4.2.14 (Linux/2.4.20-gentoo-r8 i386 java/1.4.1)\n+++:HTM:200:200:200:200:---:---:---:404:+++:+++:404:404:404:200:404:404:200:+++:Jetty/4 or Jetty/5:Jetty/[45]\\.:Jetty 4.2 or 5.0alpha\n# JBoss (default installation, w/ no200)\n+++:HTM:200:200:200:200:---:---:---:404:+++:+++:100:100:404:200:405:405:404:+++:Jetty/4:Jetty/4\\.:Jetty 4.2 in JBoss 3.0.6 (out of the box)\n# also Jetty/4.2.9 (Windows 2000/5.0 x86 java/1.4.2)\n+++:HTM:200:200:200:200:---:---:---:404:+++:+++:404:404:404:200:405:405:404:+++:Jetty/4:Jetty/4\\.:Jetty 4.2 in JBoss 3.2.1 (out of the box) or Jetty/4.2.9\n+++:xxx:200:503:503:500:200:HTM:xxx:400:400:400:200:200:200:200:200:200:200:+++:Jetty/4::Jetty/4.2.11 (Linux/2.4.20-8smp x86 java/1.4.1)\n+++:HTM:404:200:200:200:---:---:---:404:+++:400:100:100:404:200:404:404:+++:+++:Jetty/4::Jetty/4.1.4 (Windows XP 5.1 x86)\n+++:HTM:404:200:200:200:---:---:---:302:400:400:404:404:404:200:404:404:200:+++:Jetty/4::Jetty/4.2.9 (Windows 2003/5.2 x86 java/1.4.2_04)\n#\n+++:HTM:200:200:HTM:501:200:---:---:404:+++:---:404:404:404:404:404:404:200:+++:Jigsaw/1:1\\.0beta:Jigsaw 1.0beta2\n+++:HTM:200:200:HTM:501:200:---:---:404:+++:400:404:404:404:404:404:404:200:+++:Jigsaw/2::Jigsaw/2.0.5\n+++:HTM:200:200:HTM:501:200:---:---:404:+++:+++:404:404:404:200:404:404:200:+++:Jigsaw/2::Jigsaw/2.2.2\n# More precise\n+++:HTM:200:200:HTM:501:200:---:---:404:404:400:404:404:404:200:404:404:200:+++:Jigsaw/2.2:^Jigsaw/2\\.2\\.[45]:Jigsaw/2.2.4-5\n+++:HTM:200:200:HTM:501:200:---:---:404:404:400:+++:400:404:200:404:404:+++:+++:Jigsaw/2.2::Jigsaw/2.2.4 [on Windows 2003 SP1]\n+++:400:200:200:400:400:400:400:400:400:400:404:405:200:200:200:200:200:404:+++:Jigsaw/2.2::Jigsaw 2.2.1 (Windows 2000)\n+++:400:404:200:400:400:400:400:400:400:400:404:405:404:404:404:404:404:404:+++:Jigsaw/2.2::Jigsaw 2.2.1(windows 2000)\n+++:HTM:200:200:HTM:501:301:---:---:301:301:400:404:404:404:200:404:404:301:+++:Jigsaw/2.2::Jigsaw/2.2.4\n+++:XML:200:200:XML:501:200:---:---:404:404:400:404:404:404:200:404:404:200:+++:Jigsaw/2.2::Jigsaw/2.2.5\n# OS: Solaris 8 07/03 HW release, kernel patch 108528-27\n# Web Server: Bundled with HP OpenView Performance Insight Version 4.6.0 GA, Service Pack 1\n+++:---:302:200:200:200:---:---:---:302:302:200:404:501:501:501:501:501:+++:+++:::JRun Web Server\n# Kazaa - not a real web server\n+++:501:---:404:404:---:501:501:501:501:501:404:501:501:---:---:---:---:404:+++::^$:Kazaa servent (not a real web server)\n# Candle Web Server (Omegamon is a supervision/monitoring software)\n# KDH/185.4 (v180_kbs4054a)\n# KDH/185.4 (v180_kbs3348a)\n# and also KDH/185.67?\n+++:---:404:---:---:200:200:---:---:404:404:200:404:404:404:404:---:---:200:+++:::KDH/185.4 [Candle Web Server from Omegamon]\n# Less precise\n# KDH/185.67 (v180_kbs4190a)\n+++:---:404:---:---:200:200:---:---:404:404:200:+++:404:404:404:---:---:+++:+++:::KDH/185 [Candle Web Server from Omegamon]\n# Kerio Personal Firewall\n# Sunbelt Personal Firewall (new name of Kerio)\n---:---:---:200:200:---:---:---:---:200:---:200:---:---:---:---:---:---:200:200::^(Kerio|Sunbelt) Personal Firewall:Kerio Personal Firewall\n+++:---:501:---:---:200:---:---:---:301:403:200:404:501:501:501:---:---:403:+++:KFWebServer:^KFWebServer/2\\.5\\.0 Windows:KFWebServer/2.5.0 on Windows 98 or NT4\n# More precise but conflicting\n---:---:501:---:---:200:---:---:---:301:403:200:404:501:501:501:---:---:403:403:KFWebServer::KFWebServer/3.2.0 Windows XP\n# knobot-standalone-self-extracting-0.2.14.jar\n+++:XML:200:200:500:500:---:---:---:500:400:400:500:401:302:200:200:200:500:+++:::WYMIWYG RWCF (the KnoBot foundation) 0.3\n# Lacie Ethernet Disk 250gb (NAS)\n# Package version 2.0\n# Software version LaCix - 1.3.4\n# Operating system Linux Embedded - 2.4.25-lacie6\n# Bios version U-Boot 1.1.1\n# Manufacturer and model LaCie Group, S.A.\n# Physical memory 59 MB\n# Virtual memory 125 MB\n# Windows File Server Running\n# Apple File Server Stopped\n# FTP service Running\n# HTTP service Running\n# Bonjour service Stopped\n200:200:501:200:200:200:404:400:400:400:501:200:501:501:501:501:501:501:200:404:Lacie-NAS:^$:Lacie Ethernet Disk 250gb (NAS)\n# Linksys WRV54G wireless G router (with VPN)\n# Hardware Version: \t Rev.02\n# Software Version: \t 2.37.1\n+++:HTM:501:200:400:200:200:400:400:400:400:400:400:501:501:501:501:501:+++:+++::^$:Linksys WRV54G wireless router\n401:---:---:401:401:401:---:---:---:400:---:401:404:---:---:---:---:---:400:404::^httpd$:Linksys WRT54G\n+++:HTM:400:200:200:200:200:400:400:400:400:200:404:400:400:400:400:400:HTM:+++:::LiteWeb/1.21\n# LiteWeb/2.3\n# LiteWeb/2.5\n+++:200:200:302:200:200:200:200:200:200:200:200:---:200:200:200:200:200:200:+++:::LiteWeb/2.\n403:403:302:505:403:---:---:---:403:403:403:400:302:302:302:---:---:---:403:403:LogmeIn:^$:LogMeIn 4.0.762\n# Lotus Domino\n+++:HTM:200:200:200:200:200:HTM:HTM:200:+++:400:500:405:405:200:501:501:+++:+++:Lotus-Domino/4.6::Lotus-Domino/4.6\n+++:HTM:200:200:200:404:404:HTM:HTM:200:403:400:500:405:405:200:501:501:404:+++:Lotus-Domino/4.6::Lotus-Domino/Release-4.6.5\n+++:HTM:---:200:200:200:200:HTM:HTM:403:500:400:500:405:405:405:501:501:403:+++:Lotus-Domino/5.0::Lotus-Domino/5.0.5\n+++:HTM:405:200:200:200:200:HTM:HTM:403:500:400:500:405:405:405:501:501:500:+++:Lotus-Domino/5.0::Lotus-Domino/5.0.8\n+++:HTM:405:200:200:200:200:HTM:HTM:200:500:400:500:405:405:405:501:501:404:+++:Lotus-Domino/5.0::Lotus-Domino/5.0.3\n# Lotus-Domino/5.0.8\n# Lotus-Domino/0\n+++:HTM:405:200:200:200:200:HTM:HTM:200:500:400:500:405:405:405:501:501:500:+++:Lotus-Domino/5.0:^Lotus-Domino/(0|5\\.0\\.([89]|1[0-2]))$:Lotus Domino 5.0.8-12 [on Windows 2000 SP4 w/ AD?]\n+++:400:200:200:400:200:200:400:400:200:200:400:404:404:404:200:404:405:+++:+++:Lotus-Domino/6.5:^Lotus-Domino$:Lotus-Domino/R6.5\n# Lotus Domino 6.5.1 for Win32 with interim fix 1 & spanish language pack installed in replace mode\n+++:400:200:200:400:200:200:400:400:200:200:400:404:405:405:200:405:405:200:+++:Lotus-Domino/6.5:^Lotus-Domino$:Lotus-Domino/R6.5.1IF1\n# Domino-Go-Webserver/4.6.2.2\n# Domino-Go-Webserver/4.6.2.51\n+++:HTM:200:200:200:HTM:200:HTM:HTM:200:403:400:500:405:405:200:501:501:404:+++:::Domino-Go-Webserver/4.6.2.\n+++:HTM:200:200:200:200:200:HTM:HTM:403:403:400:500:405:405:200:501:501:404:+++:::Domino-Go-Webserver/4.6.2.5\n+++:400:200:200:400:200:200:400:400:200:200:400:404:405:405:200:405:405:+++:+++:Lotus-Domino/6.5:^Lotus-Domino:Lotus-Domino/6.5.1 on Linux\n#\n+++:200:501:200:200:501:404:404:404:404:404:200:---:501:501:501:501:501:404:+++:::EPSON-HTTP/1.0\n+++:HTM:501:200:HTM:200:200:HTM:200:302:+++:200:404:501:501:501:501:501:+++:+++:::LV_HTTP/1.0\n+++:HTM:---:200:---:---:200:---:200:200:+++:200:---:---:---:---:---:---:+++:+++:::LabVIEW/7.0\n+++:400:501:400:400:501:400:400:400:404:301:400:411:501:501:501:501:501:200:+++:lighttpd/1.3::lighttpd/1.3.5 (Nov 3 2004/13:06:27)\n400:400:200:400:400:501:400:400:400:404:200:400:411:501:501:501:501:501:200:404:lighttpd/1.3::lighttpd/1.3.16\n+++:400:501:400:400:501:400:400:400:400:301:400:411:501:501:501:501:501:200:+++:lighttpd/1.3:lighttpd/1\\.3\\.1[01]:lighttpd/1.3.10-11\n+++:400:501:400:400:501:400:400:400:400:200:400:411:501:501:501:501:501:200:+++:lighttpd/1.3:lighttpd/1\\.3\\.1[23]:lighttpd/1.3.12-13\n+++:400:200:400:400:501:400:400:400:404:200:400:411:404:404:501:501:501:200:+++:lighttpd/1.4::lighttpd/1.4.0\n# lighttpd/1.4.11\t# lighttpd/1.4.13\n# lighttpd/1.4.15 (including Gentoo 1.4.15-r1)\t# lighttpd/1.4.16\n# lighttpd/1.4.18\t# lighttpd/1.4.19\t# lighttpd/1.4.20\n# lighttpd/1.4.22\t# lighttpd/1.4.25\t# lighttpd/1.4.26\n# lighttpd/1.4.28\t# lighttpd/1.4.30\n400:400:200:505:400:501:400:400:400:404:200:400:411:404:404:501:404:501:200:404:lighttpd/1.4:lighttpd/1\\.4\\.(1[1-9]|2[0-9]|3[0-2]):lighttpd/1.4.11-32\n400:400:200:505:400:501:400:400:400:404:200:400:411:404:404:404:404:404:200:404:::lighttpd/1.4.35\n# The banner is only: lighttpd\n+++:400:200:400:400:501:400:400:400:404:200:400:411:404:404:501:404:501:200:+++:lighttpd/1.4::lighttpd/1.4.1\n+++:404:500:200:200:200:401:401:401:404:500:200:---:500:500:500:500:500:+++:+++::^$:Linksys BEFW11S4 WAP - 1.44.2z, Dec 13 2002\n+++:200:501:200:200:400:400:400:400:404:+++:200:501:501:501:501:501:501:+++:+++:::LseriesWeb/1.0-beta (LSERIES)\n+++:HTM:HTM:HTM:HTM:HTM:302:HTM:HTM:HTM:---:HTM:404:HTM:HTM:HTM:HTM:HTM:404:+++:::LWS 0.1.2 [unconfigured]\nxxx:xxx:404:HTM:HTM:HTM:404:HTM:HTM:404:400:404:200:200:200:200:200:200:404:404:::PasteWSGIServer/0.5 Python/2.7.2 [Firefox sync server]\n+++:200:400:200:200:200:400:400:400:400:+++:200:404:401:400:400:400:400:+++:+++:::PersonalNetFinder/1.0 ID/ACGI\n# PersonalNetFinder/1.0 ID/ACGI\n# MACOS_Personal_Websharing\n+++:200:400:200:200:200:400:400:400:400:+++:200:404:403:400:400:400:400:+++:+++::MACOS_Personal_Websharing|PersonalNetFinder:MacOS PersonalNetFinder\n+++:HTM:HTM:200:---:HTM:200:HTM:HTM:HTM:+++:400:200:HTM:HTM:HTM:HTM:HTM:+++:+++:::AppleShareIP/6.0.0\n+++:HTM:HTM:200:---:HTM:200:HTM:HTM:HTM:---:400:404:HTM:HTM:HTM:HTM:HTM:HTM:+++:::AppleShareIP/6.3.2\n#\n+++:HTM:501:xxx:HTM:HTM:200:HTM:HTM:404:301:400:404:501:501:501:501:501:200:+++:::HTTPi/1.4 (xinetd/Linux)\n+++:HTM:501:400:400:501:404:---:---:400:400:404:404:501:501:501:501:501:400:+++:::Mathopd/1.4p1\n+++:---:501:505:400:---:400:---:---:400:400:400:411:501:501:501:501:501:414:+++:::Mathopd/1.5b11\n+++:200:400:200:200:501:400:400:400:200:400:200:404:404:404:404:404:404:+++:+++:::Mdaemon Worldclient 2.06\n# Conflicting & unconfirmed\n# WDaemon/3.0\n# WDaemon/4.0\n200:200:400:200:200:501:400:400:400:200:400:200:404:404:404:404:404:404:403:404:wdaemon:^$:WDaemon/3.0-4.0\n# MediabolicMWEB/1.0\n# MediabolicMWEB/1.2\n400:400:404:400:400:400:400:400:400:404:404:404:404:404:404:404:404:404:404:404:MediabolicMWEB/1:^MediabolicMWEB/1\\.[02]:MediabolicMWEB/1.0-1.2\n# MERCUR Messaging 2005 version 5.0 (SP2) / 5.0.10.0\n+++:404:404:200:200:200:404:404:404:200:404:200:404:404:404:404:404:404:200:+++:::MERCUR Messaging 2005 [version 5.0 (SP2) / 5.0.10.0]\n+++:VER:VER:VER:VER:VER:VER:---:---:VER:VER:VER:VER:VER:VER:VER:VER:VER:VER:+++::^$:msfweb [Metasploit framework 2.5]\n---:---:501:VER:VER:---:---:---:---:404:200:200:501:501:501:501:501:501:404:404:::mghttpd\n# Snap Appliance, Inc./3.4.803\n# Meridian Data/2.3.417\n+++:400:501:200:200:xxx:400:400:400:200:200:200:200:501:501:501:501:501:+++:+++::^(Snap Appliance|Meridian Data):Quantum Snap Server\n# model: 4000 series / OS: 3.4.790 (US) / Hardware: 2.2.1 / BIOS: 2.4.437\n+++:400:501:200:200:HTM:400:400:400:404:200:200:404:501:501:501:501:501:400:+++:::Quantum Corporation./3.4.790\n# Quantum Corporation./3.4.790\n# Snap Appliances, Inc./3.1.618\n+++:400:501:200:200:HTM:400:400:400:200:200:200:404:501:501:501:501:501:400:+++::^(Snap Appliance|Quantum Corporation):Quantum Snap Server\n# Belkin 54g Wireless AP model F5D7130 - version 1000\n# micro_httpd_14dec2001 or micro_httpd_12dec2005\n400:400:501:200:200:200:400:400:400:400:501:200:501:501:501:501:501:501:400:404:::micro_httpd\n+++:---:501:200:200:200:---:---:---:400:501:200:404:501:501:501:501:501:+++:+++:::micro_httpd\n---:---:501:200:200:200:---:---:---:400:501:200:404:501:501:501:501:501:400:404:::micro_httpd\n+++:HTM:400:200:200:400:400:400:400:404:+++:200:400:501:501:400:400:501:+++:+++:::Micro-HTTP/1.0\n+++:HTM:501:200:200:501:400:400:400:404:+++:200:400:501:501:501:501:501:+++:+++:::Micro-HTTP/1.0\n+++:HTM:501:200:200:501:400:400:400:404:+++:200:400:501:501:501:501:HTM:+++:+++:::Micro-HTTP/1.0\n+++:HTM:501:200:200:HTM:400:400:400:404:+++:200:400:HTM:501:HTM:HTM:HTM:+++:+++:::Micro-HTTP/1.0\n+++:HTM:501:200:200:501:400:400:400:404:+++:200:400:HTM:501:HTM:HTM:501:+++:+++:::Micro-HTTP/1.0\n+++:HTM:HTM:200:200:HTM:400:400:400:404:+++:200:400:HTM:HTM:501:501:HTM:+++:+++:::Micro-HTTP/1.0\n# Sophos PureMessage w/ Apache 2.2.8\nHTM:HTM:200:200:200:501:200:HTM:HTM:400:400:400:404:405:405:---:405:501:200:---::^Apache\\/2\\.2\\.8 \\(Unix\\).+ Perl\\/v5\\.8\\.7:Apache/2.2.8 (Unix) mod_ssl/2.2.8 OpenSSL/0.9.8k mod_perl/2.0.1 Perl/v5.8.7\n# Symantec Gateway Security 320\n# Firmware version : 2.1.0 Build 1336\n# On Linux, default config\n200:404:501:200:200:200:404:501:400:400:501:200:---:501:501:501:501:501:401:---:::Micro-Web [Symantec Gateway Security 320]\n# MS IIS\n+++:HTM:404:200:HTM:501:200:400:400:200:404:200:501:501:501:501:501:501:200:+++::^Microsoft-IIS/[23]\\.0:Microsoft-IIS/2 or Microsoft-IIS/3\n# MS PWS (old sig)\n##HTM:200:404:200:200:HTM:400:501:HTM:200:400:400:200:200:404:+++:200:501:501:501:501:501:501:501:+++:Microsoft-PWS/3.0\n+++:200:200:200:200:400:400:400:400:400:400:400:405:403:403:200:501:501:200:+++::^Microsoft-IIS/4\\.0:Microsoft-IIS/4 on Win98SE [PWS]\n#\n+++:HTM:200:200:HTM:400:400:400:400:400:+++:+++:405:411:404:200:501:501:+++:+++:::Microsoft-IIS/4.0\n+++:HTM:200:200:HTM:404:400:400:400:400:400:400:405:404:404:404:404:404:200:+++:::Microsoft-IIS/4.0\n+++:HTM:200:200:HTM:400:400:400:400:400:400:400:405:403:403:200:501:501:200:+++:::Microsoft-IIS/4.0 [on Windows NT4 SP6a, or MS PWS on Windows 98]\n+++:404:501:200:200:501:200:501:---:---:501:200:405:501:501:501:501:501:200:+++:::Microsoft-IIS/5.0 [on Windows Server 2003 SP 1]\n+++:404:200:200:404:400:400:400:400:400:+++:+++:405:501:501:200:501:501:+++:+++:::Microsoft-IIS/5.0\n+++:404:200:200:404:400:400:400:400:400:+++:404:405:411:404:200:400:411:+++:+++:::Microsoft-IIS/5.0\n+++:200:200:200:200:400:400:400:400:400:400:400:405:501:501:200:501:501:200:+++:::Microsoft-IIS/5.0\n+++:HTM:200:200:HTM:400:400:400:400:400:400:400:405:404:404:404:404:404:200:+++:::Microsoft-IIS/5.0\n+++:200:404:VER:200:400:400:400:400:400:400:400:405:404:404:404:404:404:200:+++:::Microsoft-IIS/5.0 [Using iHTML/2.20.8]\n## Might be IIS-4 or IIS-5?? I don't like that. I suspect I was given wrong information\n# IIS-5 w/ ASP.net\n+++:200:404:200:200:400:400:400:400:400:400:400:405:404:404:404:404:404:200:+++:::Microsoft-IIS/5.0\n# Same as above, imprecise\n# X-Powered-By: ASP.NET - X-Powered-By: PHP/4.3.2\n+++:200:404:200:200:400:400:400:400:400:400:400:405:404:404:404:404:404:+++:+++:::Microsoft-IIS/5.1\n# w/ PHP and ASP.NET?\n+++:404:200:200:404:400:400:400:400:400:400:404:405:403:403:200:400:411:404:+++:::Microsoft-IIS/5.0\n+++:200:200:200:200:400:400:400:400:400:400:200:200:403:403:200:403:403:200:+++:::Microsoft-IIS/5.0 w/ ASP.NET\n+++:HTM:200:200:HTM:400:400:400:400:400:+++:400:405:411:404:200:400:411:+++:+++:::Microsoft-IIS/5.0\n# Somebody got the same signature w/ URLScan\n+++:200:200:200:200:400:400:400:400:400:400:400:200:200:200:200:200:200:+++:+++::^Microsoft-IIS/5\\.0$:Microsoft-IIS/5.0 [Windows 2000 server SP4 w/ latest patches (2003-02-05)]\n+++:403:200:200:403:400:400:400:400:400:400:400:405:501:501:200:501:501:403:+++::^Microsoft-IIS/5\\.0$:Microsoft-IIS/5.0 [Windows 2000 SP3 w/ iislockdown & urlscan]\n# Suspicious signature\n+++:404:404:200:404:400:400:400:400:400:400:404:405:404:404:404:404:404:404:+++::Microsoft-IIS/5\\.0:Microsoft-IIS/5.0 [w/ URLScan 2.5 (6.0.3615.0) on Win2000 server up to date (2004-01-14)]\n# Windows 2000 server SP4 w/ urlscan, w/o OWA\n+++:HTM:404:200:HTM:400:400:400:400:400:400:400:404:404:404:404:404:404:+++:+++::Microsoft-IIS/5\\.0:Microsoft-IIS/5.0 [w/ UrlScan, w/o Outlook Web Access, on Win2000 SP4]\n#\n# MS IIS 5.0 with UrlScan allowing all ASP pages, without Outlook Web Access, on Win2000 SP4\n# or:\n# Windows 2000 Server 5.0.2195 Service Pack 4 Build 2195\n# Microsoft Exchange Server Version 5.5 (Build 2653.23: Service Pack 4)\n# UrlScan with Outlook Web Access\n#\n+++:HTM:404:200:HTM:400:400:400:400:400:400:400:405:404:404:404:404:404:+++:+++::^Microsoft-IIS/5\\.0$:Microsoft-IIS/5.0 [w/ UrlScan]\n# Windows 2000, SP3? 4? w/o the latest patches\n#200:200:400:200:200:200:400:400:400:400:400:400:200:400:400:400:400:405:403:403:200:200:400:411:+++:Microsoft-IIS/5.0\n# More precise\n+++:200:400:200:200:400:400:400:400:400:400:400:405:403:403:200:400:411:200:+++:::Microsoft-IIS/5.0\n# X-Powered-By: ASP.NET\n# Windows 2000 Advanced Server, SP-4 Build 2195; IIS5 with .NET\n+++:200:200:200:200:400:400:400:400:400:400:400:405:403:403:404:400:411:+++:+++::Microsoft-IIS/5\\.0:Microsoft-IIS/5.0 [w/ .NET on Win2000 SP4]\n+++:200:200:200:200:400:400:400:400:400:400:400:405:403:403:200:400:411:200:+++:Microsoft-IIS/5.0 or Microsoft-IIS/5.1:^Microsoft-IIS/5\\.[01]:Microsoft-IIS/5.0 on Win2000 SP4 or Microsoft-IIS/5.1 on WinXP SP1\n# IIS 5.0 on Win 2000 SP4 server english with all patches (2003-12-16) & .NET & without Lockdown\n+++:xxx:200:200:xxx:400:400:400:400:400:400:400:405:403:403:200:400:411:+++:+++::^Microsoft-IIS/5\\.0:Microsoft-IIS/5.0 [w/ .NET on Win2000 SP4]\n+++:HTM:200:200:HTM:400:400:400:400:400:400:400:405:403:403:404:400:411:404:+++:::Microsoft-IIS/5.0\n+++:HTM:200:200:HTM:400:400:400:400:400:400:400:405:501:501:200:501:501:200:+++:::Microsoft-IIS/5.0\n+++:HTM:200:200:HTM:400:400:400:400:400:400:400:405:403:403:200:400:411:200:+++::^Microsoft-IIS/5\\.0:Microsoft-IIS/5.0 [on Win2000 w/ latest patches (2003-12-29)]\n#+++:200:200:200:200:400:400:400:400:400:400:400:405:411:404:200:400:411:200:+++:::Microsoft-IIS/5.0\n# next sig might be 5.1 too??\n200:200:200:200:200:400:400:400:400:400:400:400:405:411:404:200:400:411:200:414:::Microsoft-IIS/5.0\n+++:HTM:500:200:HTM:400:400:400:400:400:+++:400:405:500:500:200:500:500:+++:+++:::Microsoft-IIS/5.1\n# Microsoft-IIS/5.0\n# Microsoft-IIS/5.1 [w/ ASP.NET]\n200:200:200:200:200:400:400:400:400:400:400:400:405:403:403:200:400:411:200:414:Microsoft-IIS/5.0 or Microsoft-IIS/5.1:Microsoft-IIS/5\\.[01]:Microsoft-IIS/5.0-5.1\n+++:200:500:200:200:400:400:400:400:400:400:400:405:500:500:200:500:500:200:+++:::Microsoft-IIS/5.1\n# IIS 5, Windows 2000 SP-4 running OWA on exchange 5.5\n+++:400:404:200:400:400:400:400:400:400:400:400:405:404:404:404:404:404:200:+++::^$:Microsoft-IIS/5 (OWA on Exchange 5.5)\n# Unpatched IIS 5.0 protected by Check Point Firewall-1 Smart Defense\n+++:xxx:200:200:xxx:400:---:---:---:400:400:400:405:403:403:200:400:400:+++:+++::Microsoft-IIS/5\\.0:Microsoft-IIS/5.0 [behind FW-1]\n# IIS/6\n+++:HTM:404:505:400:400:200:400:400:400:400:400:411:411:404:501:404:404:404:+++:::Microsoft-IIS/6.0 [on Windows 2003 SP1 w/ ASP.Net]\n+++:HTM:200:505:400:400:200:400:400:400:400:400:411:411:501:501:501:501:200:+++:::Microsoft-IIS/6.0 [on Windows 2003 SP1 or SP2]\n+++:HTM:200:505:400:400:200:400:400:400:400:400:411:411:403:501:400:411:200:+++:::Microsoft-IIS/6.0 [on Windows 2003 SP1]\n+++:xxx:200:505:---:400:200:400:400:400:400:400:411:411:501:501:501:501:200:+++:::Microsoft-IIS/6.0 [w/ ASP.NET]\n+++:HTM:---:505:400:400:200:400:400:400:400:400:411:411:403:501:400:411:200:+++:::Microsoft-IIS/6.0 [on Windows 2003 SP1 w/ ASP.NET]\n+++:200:200:505:---:400:200:400:400:400:400:400:411:411:404:501:400:411:200:+++:::Microsoft-IIS/6.0\n+++:HTM:---:505:400:400:200:400:400:400:400:400:411:411:---:501:400:411:200:+++:::Microsoft-IIS/6.0 [on Windows 2003 SP1 w/ ASP.NET]\n+++:200:200:505:---:400:200:400:400:400:+++:400:411:411:403:501:400:411:+++:+++::Microsoft-IIS/6\\.0:Microsoft-IIS/6.0 [w/ ASP.NET 1.1.4322]\n+++:200:200:505:---:400:200:400:400:400:400:400:411:411:501:501:501:501:200:+++::^Microsoft-IIS/6\\.0$:Microsoft-IIS/6.0 [w/ ASP.NET on Windows 2003]\n+++:HTM:---:505:400:400:200:400:400:400:400:400:411:411:404:501:404:404:200:+++:::Microsoft-IIS/6.0 [w/ ASP.NET on Windows 2003 SP1]\n+++:HTM:200:505:---:400:200:400:400:400:400:400:411:411:403:501:400:411:200:+++:::Microsoft-IIS/6.0 [w/ ASP.NET on Windows 2003]\nHTM:HTM:200:505:---:400:200:400:400:400:400:400:411:411:403:501:400:411:200:400:::Microsoft-IIS/6.0 [on Windows 2003]\n+++:HTM:200:505:400:400:200:400:400:400:400:400:411:411:404:501:400:411:200:+++:::Microsoft-IIS/6.0 [w/ ASP.NET on Windows 2003 SP1]\n+++:200:200:505:400:400:200:400:400:400:400:400:411:411:501:501:501:501:200:+++:::Microsoft-IIS/6.0 [w/ ASP.NET on Windows 2003 SP1]\n+++:200:200:505:400:400:200:400:400:400:400:400:411:411:403:501:400:411:200:+++:::Microsoft-IIS/6.0\n+++:HTM:200:505:---:400:200:400:400:400:400:400:411:411:200:200:200:200:200:+++:::Microsoft-IIS/6.0 [w/ ASP.NET on Windows 2003]\nHTM:HTM:200:505:---:400:200:400:400:400:400:400:411:411:200:200:200:200:200:400:::Microsoft-IIS/6.0 [on Windows Server 2003 SP2]\n+++:HTM:200:505:---:400:200:400:400:400:400:400:411:411:501:501:501:501:200:+++:::Microsoft-IIS/6.0 [w/ ASP.NET on Windows 2003]\n# More precise\nHTM:HTM:200:505:---:400:200:400:400:400:400:400:411:411:501:501:501:501:200:400:::Microsoft-IIS/6.0\n# Windows 2003 + IIS6 and Citrix ICA portal\nxxx:xxx:403:200:200:501:200:HTM:xxx:200:400:400:411:411:501:501:501:501:200:400:::Microsoft-IIS/6.0 [w/ ASP.NET on Windows 2003]\n# IIS/7 w/ X-AspNet-Version: 2.0.50727\n---:---:---:505:400:---:500:400:---:400:400:400:411:411:404:---:404:404:500:400:::Microsoft-IIS/7.0 [w/ ASP.NET on Windows 2008]\n# MS ISA Server 2000\n+++:400:500:403:400:400:403:400:400:500:500:403:403:403:403:403:403:403:403:+++::^$:MS ISA Server 2000 reverse proxy (rejecting connections)\n# MS ISA 2004\n+++:400:500:200:400:400:200:400:400:500:500:200:411:411:501:200:501:501:+++:+++:::Microsoft-IIS/6.0 [w/ .NET; through MS ISA Server 2004 Beta2]\n#\n400:HTM:503:200:400:503:200:400:400:400:400:200:501:501:503:503:503:503:200:404:mikrotik:^$:mikrotik routeros 3.4 webbox\n# Mini HTTPD\n+++:xxx:501:VER:VER:VER:200:xxx:xxx:400:400:200:404:501:501:501:501:501:400:+++:mini_httpd/1:mini_httpd/1\\.1[78]:mini_httpd/1.17beta1 or 1.18\n# Also ECL-WebAdmin/1.0 [Embedded Coyote Linux on Linux 2.4.23] from www.coyotelinux.com\n+++:HTM:501:VER:VER:VER:200:HTM:HTM:400:400:200:404:501:501:501:501:501:400:+++:mini_httpd/1::mini_httpd/1.19 19dec2003\n# Conflicting / more precise signature\n# mini_httpd/1.18 26oct2003\n# mini_httpd/1.19 19dec2003\nHTM:HTM:501:VER:VER:VER:200:HTM:HTM:400:400:200:404:501:501:501:501:501:400:404:mini_httpd/1:mini_httpd/1\\.1[89] [12][69][od][ce][tc]2003:mini_httpd/1.18 26oct2003 or mini_httpd/1.19 19dec2003\n#\n+++:400:400:400:400:400:200:400:400:200:+++:200:200:400:400:400:400:400:+++:+++:::MiniServ/0.01\n+++:---:---:---:---:---:200:---:---:200:200:200:200:---:---:---:---:---:+++:+++:::MiniServ/0.01\n# Webmin 1.340 on gentoo\n+++:400:200:400:400:400:200:400:400:200:200:200:200:400:200:200:200:400:200:+++:::MiniServ/0.01 [Webmin 1.340]\n# app-admin/webmin-1.400-r1\n---:---:200:---:---:---:200:---:---:200:200:200:200:400:200:200:200:400:200:200:::MiniServ/0.01 [Webmin 1.400]\n200:---:200:200:200:200:---:---:---:200:200:200:200:200:200:200:200:200:200:200:::MLdonkey\n# Monkey\n#400:200:403:200:200:200:400:405:200:400:400:400:200:404:404:+++:+++:411:405:405:405:405:405:405:+++:Monkey/0:Monkey/0.7.1 (Linux)\n# Same as above - more precise\n+++:400:403:200:200:405:400:400:400:404:403:400:411:405:405:405:405:405:403:+++:Monkey/0::Monkey/0.8.2 (Linux)\n+++:400:403:200:200:405:400:400:400:404:403:200:411:405:405:405:405:405:403:+++:Monkey/0::Monkey/0.9.1 (Linux)\n# dev-dotnet/xsp-2.4.2 & dev-lang/mono-2.4.2.3\n200:200:400:VER:VER:VER:500:500:500:200:200:200:405:405:405:405:405:405:200:404:::Mono.WebServer2/0.2.0.0 Unix\n# Mono.WebServer2/0.2.0.0 Unix (dev-dotnet/xsp-2.8.2 & dev-lang/mono-2.8.2)\n# Mono.WebServer2/0.2.0.0 Unix (dev-dotnet/xsp-2.6 & dev-lang/mono-2.6.3)\n# Mono.WebServer/0.1.0.0 Unix (dev-dotnet/xsp-2.6.5 & dev-lang/mono-2.6.7)\n200:200:405:VER:VER:VER:500:500:500:200:200:200:405:405:405:405:405:405:200:404:xsp:^Mono\\.WebServer2?/0\\.[12]\\.0\\.0 Unix:Mono.WebServer Unix [dev-dotnet/xsp-2.6]\n# MWS might be some DVR or Cisco ASDM 6.3(5) ?\n200:404:---:200:200:---:404:404:404:404:---:200:---:---:---:---:---:---:200:200:::MWS/1.2.0\n+++:302:501:302:302:302:302:501:302:404:401:302:404:401:401:501:501:501:400:+++:::MyServer 0.6.2\n+++:302:200:302:302:302:302:200:200:200:200:302:---:---:401:200:200:200:302:+++:::MyServer 0.7\n#\n+++:---:---:200:---:---:---:---:---:---:---:---:404:404:404:404:---:---:+++:+++::PLT Scheme:mzserver 203-6 on Debian\n+++:404:200:200:200:200:200:404:404:200:200:200:404:404:404:404:404:404:200:+++::^$:POW 0.0.9 [firefox extension]\n# aEGiS_nanoweb/2.1.3 (Linux; PHP/4.3.3)\n# aEGiS_nanoweb/2.2.0 (Linux; PHP/4.3.3)\n# aEGiS_nanoweb/2.2.1 (Linux; PHP/4.3.3)\n+++:200:200:200:200:501:501:501:200:404:404:200:404:501:501:501:501:501:200:+++::^aEGiS_nanoweb/2\\.(1\\.3)|(2\\.[01]):aEGiS_nanoweb/2.1.3 or 2.2.0 or 2.2.1\n+++:400:200:200:200:501:501:501:400:404:404:200:404:501:501:501:501:501:200:+++:::aEGiS_nanoweb/2.2.2 (Linux; PHP/4.3.3)\n# Good old NCSA\n+++:HTM:400:200:200:400:HTM:HTM:HTM:404:302:200:501:400:400:400:400:400:---:+++:::NCSA/1.1\n# NCSA/1.2\n# NCSA/1.4.2\n+++:HTM:400:200:200:400:HTM:HTM:HTM:404:302:200:404:404:404:400:400:400:---:+++:NCSA/1.2+:^NCSA/1\\.([234]):NCSA/1.2 to 4.2\n+++:HTM:400:200:200:HTM:200:400:HTM:404:301:200:404:404:404:400:400:400:200:+++:NCSA/1.5+::NCSA/1.5\n+++:HTM:HTM:HTM:HTM:HTM:200:HTM:400:404:+++:+++:404:404:404:400:400:400:+++:+++:NCSA/1.5+::NCSA/1.5.2\n+++:HTM:400:HTM:HTM:400:200:HTM:400:404:+++:200:404:404:404:400:400:400:+++:+++:NCSA/1.5+::NCSA/1.5.2\n+++:400:400:200:400:400:200:400:400:400:400:200:411:411:404:400:400:400:200:+++:NCSA/1.5+::NCSA/1.5.2 thru proxy cache\n400:400:405:505:400:400:400:400:400:400:400:200:411:405:405:405:405:405:404:404:NessusWWW::NessusWWW\n+++:200:---:200:200:200:---:---:200:404:---:200:+++:---:---:---:---:---:+++:+++:::Netgear\n# http://www.geocities.com/SiliconValley/Platform/1297/misc/netchat.htm\n+++:404:501:200:200:501:404:404:404:200:404:200:501:501:501:501:501:501:500:+++::^HTTPServer$:NetChat 7.4 on Windows 2000\n200:200:501:200:200:501:404:404:404:200:501:200:401:501:501:501:501:501:---:401:::NetPort Software 1.1 [Polycom Video Teleconferencing Unit]\n400:400:405:302:302:405:405:405:405:404:200:400:400:405:405:405:405:405:400:400:NetZoom::NetZoom/1.02 [Sony SNC-Z20 camera]\n# Nofeel FTP Server Standard Edition Version 3.2.3342.0 running on XP SP2\n+++:400:400:505:505:200:400:400:400:400:400:400:404:501:501:404:400:400:404:+++:::NofeelSoft-WebFTP/1.0\n# nginx/0.1.24\t# nginx/0.1.26\t# nginx/0.1.28\t# nginx/0.1.37\t# nginx/0.1.41\n# nginx/0.1.45\t# nginx/0.2.6\t# nginx/0.3.7\t# nginx/0.3.9\n+++:HTM:HTM:200:HTM:HTM:HTM:HTM:HTM:HTM:HTM:400:400:405:405:405:405:405:200:+++:nginx/0.1-0.3:^nginx/0\\.[1-3]\\.[0-9]+$:nginx/0.1.24-0.3.9\n# nginx/0.3.61\t# nginx/0.4.14\t# nginx/0.5.22\t# nginx/0.5.23\t# nginx/0.5.24\n# nginx/0.5.25\t# nginx/0.6.0\n+++:HTM:HTM:200:HTM:HTM:HTM:HTM:HTM:HTM:HTM:400:411:411:405:405:405:405:200:+++:nginx:^nginx/0\\.[3-6]\\.:nginx/0.3.61-0.6.0\n# More precise\n# nginx/0.5.25\t# nginx/0.6.0\t# nginx/0.6.1\t# nginx/0.6.5\t# nginx/0.6.8\n# nginx/0.6.9\t# nginx/0.6.10\t# nginx/0.6.11\t# nginx/0.6.13\t# nginx/0.6.15\n# nginx/0.6.16\t# nginx/0.6.21\t# nginx/0.6.24\t# nginx/0.6.25\t# nginx/0.6.29\n# nginx/0.6.30\t# nginx/0.7.2\t# nginx/0.7.4\t# nginx/0.7.5\t# nginx/0.7.6\n# nginx/0.7.8\t# nginx/0.7.11\t# nginx/0.7.13\t# nginx/0.7.14\t# nginx/0.7.16\n# nginx/0.7.17\t# nginx/0.7.19\t# nginx/0.7.20\t# nginx/0.7.21\t# nginx/0.7.22\n# nginx/0.7.24\nHTM:HTM:HTM:200:HTM:HTM:HTM:HTM:HTM:HTM:HTM:400:411:411:405:405:405:405:200:HTM:nginx:^nginx/0\\.[5-7]:nginx/0.5.25-0.7.24\n# www-servers/nginx-0.7.26 pcre perl ssl zlib -addition -debug -fastcgi -flv -imap -status -sub -webdav\n# nginx/0.7.30\t# nginx/0.7.32\t# nginx/0.7.33\t# nginx/0.7.38\t# nginx/0.7.39\n# nginx/0.7.54\t# nginx/0.7.55\t# nginx/0.7.59\t# nginx/0.8.2\t# nginx/0.8.4\n# nginx/0.8.8\t# nginx/0.8.13\t# nginx/0.8.16\t# nginx/0.8.31\t# nginx/0.8.34\n# nginx/0.8.35\t# nginx/0.8.36\t# nginx/0.8.46\t# nginx/0.8.48\t# nginx/1.0.0\n# nginx/1.0.6\t# nginx/1.0.10\t# nginx/1.2.1\nHTM:HTM:HTM:200:HTM:HTM:HTM:HTM:HTM:HTM:HTM:400:404:411:405:405:405:405:200:HTM:nginx:^nginx/(1\\.([01]\\.([0-9]+)|2\\.[01])|0\\.(7\\.(2[6-9]|[3-9][0-9])|8\\.([0-9]|[1-3][0-9]|4[0-8])))$:nginx/0.7.26-1.2.1\n# on Windows 32-bit...\n# nginx/1.0.8 # nginx/1.013 # nginx/1.0.14\nHTM:HTM:HTM:200:HTM:HTM:HTM:HTM:HTM:HTM:HTM:400:404:411:405:405:405:405:200:404:nginx:^nginx/1\\.0\\.(8|1[34])($|[^0-9.])::nginx/1.0.8-1.0.14\n# nginx/0.8.9\tnginx/0.8.10\nHTM:HTM:HTM:200:HTM:HTM:HTM:HTM:HTM:HTM:HTM:400:405:411:405:405:405:405:200:HTM:nginx:^nginx/0\\.8\\.(9|10)$:nginx/0.8.9-0.8.10\n# www-servers/nginx-0.3.35 -debug -fastcgi -imap +pcre -perl +ssl +threads* +zlib\n+++:HTM:HTM:200:HTM:HTM:HTM:HTM:HTM:HTM:HTM:400:411:405:405:405:405:405:200:+++:::nginx/0.3.35\n# nginx-devel-0.7.58 reverse proxy\nHTM:HTM:HTM:200:HTM:HTM:HTM:HTM:HTM:HTM:HTM:400:404:411:405:405:405:405:403:404:::nginx/0.7.58 [reverse proxy]\n# 403 on /\n+++:HTM:HTM:403:HTM:HTM:HTM:HTM:HTM:HTM:HTM:400:400:405:405:405:405:405:403:+++::^nginx/0\\.1\\.2[4-8]:nginx/0.1.24-28 [broken configuration]\nHTM:HTM:HTM:403:HTM:HTM:HTM:HTM:HTM:HTM:HTM:400:404:405:405:405:405:405:403:HTM:::nginx/1.4.1 [broken configuration]\n# nginx/1.4.1\tnginx/1.4.4\nHTM:HTM:HTM:200:HTM:HTM:HTM:HTM:HTM:HTM:HTM:400:404:405:405:405:405:405:200:HTM:nginx/1:^nginx/1\\.4\\.[1-4]$:nginx/1.4.1-4\n+++:200:400:200:200:200:400:400:400:400:+++:200:400:400:400:400:400:400:+++:+++:::NUD/3.6\n+++:400:501:400:400:400:400:400:400:400:+++:200:501:501:501:501:501:501:+++:+++:::NUD/4.0.3\n+++:200:---:200:200:---:---:---:---:200:+++:200:200:---:---:---:---:---:+++:+++:::NetPresenz/4.1\n########\n# Netscape-Enterprise/3.0\n# Netscape-Enterprise/3.5.1G\n# Netscape-FastTrack/3.01B\n+++:HTM:200:200:200:500:200:400:200:404:404:200:500:401:401:200:500:400:404:+++:Netscape/3:^Netscape-(Enterprise|FastTrack)/3\\.[025]:Netscape-Enterprise/3.0 to 3.5.1G or Netscape-FastTrack/3.01B\n# Netscape-Enterprise/3.0L\n# Netscape-Enterprise/3.5.1G\n# Netscape-Enterprise/3.6 SP2\n+++:HTM:200:400:200:500:400:400:400:404:404:400:500:401:401:200:500:400:404:+++:Netscape/3:^Netscape-Enterprise/3.[06]:Netscape-Enterprise/3.0L to 3.6 SP2\n# Netscape-Enterprise/4.1\n+++:HTM:200:505:HTM:501:200:HTM:HTM:HTM:HTM:400:405:404:404:200:501:501:200:+++:Netscape/4::Netscape-Enterprise/4.1\n+++:HTM:200:505:HTM:501:200:HTM:HTM:HTM:HTM:400:405:401:401:200:501:501:200:+++:Netscape/4 or Sun-ONE/6:^Netscape-Enterprise/[46]\\.[01]:Netscape-Enterprise/4.1 to 6.0\n# Netscape Enterprise 4.1 SP14 Administration web server (8888) on Windows 2000 Advanced Server with SP4\n+++:HTM:200:505:HTM:501:200:HTM:HTM:HTM:HTM:400:200:200:200:200:501:501:200:+++:Netscape/4::Netscape-Enterprise/4.1 [SP7 - SP14]\n# Netscape-Enterprise/6.0\n# Sun-ONE-Web-Server/6.1\n+++:HTM:200:505:HTM:501:200:HTM:HTM:HTM:HTM:400:404:401:401:200:501:501:200:+++:Netscape/4 or Sun-ONE/6:^(Netscape-Enterprise/(4\\.1|6\\.0)|Sun-ONE-Web-Server/6\\.1):Netscape-Enterprise/4.1 to 6.1 (Sun-ONE-Web-Server)\n+++:HTM:200:505:HTM:501:200:HTM:HTM:HTM:HTM:400:404:405:405:200:501:501:200:+++:Sun-ONE/6::Netscape-Enterprise/6.1 AOL\n+++:HTM:200:505:HTM:501:200:HTM:HTM:HTM:HTM:400:405:401:401:405:501:501:200:+++:Sun-ONE/6::Sun-ONE-Web-Server/6.1\n+++:---:500:505:HTM:501:302:HTM:HTM:HTM:HTM:400:500:500:500:500:501:501:302:+++:Sun-ONE/6 admin:^$:Sun-ONE-Web-Server/6.1 administration interface\n# Sun One Web Server 6.1 on Sun Solaris 8\n+++:HTM:200:505:HTM:501:500:HTM:HTM:HTM:HTM:400:+++:401:401:200:501:501:+++:+++:Sun-ONE/6::Sun-ONE-Web-Server/6.1\n# Netscape-Communications/1.1\n# Netscape-Communications/2.01\n# Netscape-Communications/2.01c\n# Netscape-Enterprise/2.0a\n# Netscape-Enterprise/2.0d\n# Netscape-FastTrack/2.01\n# Netscape-FastTrack/2.01a\n# Netscape-FastTrack/2.0a\n# Netscape-Commerce/1.12\n+++:HTM:404:200:200:500:400:400:400:404:404:200:500:500:500:500:500:500:404:+++:Netscape/1 or Netscape/2:^Netscape-(Commerce|Communications|Enterprise|FastTrack)/(1\\.1|2\\.0):Netscape/1.1 to 2.01c\n+++:---:400:200:200:405:400:400:400:400:400:200:---:---:500:405:405:405:404:+++:Netscape/3::Netscape-Enterprise/3.6\n# Is this reliable?\n+++:HTM:200:400:400:400:400:400:400:404:404:400:404:404:404:200:404:404:404:+++:Netscape/3::Netscape-Enterprise/3.6 SP3\n+++:200:200:400:HTM:500:200:HTM:HTM:HTM:HTM:400:404:401:401:200:500:404:404:+++:Netscape/4::Netscape-Enterprise/4.0\n+++:200:200:505:HTM:501:200:HTM:HTM:HTM:HTM:400:404:401:401:200:501:501:200:+++:Netscape/4::Netscape-Enterprise/4.1\n+++:200:200:505:HTM:501:200:HTM:HTM:HTM:HTM:400:405:401:401:200:501:501:200:+++:Netscape/4::Netscape-Enterprise/4.1\n+++:200:200:505:HTM:501:200:HTM:HTM:HTM:HTM:400:405:405:405:200:501:501:200:+++:Netscape/4::Netscape-Enterprise/4.1\n+++:HTM:200:200:400:400:200:400:200:404:404:200:404:401:401:200:404:404:404:+++:Netscape/3::Netscape-Enterprise/3.6 SP2\n+++:HTM:200:200:400:400:200:400:200:404:404:200:500:401:401:200:500:400:404:+++:Netscape/3:^Netscape-Enterprise/3.6( SP1)?$:Netscape-Enterprise/3.6 or 3.6 SP1\n+++:HTM:200:200:400:400:200:400:200:404:404:200:500:500:500:200:500:500:404:+++:Netscape/3::Netscape-Enterprise/3.6 SP3\n+++:HTM:200:400:400:400:400:400:400:404:404:400:404:401:401:200:400:404:404:+++:Netscape/3::Netscape-Enterprise/3.6 SP3\n+++:HTM:200:400:200:500:400:400:400:200:404:400:500:401:401:200:500:400:404:+++:Netscape-FastTrack/3::Netscape-FastTrack/3.01\n+++:HTM:200:400:400:400:400:400:400:200:404:400:500:401:401:200:500:400:404:+++:Netscape/3:^Netscape-Enterprise/3.6( SP1)?$:Netscape-Enterprise/3.6 or 3.6 SP1\n+++:HTM:200:400:400:400:400:400:400:200:404:400:500:401:401:200:500:404:404:+++:Netscape/3::Netscape-Enterprise/3.6 SP2\n+++:HTM:200:400:400:400:400:400:400:---:---:400:500:401:401:200:500:404:404:+++:Netscape/3::Netscape-Enterprise/3.6 SP2\n+++:HTM:200:400:400:400:400:400:400:404:404:400:500:401:401:200:400:404:404:+++:Netscape/3::Netscape-Enterprise/3.6 SP3\n+++:HTM:200:400:400:400:400:400:400:404:404:400:500:401:401:200:500:400:404:+++:Netscape/3::Netscape-Enterprise/3.6\n+++:HTM:200:400:400:400:400:400:400:404:404:400:500:500:500:200:500:400:404:+++:Netscape/3::Netscape-Enterprise/3.6\n+++:HTM:200:400:400:400:400:400:400:404:404:400:500:500:500:200:500:500:404:+++:Netscape/3::Netscape-Enterprise/3.6 SP2\n+++:HTM:200:400:HTM:500:200:HTM:HTM:HTM:HTM:400:404:401:401:200:500:404:404:+++:Netscape/4::Netscape-Enterprise/4.0\n+++:HTM:200:400:HTM:500:200:HTM:HTM:HTM:HTM:400:404:500:500:200:500:500:404:+++:Netscape/4::Netscape-Enterprise/4.0\n+++:HTM:200:505:HTM:501:200:HTM:---:HTM:HTM:400:404:401:401:200:501:501:200:+++:Netscape/4::Netscape-Enterprise/4.1\n+++:HTM:200:505:HTM:501:200:HTM:---:HTM:HTM:400:404:405:405:200:501:501:200:+++:Netscape/4::Netscape-Enterprise/6.0\n+++:HTM:200:505:HTM:501:200:HTM:---:HTM:HTM:400:405:401:401:200:501:501:200:+++:Netscape/4::Netscape-Enterprise/4.1\n+++:HTM:200:505:HTM:501:200:HTM:---:HTM:HTM:400:405:405:405:200:501:501:200:+++:Netscape/4::Netscape-Enterprise/4.1\n+++:HTM:200:505:HTM:501:200:HTM:HTM:HTM:HTM:400:404:401:401:413:501:501:200:+++:Netscape/4:^Netscape-Enterprise/(4\\.1|6\\.0):Netscape-Enterprise/4.1 or 6.0\n+++:HTM:200:505:HTM:501:200:HTM:HTM:HTM:HTM:400:404:404:404:200:501:501:200:+++:Netscape/4::Netscape-Enterprise/4.1\n+++:HTM:200:505:HTM:501:200:HTM:HTM:HTM:HTM:400:405:401:401:413:501:501:200:+++:Netscape/4:^Netscape-Enterprise/(4\\.1|6\\.0):Netscape-Enterprise/4.1 SP12 or 6.0\n+++:HTM:200:505:HTM:501:200:HTM:HTM:HTM:HTM:400:405:403:403:200:501:501:200:+++:Sun-ONE/6::Netscape-Enterprise/6.0\n+++:HTM:200:505:HTM:501:200:HTM:HTM:HTM:HTM:400:405:404:404:200:400:501:200:+++:Netscape/4::Netscape-Enterprise/4.1\n+++:HTM:200:505:HTM:501:200:HTM:HTM:HTM:HTM:400:405:405:405:200:501:501:200:+++:Netscape/4::Netscape-Enterprise/4.1\n+++:HTM:404:200:200:200:200:400:200:200:404:200:500:500:500:500:500:500:404:+++:Netscape-Enterprise/2::Netscape-Enterprise/2.01c\n+++:HTM:404:400:200:500:400:400:400:404:404:200:500:500:500:500:500:500:404:+++:Netscape/3::Netscape-Enterprise/3.5.1G\n+++:HTM:---:505:HTM:---:---:---:---:---:---:400:405:401:---:---:---:---:200:+++:Netscape/4::Netscape-Enterprise/4.1\n+++:HTM:---:505:HTM:---:---:---:---:HTM:HTM:400:404:401:---:---:---:---:200:+++:Sun-ONE/6::Netscape-Enterprise/6.0\n+++:XML:200:505:HTM:501:200:HTM:HTM:HTM:HTM:400:404:401:401:200:501:501:200:+++:Netscape/4 or Sun-ONE/6:^Netscape-Enterprise/(4\\.1|6\\.0):Netscape-Enterprise/4.1 or 6.0\n#\n+++:HTM:404:200:200:200:200:400:200:200:+++:+++:500:500:500:500:500:500:+++:+++:Netscape/3 (Netware)::Netscape-Enterprise/3.5-For-NetWare\n+++:HTM:404:200:200:200:200:400:200:200:404:200:500:401:401:500:500:404:404:+++:Netscape/3 (Netware)::Netscape-Enterprise/3.5-For-NetWare\n+++:HTM:200:200:400:400:200:400:200:404:+++:200:---:401:401:200:---:404:+++:+++:Netscape/3::Netscape-Enterprise/3.6 SP3\n+++:HTM:200:400:400:400:400:400:400:404:+++:400:500:401:401:200:500:404:+++:+++:Netscape/3::Netscape-Enterprise/3.6 SP3\n+++:HTM:200:400:400:400:400:400:400:404:404:400:404:401:401:200:404:404:404:+++:Netscape/3::Netscape-Enterprise/3.6 SP3\n+++:HTM:200:200:400:400:200:400:200:404:404:200:500:401:401:200:500:404:404:+++:Netscape/3:^Netscape-Enterprise/3\\.6 SP[23]$:Netscape-Enterprise/3.6 SP2 or SP3\n+++:HTM:200:200:400:400:200:400:200:200:404:200:500:404:404:200:500:404:404:+++:Netscape/3::Netscape-Enterprise/3.6 SP2\n+++:HTM:200:200:400:400:200:400:---:404:404:200:500:404:404:200:500:404:404:+++:Netscape/3::Netscape-Enterprise/3.6 SP3\n# Solaris 8\n+++:HTM:200:500:xxx:500:200:xxx:xxx:xxx:xxx:400:404:401:401:200:500:404:+++:+++:Netscape/4::Netscape-Enterprise/4.0 [Sun Solaris 8]\n+++:HTM:200:200:HTM:200:200:HTM:HTM:HTM:+++:+++:200:200:200:200:200:200:+++:+++:Sun-ONE/6::Netscape-Enterprise/6\\.0:SunONE 6.0 on Solaris 7\n# Which SP?\n+++:200:200:505:HTM:501:200:---:---:HTM:---:400:405:401:401:200:501:501:200:+++:Netscape/4::Netscape-Enterprise/4.1 (which SP?)\n+++:HTM:200:505:HTM:501:401:HTM:HTM:HTM:+++:+++:401:401:401:200:501:501:401:+++:Netscape/4:Netscape-Enterprise/4\\.1:Netscape Enterprise 4.1 SP13 console (access denied) on Linux\n+++:HTM:200:505:HTM:501:200:HTM:HTM:HTM:+++:+++:405:401:401:200:501:501:200:+++:Netscape/4 or Sun-ONE/6:Netscape-Enterprise/(4\\.1|6\\.0):iPlanet 4.1 SP13 or SunONE 6.0 SP1/SP6 on Linux\n+++:HTM:200:505:HTM:501:401:HTM:HTM:HTM:+++:+++:500:500:500:200:501:501:401:+++:Sun-ONE/6:Netscape-Enterprise/6\\.0:SunONE 6.0 SP1 or SP6 console (access denied) on Linux\n+++:HTM:200:505:HTM:501:302:HTM:HTM:HTM:+++:+++:500:500:500:200:501:501:401:+++:Sun-ONE/6:Netscape-Enterprise/6\\.0:SunONE 6.0 SP1 or SP6 console (access granted) on Linux\n+++:HTM:200:505:HTM:501:500:HTM:HTM:HTM:HTM:400:405:401:401:200:501:501:+++:+++:Netscape/4:^Netscape-Enterprise/4\\.1:iPlanet/4.5 SP10 on AIX\n# Conflict with previous (less precise) signature\n+++:HTM:200:505:HTM:501:200:HTM:HTM:HTM:HTM:400:404:401:401:200:501:501:+++:+++:Sun-ONE/6::Netscape-Enterprise/6.0\n# Broken banner?\n+++:HTM:200:505:HTM:501:200:HTM:HTM:HTM:HTM:400:404:401:401:501:501:501:+++:+++:Sun-ONE/6:.USBR.:SunONE 6.1 on Solaris 8\n+++:HTM:200:200:---:HTM:---:---:---:200:200:---:405:401:401:200:501:501:200:+++:Sun-ONE/6::Netscape-Enterprise/6.0 thru NetCache NetApp/5.5R4D6\n#\n+++:302:200:200:200:501:501:501:501:302:302:200:404:404:404:501:501:501:302:+++:::NetServe/1.0.41\n#\n+++:HTM:404:200:400:403:200:400:200:200:404:200:500:403:403:200:403:403:+++:+++:::NetWare-Enterprise-Web-Server/5.1\n+++:HTM:404:200:400:403:400:400:400:200:404:400:500:403:403:200:403:403:+++:+++:::NetWare-Enterprise-Web-Server/5.1\n+++:HTM:404:200:400:400:200:400:200:200:404:200:500:401:401:200:401:401:+++:+++:::NetWare-Enterprise-Web-Server/5.1\n##200:200:200:200:200:200:---:200:200:---:---:---:200:200:200:200:200:200:200:200:200:200:200:200:+++:NetWare-Web-Manager/5.1\n#\n+++:200:400:200:400:302:200:400:405:400:400:200:411:405:---:400:---:400:+++:+++:::^NetWare HTTP Stack:Netware Management Portal, Netware 5.1 support pack 6\n# Server Version 5.6.0 September 13, 2001 - NDS Version 10110.20 September 6, 2001\n+++:200:---:200:400:200:200:400:200:400:405:200:411:405:---:400:---:400:+++:+++:::^NetWare HTTP Stack:Netware Management Portal, Netware 6.0 w/o support pack\n# Sun-Java-System-Web-Proxy-Server/4.0.7, Management Console on port 8081, raw signature\n---:HTM:401:505:HTM:501:401:HTM:HTM:HTM:HTM:400:401:401:401:401:401:501:401:401:::Sun-Java-System-Web-Proxy-Server/4.0 [Management Console]\n# Sun-Java-System-Web-Proxy-Server/4.0.7, proxy on port 8080\n---:HTM:200:505:HTM:501:403:HTM:HTM:HTM:HTM:400:403:403:403:405:403:501:403:403:::Sun-Java-System-Web-Proxy-Server/4.0 [Web Proxy Server]\n# www-servers/ocsigen-0.6.0 on Gentoo Linux\n---:---:501:200:---:---:200:---:---:404:400:200:404:501:501:501:---:---:400:404:::Ocsigen server (0.6.0)\n# www-servers/ocsigen-1.1.0 on Gentoo Linux\n400:400:501:505:400:400:200:400:400:404:200:400:404:501:501:501:400:400:200:404:::Ocsigen [1.1.0]\n+++:HTM:400:---:200:501:---:---:---:---:+++:400:404:403:403:403:501:501:+++:+++:::OmniHTTPd/2.10\n---:---:404:302:---:---:---:---:---:---:---:---:404:404:404:404:---:---:---:---:operaunite:^Opera/[a-z0-9._-]+\\.operaunite\\.com$:Opera/operaunite.com\n+++:500:501:200:200:200:500:500:500:302:302:200:404:405:405:405:405:405:302:+++::^$:OMSA (Dell OpenManage Server Administrator)\n+++:500:501:200:---:200:500:500:500:302:302:200:404:405:405:405:405:405:302:+++::^$:Dell OpenManage 3.6\n200:500:501:200:200:200:500:500:500:302:200:200:404:200:200:200:200:200:302:404::^$:Dell OpenManage 6.2.0\n+++:505:501:505:505:200:505:505:505:200:200:200:200:501:501:501:501:501:+++:+++::^XES 8830 WindWeb/1\\.0:OkiDATA C7300dxn printer on OKI-6200e+ Print Server\n# Oracle9iAS (9.0.3.0.0) Containers for J2EE\n# Oracle9iAS (9.0.4.0.0) Containers for J2EE\n# Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)\n+++:---:400:200:---:400:---:---:---:400:+++:200:100:404:404:404:404:404:+++:+++:Oracle9iAS:^(Oracle9iAS|Oracle Application Server).*Containers for J2EE:Oracle AS containers for J2EE (9i or 10g)\n# Windows XP Pro (version 2002) 32bit SP3 - Oracle Application Server Release 3 (10.1.3)\n---:---:400:200:---:400:---:---:---:400:---:200:404:404:404:404:404:404:200:404:::Oracle Containers for J2EE [Oracle Application Server Release 3 (10.1.3)]\n# More precise\n---:---:400:200:---:400:---:---:---:400:400:200:100:404:404:404:404:404:200:404:Oracle9iAS::Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)\n# Oracle9iAS (9.0.2.0.0) Containers for J2EE\n# Oracle9iAS (1.0.2.2.1) Containers for J2EE\n+++:---:400:200:---:200:---:400:200:400:+++:200:100:404:404:404:404:404:+++:+++:Oracle9iAS:^Oracle9iAS \\([19]\\.0\\.2\\.[02]\\.[01]\\) Containers for J2EE:Oracle9iAS Containers for J2EE\n# MS-Author-Via: DAV\n# Oracle XML DB/Oracle9i Enterprise Edition Release 9.2.0.1.0 - 64bit Production\n# Oracle XML DB/Oracle9i Release 9.2.0.1.0 - Production\n+++:---:200:505:400:501:---:---:---:200:200:400:200:200:200:200:200:501:+++:+++:Oracle XML DB/Oracle9i::Oracle XML DB/Oracle9i Release 9.2.0.1.0\n# More precise. The same?!\n+++:---:200:505:400:501:---:---:---:200:200:400:200:200:200:200:200:501:200:+++:Oracle XML DB/Oracle9i::Oracle XML DB/Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production\n# Oracle XML DB/Oracle9i Enterprise Edition Release 9.2.0.1.0 - 64bit Production\n# Oracle XML DB/Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production\n# Oracle XML DB/Oracle9i Release 9.2.0.1.0 - Production\n400:---:200:505:400:501:---:---:---:200:200:400:200:200:200:200:200:501:200:200:Oracle XML DB/Oracle9i:^Oracle XML DB/Oracle9i ([A-Z][a-z]+ )*9\\.2\\.0\\.1\\.0 - (64bit )?Production:Oracle XML DB/Oracle9i Release 9.2.0.1.0\n# Unreliable signature: a proxy was on the way\n+++:xxx:200:200:200:200:200:HTM:xxx:400:+++:400:404:404:404:404:404:404:+++:+++:Oracle9iAS::Oracle9iAS (1.0.2.2.1) Containers for J2EE\n+++:400:200:200:400:200:400:400:400:200:200:400:+++:100:200:200:200:200:+++:+++:Oracle9iAS-Web-Cache::Oracle9iAS-Web-Cache/9.0.2.0.0\n+++:400:501:200:400:200:400:400:400:400:400:400:+++:100:501:501:501:501:+++:+++:Oracle9iAS-Web-Cache::Oracle9iAS-Web-Cache/9.0.2.0.0\n+++:400:403:200:400:501:400:400:400:200:400:400:+++:100:404:200:404:501:+++:+++:Oracle9iAS::Oracle9iAS/9.0.2 Oracle HTTP Server Oracle9iAS-Web-Cache/9.0.2.0.0 (N)\n+++:200:200:200:400:501:200:400:400:400:+++:400:404:405:404:200:404:501:+++:+++:Oracle AS 10g::Oracle AS10g/9.0.4 Oracle HTTP Server OracleAS-Web-Cache-10g/9.0.4.0.0 (N)\n# Oracle-Application-Server-10g/10.1.2.0.2 Oracle-HTTP-Server OracleAS-Web-Cache-10g/10.1.2.0.2 (G;max-age=0+0;age=0;ecid=3524385735406,0)\n# Oracle-Application-Server-10g/9.0.4.0.0 Oracle-HTTP-Server OracleAS-Web-Cache-10g/9.0.4.0.0 (N)\n+++:200:200:200:400:501:200:400:400:200:400:400:404:405:404:200:404:501:403:+++:Oracle AS 10g:^Oracle-Application-Server-10g/(9|10)\\.[0-9.]+ Oracle-HTTP-Server OracleAS-Web-Cache-10g/(9|10)\\.[0-9.]+:Oracle-Application-Server-10g Oracle-HTTP-Server OracleAS-Web-Cache-10g\n+++:HTM:403:200:400:501:200:HTM:HTM:200:400:400:404:405:404:200:404:501:403:+++:Oracle AS 10g::Oracle-Application-Server-10g/10.1.2.0.2 Oracle-HTTP-Server\n+++:200:501:200:400:200:200:400:400:400:+++:400:404:501:501:501:501:501:+++:+++:OracleAS-Web-Cache-10g::OracleAS-Web-Cache-10g/9.0.4.0.0\n# More precise\n+++:200:501:200:400:200:200:400:400:400:400:400:404:501:501:501:501:501:404:+++:Oracle-Web-Cache/10g::Oracle-Web-Cache/10g (10.1.2)\n+++:400:200:200:400:501:400:400:400:400:+++:400:100:100:404:200:404:501:+++:+++:Oracle9iAS::Oracle9iAS/9.0.2 Oracle HTTP Server Oracle9iAS-Web-Cache/\n### More precises\n# Oracle9iAS/9.0.2.3.0 Oracle HTTP Server (Unix) DAV/1.0.2 (OraDAV enabled) mod_plsql/9.0.2.6.0 mod_osso/9.0.2.0.0 mod_oc4j/3.0 mod_ossl/9.0.2.0.0 mod_fastcgi/2.2.10 mod_perl/1.26 Oracle9iAS-Web-Cache/9.0.2.3.0 (N)\n# Oracle9iAS/9.0.2.3.0 Oracle HTTP Server Oracle9iAS-Web-Cache/9.0.2.3.0 (N)\n+++:400:200:200:400:501:400:400:400:400:400:400:100:100:404:200:404:501:200:+++:Oracle9iAS:^Oracle9iAS/9\\.0\\.2[0-9.]* Oracle HTTP Server.* Oracle9iAS-Web-Cache/9\\.0\\.2[0-9.]*:Oracle9iAS/9.0.2.3.0 Oracle HTTP Server Oracle9iAS-Web-Cache/9.0.2.3.0 (N) [unix]\n+++:400:200:200:400:501:400:400:400:400:400:400:100:100:404:200:404:501:403:+++:Oracle9iAS::Oracle9iAS/9.0.2.3.0 Oracle HTTP Server Oracle9iAS-Web-Cache/9.0.2.3.0 (N)\n#\n+++:200:200:200:400:501:200:400:400:200:400:400:+++:405:404:200:404:501:+++:+++:Oracle AS 10g::Oracle-Application-Server-10g/9.0.4.0.0 Oracle-HTTP-Server OracleAS-Web-Cache-10g/9.0.4.0.0 (N)\n# TCP port 1830 - X-ORCL-EMSV: 4.0.1.0.0\n+++:400:400:400:400:200:400:400:400:200:400:200:+++:400:400:400:400:400:+++:+++:Oracle AS 10g::Oracle-Application-Server-10g/9.0.4.0.0 [Oracle Net8 Cman Admin]\n+++:200:200:200:400:200:200:400:400:200:200:400:+++:200:200:200:200:200:+++:+++:OracleAS-Web-Cache-10g::OracleAS-Web-Cache-10g/9.0.4.0.0\n+++:200:200:200:400:200:200:400:400:200:200:400:200:200:200:200:200:200:200:+++:OracleAS-Web-Cache-10g::OracleAS-Web-Cache-10g/10.1.2.0.2\n###\n+++:---:400:VER:---:---:200:---:---:400:400:200:404:400:400:400:400:400:414:+++:::orenosv/1.0.0\n# Orion (java server)\n+++:200:400:200:---:200:404:400:200:400:+++:+++:100:404:404:404:404:404:+++:+++:::Orion/2.0.1\n+++:---:400:200:---:501:---:400:200:400:400:200:100:404:404:404:404:404:400:+++:::Orion/1.5.2\n# VMS web server\n+++:HTM:403:200:200:xxx:200:xxx:xxx:403:403:200:501:401:501:501:501:501:401:+++:::OSU/3.10a;UCX\n+++:HTM:403:200:200:xxx:200:xxx:xxx:403:+++:200:403:403:403:403:403:403:+++:+++:::OSU/3.2alpha2\n+++:HTM:403:200:200:xxx:200:xxx:HTM:403:403:200:403:403:403:403:403:403:501:+++:::OSU/3.9c;UCX\n# More precise\n+++:HTM:403:200:200:xxx:200:xxx:xxx:403:403:200:403:403:403:403:403:403:200:+++:::OSU/3.6b;Multinet\n+++:HTM:403:200:200:xxx:200:xxx:xxx:403:403:200:501:501:501:501:501:501:200:+++:::OSU/3.3b\n+++:HTM:404:200:200:200:HTM:HTM:HTM:404:404:200:404:404:404:404:404:404:---:+++:::Purveyor Encrypt Export/v2.1 OpenVMS\n# Palo Alto PAN-OS PanWeb\n---:---:---:---:---:---:---:---:---:404:---:200:404:---:---:---:---:---:200:404:PanWeb Server:^PanWeb Server/:PanWeb on Palo Alto PAN-OS\n# PlanetDNS\n+++:404:---:200:200:---:---:---:---:200:400:200:404:---:---:---:---:---:404:+++:mshweb/1.1:^mshweb/1\\.1[0-9] NewAce Corporation:mshweb/1.1x [PlanetDNS web plugin]\n#\n+++:400:400:200:200:200:400:400:400:400:+++:200:---:---:---:---:---:---:+++:+++:::Polycom-WS/1.0\nHTM:HTM:404:VER:VER:VER:200:HTM:HTM:404:404:200:501:501:501:501:501:501:HTM:HTM:::Polycom SoundPoint IP Telephone HTTPd\n# Plain Old Webserver - a firefox extension\n200:404:400:200:200:400:400:404:400:400:400:200:404:400:400:400:400:400:200:404:::POW/0.1.8\n#\n# Same server. Scalar... is the old banner, Enterprise... the new one which supports Scalar i6000\n# Scalar i2k Simple Webserver\n# Enterprise Tape Library Simple Webserver\n200:200:501:200:200:200:200:501:501:200:200:200:501:501:501:501:501:501:200:404::^(Scalar i2k Simple Webserver|Enterprise Tape Library Simple Webserver):Enterprise Tape Library Simple Webserver [Quantum Scalar i2000-i6000]\n# Used with some RAID hardware (IBM??)\n+++:400:501:505:505:505:505:400:400:505:505:404:501:501:501:501:501:501:505:+++::^$:ServeRAID Manager File Server\n+++:---:---:200:200:200:---:---:---:---:---:200:+++:405:---:---:---:---:+++:+++:::Sipura SPA-3000 3.1.7(GWc)\n# SiteCom LN-300 - single port parallel print server\n+++:HTM:---:200:200:---:200:---:---:---:200:200:---:---:---:---:---:---:+++:+++::^PRINT_SERVER WEB 1\\.0:SiteCom LN-300 print server\n200:200:200:200:200:200:200:999:999:200:200:200:200:200:200:200:200:200:200:200:::SiteScope/7.6 C2\n# Quicktime?\n+++:400:400:400:400:400:200:400:400:302:+++:200:404:400:400:400:400:400:+++:+++:::QTSS 3.0 Admin Server/1.0\n# Publicfile 0.52 by DJB\n+++:HTM:501:404:400:501:HTM:HTM:HTM:404:404:400:501:501:501:501:501:501:404:+++:::publicfile [not yet configured]\n+++:HTM:501:200:400:501:HTM:HTM:HTM:404:404:400:501:501:501:501:501:501:200:+++:::publicfile\n# Generic web server by WindRiver\n+++:HTM:200:505:400:200:500:400:400:400:+++:400:404:404:404:200:404:404:+++:+++:::Rapid Logic/1.1\n+++:---:501:200:200:200:---:---:---:404:+++:200:500:501:501:501:501:501:+++:+++:::RapidLogic/1.1\n200:---:501:200:200:200:---:---:---:404:---:200:500:501:501:501:501:501:404:---:::UOS [TippingPoint X505]\n+++:404:---:200:200:200:---:---:---:404:+++:200:---:---:---:---:---:---:+++:+++:::RapidLogic/1.1\n# web server installed on a Nortel Passport-8606\n+++:---:501:200:200:200:---:---:---:---:---:200:500:501:501:501:501:501:---:+++:::Rapid Logic/1.1\n# Raiden with PHP/4.3.10 or PHP/5.0.3\n+++:400:501:200:400:400:400:400:400:400:400:400:404:501:501:501:501:501:400:+++:::RaidenHTTPD/1.1.35 (Shareware)\n# Resin/2.1.11 (Windows)\n# Resin/2.1.10\n# Resin/2.1.9 (Gentoo/Linux) - standard & EE\n# Resin/2.0.4\n+++:HTM:HTM:200:HTM:200:200:---:---:HTM:HTM:400:404:501:501:501:501:501:200:+++:::Resin/2\n+++:HTM:HTM:200:HTM:200:200:---:---:HTM:---:400:200:405:405:405:501:501:200:+++:Resin/2::Resin/2.1.4\n+++:HTM:HTM:200:HTM:500:500:---:---:HTM:HTM:400:404:501:501:501:501:501:500:+++:Resin/2::Resin/2.1.12\n+++:xxx:HTM:200:xxx:302:302:---:---:xxx:xxx:400:200:501:501:501:501:501:302:+++:Resin/2::Resin/2.1.6\n+++:HTM:HTM:HTM:HTM:200:200:HTM:HTM:HTM:HTM:400:---:200:200:200:200:200:200:+++:Resin/3.0::Resin/3.0.5\n+++:HTM:HTM:HTM:200:200:200:HTM:HTM:HTM:---:400:404:501:501:501:501:501:200:+++:Resin/3.0::Resin/3.0.6\n+++:HTM:HTM:HTM:400:200:200:HTM:HTM:HTM:---:400:404:501:501:501:501:501:200:+++:Resin/3.0::Resin/3.0.6\n# Very odd - I got two different signatures on a Win32 machine (the Resin/2 above and this one)\n+++:400:500:200:400:400:200:400:400:500:500:200:404:501:501:200:501:501:200:+++:Resin/2::Resin/2.1.11\n# www-servers/resin-3.0.22 (on Gentoo)\n# www-servers/resin-3.0.23-r1\n# Resin/3.0.s070602\n# Resin/3.0.s070917 = www-servers/resin-3.0.24\n# Resin/3.0.s080512 = www-servers/resin-3.0.25\nHTM:HTM:HTM:HTM:HTM:200:200:HTM:HTM:HTM:---:400:---:501:501:501:501:501:200:400:Resin/3.0:Resin/3\\.0\\.s0[78]0[59][01][27]:Resin/3.0.s070602-Resin/3.0.s080512\n# www-servers/resin-3.1.1-r1\n#+++:HTM:HTM:HTM:HTM:200:200:HTM:HTM:HTM:---:400:404:501:501:501:501:501:200:+++:Resin/3.1::Resin/3.1.s070602\n# www-servers/resin-3.1.2\n# Resin/3.2.s090702 = www-servers/resin\n# Resin/3.1.7\nHTM:HTM:HTM:HTM:HTM:200:200:HTM:HTM:HTM:---:400:404:501:501:501:501:501:200:400:Resin/3.1 or Resin/3.2:Resin/3\\.[12]\\.(7|s0[79]0[679][01][27]):Resin/3.1.s070602-Resin/3.2.s090702\n+++:HTM:200:200:400:400:200:400:400:400:400:400:404:405:405:200:400:400:200:+++:::Rock/1.4.2\n+++:HTM:404:VER:400:400:HTM:HTM:HTM:404:302:400:200:405:405:404:404:404:200:+++:::Roxen/2.2.252\n# Administration interface on port 22202\n+++:HTM:404:200:400:400:HTM:HTM:HTM:200:302:400:200:200:200:200:200:200:200:+++:::Roxen/4.0.325-NT-release4 [administration interface]\n#\n+++:HTM:404:VER:400:400:HTM:HTM:HTM:404:404:400:404:404:404:404:404:404:404:+++:::Roxen/4.0.325-NT-release4 [not configured]\n+++:HTM:404:200:400:400:HTM:HTM:HTM:200:302:400:404:405:404:501:501:501:200:+++:::Roxen/4.0.325-NT-release4\n#\n+++:200:501:200:200:404:---:---:200:200:404:200:400:400:501:501:501:501:404:+++:::SAMBAR\n+++:200:404:200:200:404:---:---:200:200:404:200:400:400:401:401:401:401:404:+++:sambar::SAMBAR 5.0\n200:200:204:200:200:404:---:---:200:200:404:200:204:204:204:204:204:204:404:+++:sambar:^SAMBAR$:SAMBAR 6.4 - 7.0 (Linux)\n200:200:204:200:200:404:---:---:200:200:404:200:204:204:204:204:204:204:404:200:sambar:^SAMBAR$:SAMBAR 7.0 (Linux)\n200:200:204:200:200:404:---:---:200:200:404:200:204:204:204:204:204:204:404:400:sambar:^SAMBAR$:SAMBAR 6.4 (Linux)\n# Also used by MySQL as MaxDB\n+++:200:404:200:400:400:400:400:400:404:400:400:400:400:404:404:404:400:404:+++:::SAP-Internet-SapDb-Server/1.0 [MaxDB]\n# Savant\n+++:xxx:500:400:400:200:200:xxx:xxx:200:500:200:405:405:405:405:405:405:---:+++:::Savant/3.1\n# sh-httpd 0.3 or 0.4 (who uses this gizmo?)\n+++:200:501:200:200:501:200:501:200:404:+++:200:501:501:501:501:501:501:404:+++::ShellHTTPD/:sh-httpd\n+++:HTM:200:VER:HTM:200:200:---:---:200:200:400:200:200:200:200:200:200:+++:+++:::SilverStream Server/10.0\n# SkunkWeb 3.4.1\n# SkunkWeb 3.4b5\n+++:HTM:xxx:VER:VER:xxx:xxx:xxx:xxx:404:500:200:200:xxx:xxx:xxx:xxx:xxx:200:+++::^SkunkWeb 3\\.4(b5|\\.1):SkunkWeb 3.4b5 or 3.41\n+++:HTM:xxx:VER:VER:xxx:xxx:xxx:xxx:404:500:200:200:xxx:xxx:xxx:xxx:xxx:---:+++:::SkunkWeb 3.4b5\n+++:501:xxx:404:404:xxx:xxx:xxx:xxx:501:xxx:404:xxx:xxx:xxx:xxx:xxx:xxx:404:+++::^$:Skype [not a real web server]\n+++:200:400:200:200:200:400:400:400:200:404:200:---:400:400:400:400:400:+++:+++:::AnalogX SimpleServer 1.23\n# Slimdevices's SlimServer 5.1\n+++:400:400:400:400:200:400:400:400:400:400:200:400:400:400:400:400:400:+++:+++::^$:SlimServer 5.1\n400:400:501:401:400:501:501:501:501:400:501:400:401:501:501:501:501:501:400:400::^$:Sofaware FW & VPN box\n# SonicWALL, model# SOHO 3 (CPU: Toshiba 3927 H2 / 133 Mhz), running firmware v6.5.0.4.\n+++:---:---:200:---:---:---:---:---:200:---:200:+++:---:---:---:---:---:+++:+++:::SonicWALL [v6.5.0.4]\n# ---:200:400:200:200:200:400:400:200:400:400:400:400:200:200:+++:200:404:404:400:400:400:400:400:+++:SonicWALL\n# More precise\n+++:---:400:200:200:400:400:400:400:200:404:200:404:404:400:400:400:400:+++:+++:::SonicWALL\n+++:---:400:200:200:400:400:400:400:200:+++:200:404:404:400:400:400:400:+++:+++:::SonicWALL\n# PRO 330 / Firmware 6.5.0.4 / ROM 6.4.0.0 / VPN Hardware Accelerator\n+++:---:---:200:---:---:---:---:---:200:---:200:---:---:---:---:---:---:+++:+++:::SonicWALL\n# SonicOS 5.8 on SonicWALL NSA 220\n---:---:---:200:---:---:---:---:---:200:404:200:404:404:404:---:---:---:400:400:SonicWALL:^SonicWALL:SonicWALL\n+++:200:200:200:200:200:200:200:200:404:404:200:404:200:200:200:200:200:200:+++:::SCO I2O Dialogue Daemon 1.0\n404:404:404:200:200:200:400:404:200:404:404:200:404:500:500:501:501:501:200:404:shttpd:^$:shttpd 1.25\n404:404:404:200:200:200:400:404:200:404:404:200:404:401:401:501:501:501:200:404:shttpd:^$:shttpd 1.35\n# shttpd is now called mongoose\n400:400:400:505:400:400:400:400:400:400:400:200:404:401:401:400:400:400:200:404:mongoose:^$:mongoose 2.8\n400:400:200:505:505:400:400:400:400:400:400:200:404:401:401:400:400:400:200:404:moongose:^$:mongoose 5.3\n# dev-python/spawning-0.8.10\n500:500:500:HTM:HTM:HTM:500:HTM:HTM:500:500:500:500:500:500:500:500:500:500:500:spawn:^$:spawning [not configured]\n# Splunk Forwarder version 4.2.1-98164. listening on port 8089.\n200:200:501:200:200:400:400:400:400:404:501:200:404:404:404:501:400:400:200:404:::Splunkd [Splunk Forwarder version 4.2.1-98164]\n# Spyglass_MicroServer/2.01FC1\n# Spyglass_MicroServer/2.00FC4\n+++:HTM:404:200:HTM:200:HTM:HTM:HTM:404:+++:400:100:100:404:404:404:404:+++:+++:::Spyglass_MicroServer/2.0\n#\n+++:400:400:200:400:400:403:400:400:400:400:403:411:411:403:200:400:411:403:+++:::Microsoft-IIS/5.0 thru Squid/2.5STABLE3 reverse proxy\n#\n+++:---:500:---:---:---:---:---:---:500:500:500:411:404:404:404:404:404:500:+++:Tcl-Webserver/3::Tcl-Webserver/3.3 March 12, 2001\n+++:---:500:---:---:---:---:---:---:500:500:200:411:404:404:404:404:404:200:+++:Tcl-Webserver/3::Tcl-Webserver/3.4.2 September 3, 2002\n+++:---:200:---:---:---:---:---:---:200:200:200:411:200:200:200:200:200:200:+++:Tcl-Webserver/3::Tcl-Webserver/3.5.1 May 27, 2004\n# Tiny HTTPD\n# thttpd/2.14 31jan00\n# thttpd/2.15 08feb00\n# thttpd/2.16 29feb00\n# thttpd/2.17 10may00\n# thttpd/2.18 13jun00\n# thttpd/2.19 23jun00\n+++:HTM:501:VER:VER:VER:200:400:400:400:400:400:404:501:501:501:501:501:400:+++:thttpd/2.1x:thttpd/2\\.1[4-9]:thttpd/2.14-2.19\n# thttpd/2.12 00jan00\n# thttpd/2.20 27sep00\n# thttpd/2.20c 21nov01\n# thttpd/2.20b 10oct00\n+++:HTM:501:VER:VER:VER:200:400:400:400:400:400:404:501:501:501:501:501:200:+++:thttpd/2:^thttpd/2\\.[12]:thttpd/2.12 or thttpd/2.20-2.21\n# thttpd/2.21 20apr2001\n# thttpd/2.21b 23apr2001\n+++:HTM:HTM:VER:VER:VER:200:HTM:HTM:HTM:HTM:400:404:HTM:HTM:HTM:HTM:HTM:200:+++:::thttpd/2.21\nHTM:HTM:501:VER:VER:VER:200:HTM:HTM:200:200:400:404:501:501:501:501:501:400:404:::thttpd/2.24 26oct2003\n+++:HTM:501:VER:VER:VER:200:xxx:xxx:200:200:400:404:501:501:501:501:501:400:+++:::thttpd/2.24\n+++:HTM:501:HTM:HTM:200:200:HTM:HTM:200:+++:+++:404:501:501:501:501:501:400:+++::^thttpd/2\\.2:thttpd/2.24\n+++:HTM:501:HTM:HTM:200:200:400:400:400:+++:+++:404:501:501:501:501:501:200:+++:::thttpd/2.20c\n+++:HTM:400:VER:VER:VER:200:xxx:xxx:400:400:400:404:501:501:501:501:501:+++:+++:::thttpd/2.25b 29dec2003\n# thttpd/2.25 19dec2003\n# thttpd/2.25b 29dec2003\n# www-servers/thttpd-2.26.2\nHTM:HTM:400:VER:VER:VER:200:HTM:HTM:400:400:400:404:501:501:501:501:501:400:404:thttpd:thttpd(/2\\.2[56](\\.[0-9])?)?$:thttpd/2.25-2.26.2\n+++:XML:400:VER:VER:VER:200:HTM:HTM:400:400:400:404:501:501:501:501:501:400:+++:::thttpd [thttpd-2.25b-12.fc6]\n+++:501:501:501:501:VER:501:501:501:501:501:400:404:501:501:501:501:501:400:+++::^thttpd/2\\.25b:thttpd/2.25b through pound reverse proxy\n501:501:501:501:501:VER:501:501:501:400:400:400:403:501:501:501:501:501:400:404::^thttpd/2\\.25b:thttpd/2.25b through pound reverse proxy v2.5\n501:501:400:501:501:VER:501:501:501:400:400:400:403:501:501:501:501:501:400:404::^thttpd/2\\.25b:thttpd/2.25b through pound reverse proxy v2.5 [xHTTP >= 2]\nHTM:HTM:200:200:200:200:200:HTM:HTM:400:400:400:200:501:501:501:501:501:200:404::^thttpd/2\\.25b:thttpd/2.25b through Apache/2.2 mod_proxy\n# thttpd/2.25b on a Pitney Bowes Digital Mailing System\n---:---:---:200:VER:---:200:HTM:---:400:400:400:404:501:501:---:501:501:400:404:::thttpd/2.25b\nHTM:HTM:200:200:200:501:200:HTM:HTM:400:400:400:405:403:403:200:400:411:200:414:::Microsoft-IIS/5.0 through Apache/2.2 mod_proxy\nHTM:HTM:200:200:200:404:200:HTM:HTM:400:400:400:411:411:404:404:404:404:200:400:::Microsoft-IIS/7.5 through Apache/2.2 mod_proxy\n#\n+++:HTM:404:200:HTM:400:HTM:HTM:HTM:400:400:400:411:404:404:404:404:HTM:400:+++:::tigershark/3.0\n+++:302:404:302:302:405:400:400:400:404:400:302:405:405:405:405:405:405:414:+++:::Tipic Console/1.0.2345.27295\n# voice-over-IP telephone\n+++:---:403:505:505:505:200:---:---:200:403:200:404:403:403:403:400:400:+++:+++::^$:tiptel innovaphone 200\n+++:400:403:200:400:400:400:400:400:403:403:200:302:403:403:403:403:403:403:+++::^TinyWeb/1\\.9[12]:TinyWeb/1.91-92\n# More precise & conflicting\n400:400:403:200:400:400:400:400:400:403:403:200:302:403:403:403:403:403:403:403:::TinyWeb/1.93\n# Tiny Java WebServer\n+++:HTM:501:VER:VER:VER:200:HTM:HTM:200:200:400:501:501:501:501:501:501:200:+++:tjws:^$:TJWS/1.30\n+++:200:---:200:200:200:---:---:---:HTM:+++:200:---:---:---:---:---:---:+++:+++:::Toaster\n200:200:---:200:200:200:200:404:404:404:---:200:400:---:---:---:---:---:404:404:::tor-0.1.2\n200:200:---:200:200:200:200:404:404:404:---:200:404:---:---:---:---:---:404:404:::Tor directory server (?)\n---:---:405:VER:VER:---:---:---:---:404:404:200:404:404:404:405:405:405:404:404:::TornadoServer/0.1\n400:400:401:401:401:401:400:400:400:401:401:401:501:501:501:501:501:501:501:413:::TP-LINK Router\n+++:400:200:VER:VER:VER:200:400:200:200:200:200:200:200:200:200:200:200:200:+++:::TwistedWeb/2.0.1\n# Tomcat 4.0.1 on a Sun Management Console (SMC 3.5)\n##HTM:200:400:200:200:200:400:501:400:400:400:414:414:400:400:+++:+++:405:405:405:200:200:501:501:+++:Tomcat/2.1\n+++:HTM:400:200:200:501:400:400:414:400:400:200:405:405:405:200:501:501:+++:+++:Apache-Tomcat/2.1:^Tomcat/2\\.1:Apache Tomcat/2.1 [Sun Management console]\n# More precise but unknown version\nHTM:HTM:400:200:200:501:400:400:414:400:400:200:405:405:405:200:501:501:414:414:Apache-Tomcat/2.1:^Tomcat/2\\.1:Apache Tomcat/2.1 [Sun Management console]\n+++:HTM:200:200:200:200:200:400:400:200:+++:200:200:200:200:200:200:200:+++:+++:Apache-Tomcat/3.3::Apache Tomcat Web Server/3.3.1 Final\n# tomcat5-5.5.23-0jpp.40.el5_9 on Scientific Linux release 5.10 (Boron)\nXML:XML:200:505:505:505:---:---:---:400:400:400:404:403:403:405:501:501:200:404:::Apache-Coyote/1.1 [Tomcat 5.5.23]\n# www-servers/tomcat-6.0.18-r1 on Gentoo\n# www-servers/tomcat-5.5.27-r1 on Gentoo\nHTM:HTM:200:505:505:505:200:---:---:400:400:400:404:403:403:405:501:501:200:404:::Apache-Coyote/1.1 [Tomcat 5.5 or 6.0]\n# Tomcat 7.0.69 on Oracle Linux 7\n# Tomcat 7.0.69 on RHEL 7\nHTM:HTM:200:505:505:400:200:---:---:400:400:400:404:403:403:405:501:501:200:404:::Apache-Coyote/1.1 [Tomcat 7.0.69]\n# tomcat 8.0.3 on openSuSE 42.1 (tomcat-8.0.23-2.1.noarch)\nHTM:HTM:200:505:505:505:200:400:400:400:400:400:404:403:403:405:501:501:200:404:::Apache-Coyote/1.1 [Tomcat 6.0.20 or 6.0.29 or 8.0.23]\nHTM:HTM:200:505:505:505:200:400:---:400:400:400:404:403:403:405:501:501:200:404:::Apache-Coyote/1.1 [Tomcat 6.0.29]\nHTM:HTM:200:505:505:505:200:400:---:400:400:400:404:403:403:405:501:501:200:---:::Apache-Coyote/1.1 [Tomcat 5.5.31]\n+++:HTM:400:505:505:505:---:---:---:200:400:400:404:403:403:200:501:501:200:+++:Apache-Coyote/1.0:Apache Coyote/1\\.0:Apache Tomcat [LiteWebServer]\n+++:---:400:505:505:505:---:---:---:404:+++:+++:404:403:403:200:501:501:+++:+++:Apache-Coyote/1.0:Apache Coyote/1\\.0:Apache Tomcat 4.2.24\n+++:---:200:505:---:---:---:---:---:---:---:---:404:403:403:200:501:501:+++:+++:Apache-Coyote/1.1:Apache-Coyote/1\\.1:Apache Tomcat 5.0.14 Beta\n+++:HTM:200:505:505:505:---:---:---:200:+++:400:404:403:403:200:501:501:+++:+++:Apache-Coyote/1.1::Apache-Coyote/1.1\n+++:XML:200:505:505:505:---:---:---:200:400:400:404:403:403:405:501:501:200:+++:Apache-Coyote/1.1::Apache-Coyote/1.1 [Servlet 2.4; JBoss-4.0.3RC2]\n# More precise\nXML:XML:200:505:505:505:---:---:---:200:400:400:404:403:403:405:501:501:200:404:Apache-Coyote/1.1::Apache-Coyote/1.1 [Apache Tomcat 5.5.20 on Windows 2003 Server]\n# Tomcat 6.0.18\n---:---:200:505:505:505:200:---:---:400:400:400:404:403:403:405:501:501:200:404:Apache-Coyote/1.1:Apache-Coyote/1\\.1:Tomcat 6.0.18\n# Tomcat 6.0.18 on Windows\n---:---:---:505:505:---:200:---:---:400:400:400:404:403:403:---:501:501:200:404:Apache-Coyote/1.1:Apache-Coyote/1\\.1:Tomcat 6.0.18\n# Tomcat 7.0.28 on Debian 7\nXML:XML:200:505:505:400:200:---:---:400:400:400:404:403:403:405:501:501:200:404:Apache-Coyote/1.1:Apache-Coyote/1\\.1:Tomcat 7.0.28\n# Tomcat 7.0.54 (on FreeBSD 9.3)\n---:---:---:505:505:---:200:400:---:400:400:400:404:403:403:---:501:501:200:404:Apache-Coyote/1.1:Apache-Coyote/1\\.1:Tomcat 7.0.54\n# Tomcat 7.0.56 on Debian 8\nXML:XML:200:505:505:---:200:400:400:400:400:400:404:403:403:405:501:501:200:404:Apache-Coyote/1.1:Apache-Coyote/1\\.1:Tomcat 7.0.56\nXML:XML:200:505:505:400:200:400:---:---:400:400:404:403:403:405:501:501:200:404:Apache-Coyote/1.1:Apache-Coyote/1\\.1:Tomcat 7.0.56\n# Tomcat 7.0.64 on Ubuntu 15.10\nXML:XML:200:505:505:505:200:---:400:400:400:400:404:403:403:405:501:501:200:404:::Apache-Coyote/1.1 [Tomcat 7.0.64]\nXML:XML:200:505:505:505:200:400:400:400:400:400:404:403:403:405:501:501:200:404:::Apache-Coyote/1.1 [Tomcat 7.0.64]\n# BlackBerry Mobile Data Service Connection Service\n# Build number : 15\n# Build version : 4.1.2.15\n# Build Date : 2006/08/15\n+++:HTM:200:505:505:505:---:---:---:200:400:400:404:403:403:405:501:501:200:+++:Apache-Coyote/1.1::Apache-Coyote/1.1 [BlackBerry Mobile Data Service Connection Service]\n# More precise & conflicting\nHTM:HTM:200:505:505:505:---:---:---:200:400:400:404:403:403:405:501:501:200:404:Apache-Coyote/1.1::Apache-Coyote/1.1\n# product: tamino; vendor: softwareag; os: w2k; is an xml-database. port 9991 is used by the webinterface.\n+++:HTM:501:200:HTM:HTM:HTM:HTM:HTM:404:404:200:501:501:501:501:501:501:+++:+++:::ARGHTTPD/2.1.1.1 [Tamino XML database web interface]\n# Tux kernel HTTP server on CentOS 4.5 or CentOS 5\n+++:404:404:404:404:404:404:404:404:404:404:404:404:404:404:404:404:404:200:+++:::TUX/2.0 (Linux)\n##404:404:404:404:404:404:404:404:404:+++:404:404:404:404:404:404:404:+++:\n# Universal Share Downloader (USD) 1.3.4.8 web-interface (Program for automatic download from share-services (as rapidshare, megaupload etc))\n200:200:501:VER:VER:200:501:501:200:200:403:200:+++:501:501:501:501:501:+++:+++:USD:^$:Universal Share Downloader (USD) 1.3.4.8 web-interface\n+++:404:404:200:200:404:404:404:404:404:404:200:+++:404:404:404:404:404:+++:+++:::UPS_Server/1.0\n# More precise & conflicting\n200:404:404:200:200:404:404:404:404:404:404:200:404:404:404:404:404:404:404:404:::3ware/2.0\n# UserLand Frontier/9.0-WinNT\n# UserLand Frontier/9.0.1-WinNT\n+++:400:404:505:400:200:400:400:400:400:400:400:200:404:404:404:404:404:200:+++::^UserLand Frontier/9\\.0(.1)?-WinNT:UserLand Frontier/9.0-WinNT\n+++:400:302:505:400:200:400:400:400:400:400:400:200:200:200:200:200:200:200:+++:::UserLand Frontier/9.0.1-WinNT [not configured]\n# userver-0.3.0 -> userver-0.4.4\n+++:---:---:400:400:---:200:---:200:404:200:200:---:---:---:---:---:---:400:+++:userver:^userver-0\\.[34]:userver-0.3 or 0.4\n+++:404:501:400:400:400:404:400:404:404:403:404:400:501:501:501:501:501:400:+++:userver::userver-0.5.1 [no index.html]\n+++:200:501:400:400:400:200:400:200:404:403:200:400:501:501:501:501:501:400:+++:userver::userver-0.5.1\n200:500:---:200:200:200:---:---:---:200:404:200:---:---:---:---:---:---:404:404:::webcamXP\n# weborf 0.12.4 (previous versions crash)\nVER:404:VER:VER:VER:400:400:400:400:404:400:VER:404:403:403:400:400:400:VER:400:::Weborf (GNU/Linux)\n400:HTM:200:200:400:400:200:400:400:400:400:200:404:404:404:404:404:404:200:404:::WEBrick/1.3.1 (Ruby/1.8.2/2004-12-25)\n# VMS\n+++:HTM:400:200:200:200:HTM:HTM:HTM:404:+++:+++:404:400:400:400:400:400:200:+++:::Webshare/1.2.3 VM_ESA/2.3.0.9808 CMS/14.808 REXX/4.01 CMS_Pipelines/1.0110 REXX_SOCKETS/3.01\n#\n+++:400:400:200:200:400:400:400:400:200:200:200:200:400:400:400:400:400:+++:+++:::Vertical Horizon VH-2402S\n+++:404:501:200:200:200:404:501:400:400:+++:200:404:501:501:501:501:501:+++:+++:::Viavideo-Web\n+++:---:200:200:---:200:---:---:---:403:403:200:403:403:405:200:501:501:403:+++:::VisiBroker/4.0\n200:200:403:200:200:200:---:---:---:---:200:200:404:403:403:403:403:403:---:---:VisualRoute::VisualRoute (R) 2008 Server NOC Edition (v12.0d)\n200:200:400:200:200:400:404:404:404:404:404:200:400:400:400:400:400:400:200:404::^$:vmware infrastructure\n400:400:501:200:200:501:400:400:400:404:404:200:400:400:400:501:501:501:200:404::^$:vmware ESXi\n400:400:501:200:200:501:400:400:400:404:404:200:200:200:200:501:501:501:200:200:::VMware vCenter Server Appliance\n400:400:501:301:301:501:400:400:400:404:404:301:301:301:301:501:501:501:301:301:::VMware vCenter Server Appliance\n# VNC HTTPD (no banner!)\n+++:200:---:200:200:---:200:404:---:404:---:200:---:---:---:---:---:---:404:+++::^$:VNC HTTPD (RFB 003.003)\n+++:200:---:200:200:---:---:---:---:404:+++:200:---:---:---:---:---:---:+++:+++::^$:VNC HTTPD\n# VNC Server Enterprise Edition/E4.4.0 (r12094)\n# RealVNC-Xvnc/E4.4.2 (r13160)\n# VNC Server Personal Edition/P4.4.2 (r13117)\n# VNC Server Enterprise Edition/E4.4.3 (r16583)\n# VNC Server Enterprise Edition/E4.5 (r21561)\n200:400:501:200:200:501:400:400:400:404:404:200:501:501:501:501:501:501:400:400:RealVNC-Xvnc:^(VNC Server (Personal|Enterprise) Edition|RealVNC-Xvnc)/[EP]4\\.[45]:RealVNC-Xvnc/4.4-4.5 [VNC Server Enterprise/Personal Edition]\n#\n##400:501:200:200:501:200:400:400:404:+++:200:501:501:501:501:501:501:+++::RealVNC/4.0\n+++:400:501:200:200:501:200:400:400:404:404:200:501:501:501:501:501:501:404:+++:::RealVNC/4.0\n400:400:501:200:200:501:200:400:400:404:404:200:501:501:501:501:501:501:404:404:::RealVNC/4.0\n400:400:501:200:200:501:200:400:400:404:404:200:501:501:501:501:501:501:400:400:::RealVNC/4.0\n#\nHTM:404:200:HTM:HTM:HTM:404:404:404:404:404:200:404:501:501:501:501:501:404:---:VLC:^$:VLC Media Player 0.8.5\n# VLC 0.8.6e on Gentoo / VLC 0.8.6d on Windows\nHTM:404:200:HTM:HTM:HTM:404:404:404:404:404:200:404:501:501:501:501:501:404:404:VLC:^$:VLC Media Player 0.8.6\n+++:404:501:404:404:501:501:501:404:404:302:404:302:501:501:501:501:501:404:+++:::VPOP3 Mail Http Server [2.1.0h]\n# Found on a Wago Ethernet Buscoupler 750-342\n# http://www.nessus.org/u?50093e6e\n+++:404:501:200:200:501:501:501:400:404:+++:200:404:501:501:501:501:501:+++:+++::^$:WAGO-I/O-System [WAGO 750-342]\n#\n+++:HTM:400:HTM:HTM:200:200:---:---:400:+++:400:---:403:403:403:403:403:+++:+++:::WALT HTTP Server, v2.11 (22.04.03)\n+++:200:204:505:505:505:200:---:---:---:---:400:404:404:404:404:404:404:500:+++::^$:Waterken/3.5\n# WDaemon/6.8.4 to WDaemon/9.0.4?\n+++:400:501:200:200:200:400:400:400:404:404:200:404:501:501:501:501:501:404:+++:WDaemon:^WDaemon/(6\\.[89]|7\\.[0-9]|8\\.[01]|9\\.0).[0-9]:WDaemon/6.8.4 to 9.0.4\n+++:200:404:200:200:200:404:404:404:404:404:200:404:404:404:404:404:404:400:+++:::Web Crossing/5.0\n# Webfs (another gizmo?)\n+++:400:400:200:400:400:400:400:400:400:+++:+++:501:501:400:400:400:400:+++:+++:::webfs/1.20\n# www-servers/webfs-1.21-r1 on Gentoo Linux\n400:400:400:200:400:400:400:400:400:400:400:200:501:501:400:400:400:400:200:404:::webfs/1.21\n+++:400:405:200:200:405:405:405:405:404:---:---:400:400:405:405:405:405:+++:+++::^Web Server/4\\.10:DLink-604\n# DLink Di604 firmware 1.62 (European version) - very fragile (killed by POST)\n+++:200:200:200:200:200:404:404:404:200:404:200:+++:404:404:404:404:404:+++:+++::^$:DLink Di604 firmware 1.62 (European version)\n# Webmin\n+++:---:200:200:200:200:200:200:200:200:+++:+++:200:200:200:200:200:200:200:+++:::MiniServ/0.01 [Webmin]\n# Webmin 1.400-r1 on Gentoo - more precise signature\n---:---:200:200:200:200:200:200:200:200:200:200:200:200:200:200:200:200:200:200:::MiniServ/0.01 [Webmin 1.400]\n# SuSe Linux 8.0 Standard - Webmin 1.140 installed in https mode on port 10000\n+++:---:404:404:404:404:404:404:404:404:404:404:404:404:404:404:404:404:+++:+++:::MiniServ/0.01 [Webmin 1.140]\n# WebLogic - note: << : >> in signature were replaced by << . >>\n200:---:200:200:200:---:---:---:---:200:200:200:+++:---:200:200:---:---:+++:+++:WebLogic/4::WebLogic 4.5.2 06/01/2000 22.30.43 #71928\n+++:HTM:200:200:200:200:200:HTM:HTM:400:400:400:404:405:405:200:405:501:403:+++:WebLogic/6::WebLogic WebLogic Server 6.1 SP4 11/08/2002 21.50.43 #221641\n+++:---:200:200:200:501:200:---:---:302:404:400:200:405:405:200:501:501:403:+++:WebLogic/7::WebLogic WebLogic Server 7.0 SP2 Sun Jan 26 23.09.32 PST 2003 234192\n+++:---:200:200:200:200:200:---:---:200:404:200:200:200:200:200:200:200:200:+++:WebLogic/8::WebLogic Portal 8.1 Thu Jul 10 20:09:22 PDT 2003 84868\n# Odd signature without Server field\n# ---:---:200:200:200:200:200:---:---:200:404:200:200:200:200:200:200:200:200:200:::\n+++:400:200:200:200:501:200:---:---:404:302:400:+++:405:405:501:501:501:+++:+++:WebLogic/8:^$:BEA weblogic 8.1 SP4\n# D-Link\n+++:200:405:200:200:501:405:405:404:404:405:200:404:405:405:405:405:405:501:+++::^$:Web Server/1.0 [might be D-Link print server]\n+++:200:405:200:200:501:405:405:404:404:405:200:+++:405:405:405:405:405:+++:+++:::Web Server/1.0 [D-Link DP-101P+ Print Server]\n# WAS - probably not very reliable banners, as 408 = TimeOut\n# 408:200:408:200:200:200:408:200:200:408:408:408:200:408:408:+++:408:200:200:200:200:200:200:200:+++:WebSphere Application Server/5.0\n# More precise\n+++:408:408:200:200:200:408:408:408:408:408:408:200:200:200:200:200:200:+++:+++:::WebSphere Application Server/4.0\n+++:408:408:200:200:200:408:408:408:408:408:408:404:405:405:200:501:501:200:+++:::WebSphere Application Server/5.0\n+++:HTM:HTM:200:200:200:HTM:HTM:HTM:HTM:HTM:400:200:200:200:200:200:200:200:+++:::WebSphere Application Server/4.0\n# Less precise\n+++:HTM:HTM:200:200:200:HTM:HTM:HTM:HTM:HTM:400:+++:200:200:200:200:200:+++:+++:::WebSphere Application Server/5.1\n# IBM WebSphere Application Server - ND, 6.0.2.15 -- Build Number: cf150636.04 -- Build Date: 9/5/06 -- Win 2k3 Enterprise Service Pack 2\n505:505:404:VER:505:VER:400:400:400:400:400:200:404:404:404:404:404:404:404:404:::WebSphere Application Server/6.0\n# 4D WebStar\n+++:HTM:xxx:200:200:200:---:---:---:404:404:200:404:xxx:xxx:xxx:xxx:xxx:200:+++:WebSTAR/3::WebSTAR/3.0 ID/64110\n+++:200:---:200:200:---:---:---:---:404:404:200:---:---:---:---:---:---:+++:+++:WebSTAR/4::WebSTAR/4.0(SSL)\n+++:200:---:200:200:---:---:---:---:200:404:200:200:---:---:---:---:---:+++:+++:WebSTAR/4::WebSTAR/4.4(SSL)\n# More precise\n+++:200:---:200:200:---:---:---:---:200:404:200:200:---:---:---:---:---:200:+++:WebSTAR/4::WebSTAR/4.3(SSL) ID/72870\n+++:200:---:200:200:---:---:---:---:404:404:200:404:---:---:---:---:---:404:+++:WebSTAR/5::WebSTAR/4.5(SSL)\n# WebSTAR/4.5(SSL) ID/71089\n# WebSTAR/4.5(SSL) ID/75942\n+++:200:---:200:200:---:---:---:---:404:404:200:404:---:---:---:---:---:200:+++:WebSTAR/4:^WebSTAR/4\\.5\\(SSL\\) ID/7[1-5][0-9]{3}:WebSTAR/4.5(SSL) ID/71089-75942\n# WebSTAR/4.2(SSL) ID/72840\n# WebSTAR/4.5(SSL) ID/78655\n+++:200:405:200:200:200:---:---:---:200:200:200:200:405:405:405:405:405:200:+++:WebSTAR/4:^WebSTAR/4\\.[25]\\(SSL\\):WebSTAR/4.2-5\n+++:200:200:200:200:200:---:---:---:200:200:200:200:200:200:200:---:---:200:+++:WebSTAR/4::WebSTAR/4.5(SSL) ID/72838\n+++:200:405:200:200:200:---:---:---:404:404:200:404:405:405:405:---:405:200:+++:WebSTAR/4::WebSTAR/4.5 Beta/1(SSL) ID/70232\n#\n+++:200:405:200:200:200:---:---:---:404:404:200:404:405:405:405:---:---:---:+++:::WebSTAR NetCloak\n+++:200:404:200:200:200:---:---:---:404:404:200:404:404:404:404:xxx:xxx:200:+++:::WebSTAR NetCloak\n# Lasso/6.0\n+++:---:200:200:500:---:500:---:---:500:500:500:404:405:405:405:405:405:500:+++:4D_WebSTAR/5:^4D_WebSTAR_S/5\\.[23]\\.[0124] \\(MacOS X\\):4D_WebSTAR_S/5.2.4-5.3.2 (MacOS X)\n+++:---:200:200:200:---:200:---:---:404:404:200:404:405:405:405:405:405:200:+++:4D_WebSTAR/5:^4D_WebSTAR_S/5\\.[23]\\.[1234] \\(MacOS X\\):4D_WebSTAR_S/5.2.3-5.3.2 (MacOS X)\n+++:---:200:200:200:---:200:---:---:404:404:200:404:401:401:401:401:401:200:+++:4D_WebSTAR/5:^4D_WebSTAR_S/5\\.3\\.[12] \\(MacOS X\\):4D_WebSTAR_S/5.3.1-2 (MacOS X)\n+++:---:501:200:400:400:---:---:---:500:500:500:404:405:405:501:501:501:500:+++:4D_WebSTAR/5::4D_WebSTAR_S/5.3.1 (MacOS X)\n+++:---:200:200:302:---:302:---:---:404:404:302:404:405:405:405:405:405:---:+++:4D_WebSTAR/5::4D_WebSTAR_S/5.3.1 (MacOS X)\n+++:---:200:200:500:---:500:---:---:500:500:500:404:401:401:401:401:401:500:+++:4D_WebSTAR/5::4D_WebSTAR_S/5.3.2 (MacOS X)\n#\n401:---:501:401:401:---:---:---:401:401:302:---:404:501:501:501:---:---:401:403:webWethods:^$:webWethods broker service\n# wildfly-8.1.0.Final on RHEL 6.5\nHTM:400:405:VER:VER:VER:200:400:xxx:404:404:200:404:405:405:405:405:405:200:404:::wildfly-8.1.0\n# wildfly-8.0.0.CR1 on RHEL 6.5\n---:400:405:VER:VER:VER:200:400:400:404:404:200:404:405:405:405:405:405:200:400:::wildfly-8.0.0.CR1\n#\n+++:HTM:200:HTM:HTM:501:200:HTM:HTM:200:+++:400:404:501:501:200:501:501:+++:+++:::WN/2.2.10\n# Web management from Tinix\n+++:VER:302:302:VER:VER:VER:VER:VER:VER:VER:VER:302:302:302:302:302:302:VER:+++:::Weaver/4.0b #2\n# WN/2.4.6 on my Linux Gentoo box\n+++:HTM:200:505:505:501:200:HTM:HTM:200:400:400:200:200:200:200:501:501:200:+++:::WN/2.4.6 [broken conf - no index]\n+++:HTM:200:505:505:501:200:HTM:HTM:200:400:400:404:404:404:200:501:501:200:+++:::WN/2.4.6\n#\n+++:200:404:200:200:200:200:200:200:302:404:200:404:404:404:404:404:404:404:+++:::Xeneo/2.2\n+++:200:501:200:200:200:501:501:501:200:+++:200:501:501:501:501:501:501:+++:+++:::XES 8830 WindWeb/1.0\n+++:HTM:400:200:HTM:---:HTM:HTM:HTM:400:+++:400:100:100:200:200:200:200:+++:+++:::Xerox_MicroServer/Xerox11\n+++:---:501:505:505:400:---:---:---:200:501:400:400:501:501:501:501:501:+++:+++::^$:Xerox DocuColor 1632 Color Copier/Printer\n+++:---:---:---:---:VER:---:---:---:404:---:200:+++:---:---:---:---:---:+++:+++::^$:Xerox Phaser 3450 DN\n+++:200:501:404:404:404:200:501:501:200:404:200:400:403:403:501:403:501:+++:+++::^Xitami$:Xitami v2.4d9\n302:200:501:404:404:404:200:501:501:200:404:200:400:403:403:501:403:501:200:413::^Xitami$:Xitami v2.4d11\n+++:200:501:403:403:403:200:501:501:200:404:200:400:403:403:501:403:501:200:+++::^Xitami$:Xitami v2.4d7\n# Unknown version, but <= 2.4d9\n+++:400:501:501:501:400:400:400:400:200:404:400:400:403:403:501:403:501:200:+++:::Xitami\n# Conflicting\n400:400:501:501:501:400:400:400:400:200:404:400:400:403:403:501:403:501:200:413::^Xitami$:Xitami v2.5c2\n# dev-dotnet/xsp-2.0\n# X-AspNet-Version: 1.1.4322\n200:200:405:VER:VER:VER:500:500:500:200:200:200:200:200:200:200:200:200:200:404:::Mono.WebServer/0.1.0.0 Unix\n# YaWS, a web server written in Erlang; I got those banners\n# Yaws/1.01 Yet Another Web Server\n# Yaws/1.22 Yet Another Web Server\n+++:200:200:---:---:---:200:---:---:404:---:200:---:---:---:---:---:---:---:+++::Yaws/1\\.[02][12] Yet Another Web Server:Yaws/1.01 or Yaws/1.22\n# New version, new behaviour...\n+++:200:200:---:400:400:200:400:400:404:---:200:---:501:501:501:501:501:200:+++:::Yaws/1.30 Yet Another Web Server\n+++:200:200:---:400:400:200:400:400:404:403:200:---:501:501:501:501:501:200:+++:::Yaws/1.31 Yet Another Web Server\n# Zeroo is another gizmo which does not even implement full HTTP protocol\n+++:200:404:200:200:200:404:404:200:404:404:200:404:404:404:404:404:404:200:+++::^$:Zeroo 1.5\n#\n+++:HTM:501:400:400:501:404:400:400:400:400:400:404:404:501:501:501:501:404:+++:::Zeus/3.3\n+++:HTM:501:400:400:501:404:---:---:404:---:404:404:404:501:501:501:501:404:+++:::Zeus/3.3\n+++:HTM:501:400:400:501:200:400:400:200:200:400:200:200:501:501:501:501:200:+++:::Zeus/3.3\n+++:HTM:501:400:400:501:200:400:400:400:400:400:404:404:501:501:501:501:200:+++:::Zeus/3.3\n+++:HTM:501:400:400:501:200:400:400:400:400:200:404:404:501:501:501:501:200:+++:::Zeus/3.3\n+++:xxx:501:400:400:501:200:400:400:400:400:400:404:404:501:501:501:501:200:+++:::Zeus/3.3\n# Zeus/4.0\n# Zeus/4.3\n+++:HTM:400:400:400:501:200:400:400:400:400:400:405:405:501:501:501:501:200:+++:Zeus/4:^Zeus/4\\.[0-3]:Zeus/4.0-4.3\n+++:HTM:400:400:400:501:404:400:400:400:400:400:405:405:405:405:405:501:404:+++:Zeus/4::Zeus/4.1\n+++:HTM:400:400:400:501:403:400:400:400:400:400:405:405:405:405:405:501:403:+++:Zeus/4::Zeus/4.1\n+++:HTM:400:400:400:501:404:400:400:404:404:400:405:405:405:405:405:501:404:+++:Zeus/4::Zeus/4.2\n+++:HTM:400:400:400:501:404:500:500:400:400:404:405:405:405:405:405:501:404:+++:Zeus/4::Zeus/4.2\n+++:HTM:400:400:400:501:404:500:500:400:400:404:405:403:403:405:405:501:404:+++:Zeus/4::Zeus/4.2\n+++:HTM:400:400:400:501:404:400:400:400:400:400:405:403:403:405:405:501:404:+++:Zeus/4::Zeus/4.2\n+++:HTM:400:400:400:---:---:---:---:404:404:404:405:405:405:405:405:---:404:+++:Zeus/4::Zeus/4.2\n+++:HTM:400:400:400:400:400:500:500:404:404:404:405:405:405:405:405:501:404:+++:Zeus/4::Zeus/4.2\n+++:HTM:400:400:400:501:200:400:400:400:400:400:405:405:405:405:405:501:200:+++:Zeus/4::Zeus/4.2\n+++:HTM:400:400:400:501:200:500:500:400:400:200:405:405:501:501:501:501:200:+++:Zeus/4::Zeus/4.3\n+++:HTM:400:400:400:501:404:400:400:403:403:400:405:405:501:501:501:501:404:+++:Zeus/4::Zeus/4.3\n# Zeus web server from ZXTM Virtual machine 2006-02-27-1\n# I don't know why the web server is identified as '4_3' and\n# the administration server as '4_4'\n+++:HTM:400:400:400:501:200:400:400:400:400:200:405:405:405:405:405:501:200:+++:::Zeus/4_3 [ZXTM Virtual machine 2006-02-27-1]\n+++:HTM:400:400:400:501:302:400:400:400:400:400:302:302:302:302:302:501:302:+++:::Zeus/4_4 [administration page]\n#\n+++:HTM:HTM:200:HTM:200:400:400:HTM:200:403:400:404:HTM:HTM:HTM:HTM:HTM:200:+++:::ZazouMiniWebServer v1.0.0-rc2\n# Zope/(Zope 2.5.1 (OpenBSD package zope-2.5.1p1)\n# Zope/(Zope2.7.0, python 2.3.3, win32) ZServer/1.1 Plone/2.0-final\n# And also Linux Gentoo, according to some old tests? I m not sure any more\n+++:500:404:VER:400:400:400:400:400:404:404:200:404:404:404:404:404:404:200:+++:Zope/2:^Zope/\\(Zope 2\\.[57]\\.:Zope/(Zope 2.5.1-2.7.0)\n# Zope/(Zope 2.6.2 (source release, python 2.1, linux2), python 2.1.3, linux2) ZServer/1.1b1\n# Zope/(Zope 2.6.1 (source release, python 2.1, linux2), python 2.1.3, linux2) ZServer/1.1b1\n# Zope/(Zope 2.6.1 (binary release, python 2.1,linux2-x86), python 2.1.3, linux2) ZServer/1.1b1\n# Zope/(Zope 2.5.1 (OpenBSD package zope-2.5.1p1) [yes the same server can give a different signature!]\n# Zope/(Zope 2.7.4-0, python 2.3.4, linux2) ZServer/1.1\n+++:500:404:VER:400:400:400:400:400:404:404:200:404:401:404:404:404:404:200:+++:Zope/2:^Zope/\\(Zope 2\\.[5-7]\\.:Zope 2.5.to 2.7\n+++:500:404:VER:400:400:400:400:400:404:404:200:200:403:404:404:404:200:200:+++:Zope/2::Zope/(Zope 2.7.0, python 2.3.4, linux2) ZServer/1.1\n# Zope/(Zope 2.8.6-final, python 2.3.5, win32) ZServer/1.1 [?]\n# Zope/(Zope 2.9.8-final, python 2.4.4, linux2) ZServer/1.1\n# Zope/(Zope 2.10.6-final, python 2.4.4, linux2) ZServer/1.1\n400:500:404:VER:400:400:400:400:400:404:404:200:404:401:401:404:404:200:200:404:Zope/2.8:^Zope/\\(Zope 2\\.([89]|10)\\.[68]-final, python 2\\.[34]\\.[45], (linux2|win32)\\) ZServer/1.1:Zope/(Zope 2.8.6-2.10.6, python 2.3 or 2.4, linux2 or win32) ZServer/1.1\n# Web Server/4.10 ??\n# RomPager/4.07 UPnP/1.0\n# ZyXEL-RomPager/3.02\n+++:400:405:200:200:405:405:405:405:404:404:400:400:400:405:405:405:405:400:+++:ZyXEL-RomPager:^(ZyXEL-)?RomPager/[34]\\.[01][27]( UPnP/1\\.0)?:ZyXEL-RomPager/3.02 or 4.10\n#\n+++:400:501:VER:400:404:400:400:400:400:400:404:404:501:501:501:501:501:404:+++:::0W/0.6e\n+++:400:501:VER:400:404:400:400:400:400:400:404:400:501:501:501:501:501:404:+++:::0W/0.7e [no /]\n+++:400:501:VER:400:200:400:400:400:400:400:200:400:501:501:501:501:501:200:+++:::0W/0.7\n################################\n#### Unconfirmed signatures ####\n################################\n200:200:404:200:---:---:200:---:---:---:---:200:404:404:404:404:---:404:404:404:::2wire Gateway\n+++:400:405:200:200:405:405:405:405:200:200:400:400:405:405:405:405:405:400:+++:::Allegro-Software-RomPager/3.03\n400:400:200:401:401:405:405:405:405:404:404:400:400:405:405:200:405:405:400:400:::Allegro-Software-RomPager/3.10\n#\nHTM:HTM:200:200:400:501:200:HTM:HTM:200:404:400:200:405:200:200:200:501:200:200:Apache/1.3 (Unix)::Apache/1.3 (Unix) mod_ssl/2.8.28 OpenSSL/0.9.8d AuthPG/1.3 FrontPage/5.0.2.2635\nHTM:HTM:200:200:400:501:404:HTM:HTM:404:404:400:404:405:404:200:404:501:404:404:Apache/1.3 (Unix)::Apache/1.3 (Unix) mod_ssl/2.8.28 OpenSSL/0.9.8d AuthPG/1.3 FrontPage/5.0.2.2635\nHTM:HTM:200:200:200:403:200:HTM:HTM:400:400:400:200:405:200:200:200:403:200:403:Apache/1.3 (Unix)::Apache/1.3.4 (Unix)\n+++:HTM:200:200:200:501:200:HTM:HTM:400:400:400:404:403:404:200:404:501:200:+++:Apache/1.3 (Unix)::Apache/1.3.9 Ben-SSL/1.37 (Unix) Debian/GNU PHP/3.0.18\n# Apache/1.3.9 (FreeBSD) PHP/3.0.12 mod_ssl/2.4.1 OpenSSL/0.9.4 rus/PL28.17\n# Apache/1.3.12 (Unix) mod_perl/1.24 PHP/4.0.0\nHTM:HTM:200:200:200:200:200:HTM:HTM:400:400:400:404:405:404:200:404:501:403:403:Apache/1.3 (Unix):Apache/1\\.3\\.(9|1[0-2]):Apache/1.3.9-1.3.12 (Unix)\nHTM:HTM:200:200:200:501:200:HTM:HTM:400:400:400:302:405:302:200:302:501:403:403:Apache/1.3 (Unix):Apache/1\\.3\\.12:IBM_HTTP_Server/1.3.12.7 Apache/1.3.12 (Unix)\n505:400:404:505:505:302:400:400:400:302:302:400:404:404:404:404:404:404:302:302:Apache/1.3 (Unix)::Apache/1.3.14 (Unix) (Red-Hat/Linux) mod_ssl/2.8.1 OpenSSL/0.9.6 PHP/4.1.2\nHTM:HTM:403:200:200:403:200:HTM:HTM:400:400:400:404:403:403:200:403:403:200:404:Apache/1.3 (Unix)::Apache/1.3.19 (Unix) (SuSE/Linux)\nHTM:HTM:200:200:200:200:200:HTM:HTM:400:400:400:502:405:502:200:502:501:403:403:Apache/1.3 (Unix)::Apache/1.3.20 (Unix) mod_perl/1.25\nHTM:HTM:200:200:400:400:403:HTM:HTM:400:400:400:404:405:404:200:404:501:403:403:Apache/1.3 (Unix)::Apache/1.3.26 (Unix)\nHTM:HTM:200:200:400:400:302:HTM:HTM:400:400:400:404:405:404:200:404:501:302:302:Apache/1.3 (Unix)::Apache/1.3.26 (Linux/SuSE) mod_ssl/2.8.10 OpenSSL/0.9.6g PHP/4.2.2 mod_throttle/3.1.2\n+++:HTM:200:200:400:400:200:HTM:HTM:400:400:400:403:403:403:200:403:403:200:+++:Apache/1.3 (Unix)::Apache/1.3.26 (Unix) Debian GNU/Linux PHP/4.1.2 mod_jk/1.1.0\nHTM:HTM:200:200:400:400:200:HTM:HTM:400:400:400:302:302:302:200:302:302:200:302:Apache/1.3 (Unix)::Apache/1.3.26 (Unix) Debian GNU/Linux mod_perl/1.26\n+++:HTM:403:403:400:400:403:HTM:HTM:400:400:400:404:405:404:200:404:501:403:+++:Apache/1.3 (Unix)::Apache/1.3.26 (Darwin) PHP/4.0.6\nHTM:HTM:200:403:400:501:200:HTM:HTM:400:400:400:406:405:404:200:404:501:200:404:Apache/1.3 (Unix)::Apache/1.3.36 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.2 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.27 OpenSSL/0.9.6b\n+++:xxx:200:200:400:400:200:xxx:xxx:400:400:400:404:405:404:200:404:501:200:+++:Apache/1.3 (Unix)::Apache/1.3.26 (Unix) Debian GNU/Linux PHP/4.1.2\n+++:HTM:200:401:400:400:401:HTM:HTM:400:400:400:401:405:404:200:404:501:401:+++:Apache/1.3 (Unix)::Apache/1.3.26 (Unix) Debian GNU/Linux PHP/4.1.2\nHTM:HTM:200:200:400:400:200:HTM:HTM:400:400:400:404:401:401:200:401:401:200:404:Apache/1.3 (Unix)::Apache/1.3.26 (Unix) mod_accounting/0.6 PHP/4.3.4 DAV/1.0.3 mod_ssl/2.8.10 OpenSSL/0.9.6g\nHTM:HTM:200:200:400:400:200:HTM:HTM:400:400:400:302:405:302:200:302:501:200:302:Apache/1.3 (Unix)::Apache/1.3.26 (Unix) AuthMySQL/2.20 PHP/4.1.2 mod_gzip/1.3.19.1a mod_ssl/2.8.9 OpenSSL/0.9.6g\nHTM:HTM:403:403:400:501:200:HTM:HTM:400:400:400:403:403:403:200:403:403:200:404:Apache/1.3 (Unix)::Apache/1.3.36 (Unix) mod_gzip/1.3.26.1a mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.2 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.27 OpenSSL/0.9.6b\nHTM:HTM:200:200:400:302:302:HTM:HTM:400:400:400:200:200:200:200:200:200:302:302:Apache/1.3 (Unix)::Apache/1.3.34 (Unix) mod_auth_pam/1.0a FrontPage/5.0.2.2634 mod_throttle/3.1.2 mod_ssl/2.8.25 OpenSSL/0.9.7e\nHTM:HTM:200:200:400:501:200:HTM:HTM:400:400:400:200:200:200:200:200:200:403:403:Apache/1.3 (Unix)::Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7d\n+++:xxx:200:200:400:400:200:HTM:xxx:400:400:400:404:405:404:200:404:501:200:+++:Apache/1.3 (Unix)::Apache/1.3.26 (Unix) Debian GNU/Linux PHP/4.1.2\nHTM:HTM:200:200:400:400:200:HTM:HTM:400:400:400:200:405:200:200:200:501:403:403:Apache/1.3 (Unix)::Apache/1.3.26 (Unix)\nHTM:HTM:403:200:400:400:200:HTM:HTM:400:400:400:200:405:200:200:200:501:200:200:Apache/1.3 (Unix)::Apache/1.3.26 (Unix) PHP/4.3.6 mod_ssl/2.8.10 OpenSSL/0.9.6g\nHTM:HTM:200:200:400:400:200:HTM:HTM:400:400:400:404:403:403:200:404:501:403:403:Apache/1.3 (Unix)::Apache/1.3.26 (Unix) mod_ssl/2.8.10 OpenSSL/0.9.6c\n# Apache/1.3.26 (Unix) mod_throttle/3.1.2\n# Apache/1.3.26 (Unix) PHP/4.3.0 mod_perl/1.24 ApacheJserv/1.1.2\nHTM:HTM:200:200:400:400:200:HTM:HTM:400:400:400:302:405:302:200:302:501:403:403:Apache/1.3 (Unix)::Apache/1.3.26 (Unix)\nHTM:HTM:200:200:400:200:200:HTM:HTM:400:400:HTM:411:411:302:200:302:501:HTM:HTM:Apache/1.3 (Unix)::Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_watch/2.0 mod_throttle/3.1.2 mod_gzip/1.3.19.1a mod_auth_pam/1.0a mod_ssl/2.8.11 OpenSSL/0.9.6j mod_perl/1.25\n+++:HTM:200:200:400:501:200:HTM:HTM:400:400:400:404:500:404:200:404:405:200:+++:Apache/1.3 (Unix)::Apache/1.3.27 (Unix) mod_gzip/1.3.26.1a PHP/4.3.1 DAV/1.0.3\n+++:---:200:200:400:501:200:HTM:---:400:400:400:404:405:404:501:404:501:403:+++:Apache/1.3 (Unix)::Apache/1.3.29 (Unix) PHP/5.0.5 mod_ssl/2.8.16 OpenSSL/0.9.7g\nXML:XML:200:200:400:501:200:HTM:XML:400:400:400:302:405:302:200:302:501:200:302:Apache/1.3 (Unix)::Apache/1.3.33 (Unix)\nHTM:HTM:200:200:400:501:200:HTM:HTM:400:400:400:404:403:403:200:404:501:500:404:Apache/1.3 (Unix)::Apache/1.3.33 (Unix)\n# Apache/1.3.33 (Unix) PHP/4.4.0\n# Apache/1.3.33 (Unix) PHP/4.3.11\nHTM:HTM:200:200:400:501:302:HTM:HTM:400:400:400:302:405:302:200:302:501:302:302:Apache/1.3 (Unix)::Apache/1.3.33 (Unix) PHP/4\nHTM:HTM:200:200:400:500:500:HTM:HTM:400:400:400:404:405:404:200:404:501:500:404:Apache/1.3 (Unix)::Apache/1.3.33 (Unix)\nHTM:HTM:200:200:400:200:200:HTM:HTM:302:302:400:302:302:302:200:302:501:200:302:Apache/1.3 (Unix)::Apache/1.3.33 (Unix) mod_ssl/2.8.22 OpenSSL/0.9.7d mod_jk/1.2.10 PHP/5.1.6\nHTM:HTM:200:200:400:200:200:HTM:HTM:200:200:400:200:200:200:200:200:200:200:500:Apache/1.3 (Unix)::Apache/1.3.33 (Unix) mod_perl/1.29 mod_ssl/2.8.22 OpenSSL/0.9.7a\n+++:HTM:403:200:400:200:200:HTM:HTM:400:400:400:404:405:404:200:404:501:403:+++:Apache/1.3 (Unix)::Apache/1.3.31 (Unix) PHP/4.4.4\nHTM:HTM:403:200:400:200:200:HTM:HTM:400:400:400:404:405:404:200:404:501:403:403:Apache/1.3 (Unix)::Apache/1.3.37 (Unix) mod_ssl/2.8.28 OpenSSL/0.9.7d PHP/4.4.4 FrontPage/5.0.2.2510\n# Apache/1.3.29 (Unix) FrontPage/5.0.2.2510 mod_gzip/1.3.26.1a mod_ssl/2.8.16 OpenSSL/0.9.7a-p1\n# Apache/1.3.34 (Unix) FrontPage/5.0.2.2623\nHTM:HTM:200:200:400:501:200:HTM:HTM:400:400:400:404:403:403:403:404:501:403:403:Apache/1.3 (Unix):Apache/1\\.3\\.(29|3[0-4]) \\(Unix\\) FrontPage/5\\.0\\.2:Apache/1.3.29-1.3.34 (Unix) FrontPage/5.0.2\nHTM:HTM:200:200:400:501:302:HTM:HTM:302:302:400:302:302:302:200:302:302:302:302:Apache/1.3 (Unix)::Apache/1.3.36 (Unix) mod_ssl/2.8.27 OpenSSL/0.9.7e-p1 PHP/4.4.2 FrontPage/5.0.2.2510\nHTM:HTM:200:200:400:200:200:HTM:HTM:400:400:400:302:405:302:200:302:501:302:403:Apache/1.3 (Unix)::Apache/1.3.37 (Unix)\nHTM:HTM:200:406:400:501:200:HTM:HTM:400:400:400:404:405:404:200:404:501:200:404:Apache/1.3 (Unix)::Apache/1.3.37 (Unix) mod_fastcgi/2.4.2 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a PHP-CGI/0.1b\nHTM:HTM:200:200:400:301:301:HTM:HTM:400:400:400:404:403:403:200:404:501:301:404:Apache/1.3 (Unix)::Apache/1.3.37 (Unix) mod_gzip/1.3.26.1a mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a PHP-CGI/0.1b\nHTM:HTM:200:200:400:403:200:HTM:HTM:400:301:400:404:405:403:200:403:500:403:403:Apache/1.3 (Unix)::Apache/1.3.37 (Unix) mod_accel/1.0.34\nHTM:HTM:200:200:400:501:200:HTM:HTM:404:301:400:404:405:404:200:404:501:403:403:Apache/1.3 (Unix)::Apache/1.3.37 (Unix) FrontPage/5.0.2.2635 mod_ssl/2.8.28 OpenSSL/0.9.7l\nHTM:HTM:200:200:400:200:200:HTM:HTM:400:400:400:404:403:403:200:404:501:500:404:Apache/1.3 (Unix)::Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_bwlimited/1.4 mod_log_bytes/1.2 mod_ssl/2.8.28 OpenSSL/0.9.7e FrontPage/5.0.2.2635\nHTM:HTM:200:200:400:501:200:HTM:HTM:400:400:400:404:403:403:200:403:501:403:403:Apache/1.3 (Unix)::Apache/1.3.29 (Unix)\n# Apache/1.3.29 (Unix) mod_ssl/2.8.16 OpenSSL/0.9.7j\n# Apache/1.3.29 (Unix) mod_ssl/2.8.16 OpenSSL/0.9.7g\n+++:HTM:200:200:400:501:200:HTM:HTM:400:400:400:404:405:404:501:404:501:403:+++:Apache/1.3 (Unix)::Apache/1.3.29 (Unix) mod_ssl/2.8.16 OpenSSL/0.9.7\nHTM:HTM:200:200:400:302:302:HTM:HTM:400:400:400:403:405:404:200:404:501:302:302:Apache/1.3 (Unix)::Apache/1.3.29 Sun Cobalt (Unix) mod_jk mod_ssl/2.8.16 OpenSSL/0.9.6m PHP/4.2.3 mod_auth_pam_external/0.1 FrontPage/5.0.2.2510 mod_perl/1.26\n# Apache/1.3.29 Sun Cobalt (Unix) PHP/4.3.11 Chili!Soft-ASP/3.6.2 mod_ssl/2.8.16 OpenSSL/0.9.6m mod_auth_pam_external/0.1 FrontPage/4.0.4.3 mod_perl/1.25\n# Apache/1.3.29 Sun Cobalt (Unix) mod_ssl/2.8.16 OpenSSL/0.9.6m PHP/4.0.6 FrontPage/5.0.2.2510 mod_perl/1.26\n# Apache/1.3.29 Sun Cobalt (Unix) mod_ssl/2.8.16 OpenSSL/0.9.6m PHP/4.1.2 mod_auth_pam_external/0.1 FrontPage/4.0.4.3 mod_perl/1.25\n# Apache/1.3.29 Sun Cobalt (Unix) Chili!Soft-ASP/3.6.2 mod_ssl/2.8.16 OpenSSL/0.9.6m PHP/4.3.8 mod_auth_pam_external/0.1 FrontPage/4.0.4.3 mod_perl/1.25\n# Apache/1.3.37 (Unix) PHP/4.4.4 FrontPage/5.0.2.2623 mod_ssl/2.8.28 OpenSSL/0.9.6c\n# Apache/1.3.29 Sun Cobalt (Unix)\nHTM:HTM:200:200:400:302:302:HTM:HTM:400:400:400:404:405:404:200:404:501:302:302:Apache/1.3 (Unix):Apache/1\\.3\\.(29|3[0-7]):Apache/1.3.29-1.3.37 (Unix)\n+++:HTM:200:200:HTM:400:200:HTM:HTM:400:xxx:400:404:405:404:200:404:501:200:+++:Apache/1.3 (OpenVMS)::Apache/1.3.26 (OpenVMS) PHP/4.3.2 mod_ssl/2.8.10 OpenSSL/0.9.7d\nHTM:HTM:403:200:400:400:200:HTM:HTM:400:400:400:404:405:404:200:404:501:200:404:Apache/1.3 (Unix)::Apache/1.3.26 (Unix)\n+++:xxx:200:200:400:501:200:HTM:xxx:400:400:400:404:405:404:200:404:501:200:+++:Apache/1.3 (Unix)::Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_ssl/2.8.12 OpenSSL/0.9.6b DAV/1.0.2 PHP/4.1.2 mod_perl/1.26\n400:400:400:200:400:400:200:400:400:400:400:200:411:411:404:200:404:400:200:404:Apache/1.3 (Unix)::Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_throttle/3.1.2 mod_ssl/2.8.12 OpenSSL/0.9.6b PHP/4.1.2\nHTM:HTM:200:200:400:501:404:HTM:HTM:400:400:400:404:403:403:200:404:501:404:403:Apache/1.3 (Unix)::Apache/1.3.29 (Unix) mod_ldap_userdir/0.9 FrontPage/5.0.2.2510 mod_gzip/1.3.26.1a mod_ssl/2.8.16 OpenSSL/0.9.7m\nHTM:HTM:200:200:400:501:200:HTM:HTM:200:400:400:404:405:404:200:404:501:200:200:Apache/1.3 (Unix)::Apache/1.3.31 (Unix)\n# Apache/1.3.29 (Unix)\n# Apache/1.3.33 (Unix) Sun-ONE-ASP/4.0.0 PHP/5.0.4 FrontPage/5.0.2.2510 mod_ssl/2.8.22 OpenSSL/0.9.7a\n# Apache/1.3.33 (Unix) PHP/4.3.10\nHTM:HTM:200:200:400:501:404:HTM:HTM:400:400:400:404:405:404:200:404:501:404:404:Apache/1.3 (Unix):Apache/1\\.3\\.(29|3[0-3]):Apache/1.3.29-1.3.33 (Unix)\nHTM:HTM:200:200:400:200:200:HTM:HTM:400:400:400:404:405:404:200:404:302:200:404:Apache/1.3 (Unix)::Apache/1.3.33 (Debian GNU/Linux) mod_jk/1.1.0 PHP/4.3.10-16 mod_ssl/2.8.22 OpenSSL/0.9.7e mod_perl/1.29\n# Apache/1.3.33 (Debian GNU/Linux) PHP/4.4.0-4 mod_ssl/2.8.24 OpenSSL/0.9.8\n# Apache/1.3.34 (Debian) mod_gzip/1.3.26.1a PHP/5.2.0-8+etch4 DAV/1.0.3 mod_perl/1.29\nHTM:HTM:200:200:400:200:200:HTM:HTM:400:400:400:404:403:403:200:403:501:200:404:Apache/1.3 (Unix):Apache/1\\.3\\.3[34]:Apache/1.3.33-1.3.34 (Linux)\nHTM:HTM:200:200:400:302:302:HTM:HTM:302:302:400:404:405:404:200:404:501:302:302:Apache/1.3 (Unix)::Apache/1.3.33 (Debian GNU/Linux) PHP/4.4.0-0.dotdeb.0\n400:400:400:200:400:400:400:400:400:400:400:200:404:404:404:200:404:400:403:403:Apache/1.3 (Unix)::Apache/1.3.33 (Unix)\nHTM:HTM:403:200:400:403:200:HTM:HTM:400:400:400:404:403:403:200:403:403:403:403:Apache/1.3 (Unix)::Apache/1.3.33 (Unix) mod_ssl/2.8.22 OpenSSL/0.9.7d PHP/4.3.10 mod_perl/1.29 FrontPage/5.0.2.2510\n+++:HTM:200:200:400:501:200:HTM:HTM:400:400:400:302:405:302:200:302:501:302:+++:Apache/1.3 (Unix)::Apache/1.3.31 (Unix) PHP/4.3.10 mod_ssl/2.8.18 OpenSSL/0.9.7b\n+++:---:200:200:400:200:200:---:---:400:400:400:404:405:404:200:404:501:200:+++:Apache/1.3 (Unix)::Apache/1.3.31 (Unix) PHP/5.0.4\n# More precise\n---:---:200:200:400:200:200:---:---:400:400:400:404:405:404:200:404:501:200:404:::Apache/1.3.37 (Unix) mod_ssl/2.8.28 OpenSSL/0.9.8e\n+++:HTM:200:200:400:501:200:HTM:HTM:200:400:400:200:200:200:200:200:200:200:+++:Apache/1.3 (Unix)::Apache/1.3.31 (Unix)\n+++:HTM:200:200:400:501:200:HTM:HTM:400:400:400:200:403:403:200:200:501:200:+++:Apache/1.3 (Unix)::Apache/1.3.31 (Unix) FrontPage/5.0.2.2623 mod_ssl/2.8.19 OpenSSL/0.9.7d mod_perl/1.26 PHP/4.1.2\n# Apache/1.3.31 (Unix) mod_perl/1.29 mod_ssl/2.8.19 OpenSSL/0.9.7a\n# Apache/1.3.33 (Unix)\n# Apache/1.3.33 (Unix) FrontPage/5.0.2.2623 PHP/5.0.4\nHTM:HTM:200:200:400:501:404:HTM:HTM:400:400:400:404:403:403:200:404:501:404:404:Apache/1.3 (Unix):Apache/1\\.3\\.3[1-3]:Apache/1.3.31-1.3.33 (Unix)\n+++:HTM:200:401:400:501:401:HTM:HTM:400:400:400:401:401:401:403:401:405:401:+++:Apache/1.3 (Unix)::Apache/1.3.33 (Darwin) DAV/1.0.3 mod_ssl/2.8.24 OpenSSL/0.9.7l PHP/4.4.4 mod_perl/1.29\n+++:XML:200:200:400:501:200:HTM:XML:400:400:400:404:403:403:200:403:501:200:+++:Apache/1.3 (Unix)::Apache/1.3.33 (Debian GNU/Linux) PHP/4.3.10-18 mod_ssl/2.8.22 OpenSSL/0.9.7e\n+++:HTM:200:200:400:200:200:HTM:HTM:400:400:400:404:404:404:200:404:404:403:+++:Apache/1.3 (Unix)::Apache/1.3.33 (Darwin) PHP/5.1.1 PHP/4.4.1\n# Apache/1.3.33 (Unix)\n# Apache/1.3.33 (Debian GNU/Linux) PHP/4.3.10-18\n# Apache/1.3.33 (Unix) PHP/4.3.11 mod_ssl/2.8.22 OpenSSL/0.9.7e\nHTM:HTM:200:200:400:501:403:HTM:HTM:400:400:400:404:405:404:200:404:501:403:404:Apache/1.3 (Unix):Apache/1\\.3\\.33:Apache/1.3.33 (Unix)\n+++:HTM:200:200:400:403:200:HTM:HTM:400:400:400:404:403:403:200:403:403:403:+++:Apache/1.3 (Unix)::Apache/1.3.33 (Unix) PHP/4.3.10\n+++:HTM:200:200:400:200:200:HTM:HTM:400:400:400:200:405:404:200:404:501:200:+++:Apache/1.3 (Unix)::Apache/1.3.33 (Debian GNU/Linux) PHP/4.3.10-16 mod_ssl/2.8.24 OpenSSL/0.9.7g\n# More precise:\n# Apache/1.3.34 (Debian) PHP/5.2.0-8+etch7\n# Apache/1.3.34 (Debian) PHP/5.2.0-8+etch10\nHTM:HTM:200:200:400:200:200:HTM:HTM:400:400:400:200:405:404:200:404:501:200:200:Apache/1.3 (Unix)::Apache/1.3.34 (Debian) PHP/5.2.0-8\n+++:HTM:200:200:200:200:200:HTM:HTM:400:400:400:404:404:404:403:404:404:404:+++:Apache/1.3 (Unix)::Apache/1.3.33 (Unix) mod_perl/1.29\nHTM:HTM:200:200:400:501:200:HTM:HTM:400:400:400:404:405:403:200:403:501:200:404:Apache/1.3 (Unix)::Apache/1.3.33 (Debian GNU/Linux) mod_ssl/2.8.22 OpenSSL/0.9.7e PHP/4.4.0-0.dotdeb.0 mod_perl/1.29 DAV/1.0.3\n+++:---:200:200:400:501:200:HTM:---:400:400:400:404:403:403:200:403:501:200:+++:Apache/1.3 (Unix)::Apache/1.3.34 (Debian) PHP/4.4.4-7 mod_perl/1.29\nHTM:HTM:200:200:400:200:200:HTM:HTM:200:400:400:200:200:200:200:200:200:200:200:Apache/1.3 (Win32)::Apache/1.3.27 (Win32) PHP/4.3.4 [suspicious]\n# Apache/1.3.29 (Unix) mod_gzip/1.3.26.1a mod_perl/1.29 mod_ssl/2.8.16 OpenSSL/0.9.7g\n# Apache/1.3.33 (Darwin) PHP/5.0.4 mod_ssl/2.8.24 OpenSSL/0.9.7i\n+++:XML:200:200:400:501:200:HTM:XML:400:400:400:404:405:404:200:404:501:403:+++:Apache/1.3 (Unix):Apache/1\\.3\\.(29|3[0-3]) \\((Darwin|Unix)\\):Apache/1.3.28-33 (Unix)\n+++:HTM:200:200:400:501:---:---:---:400:400:400:404:401:401:403:401:405:---:+++:Apache/1.3 (Unix)::Apache/1.3.33 (Darwin) mod_jk/1.2.6 DAV/1.0.3 mod_ssl/2.8.24 OpenSSL/0.9.7l\nHTM:HTM:403:200:400:501:200:HTM:HTM:400:400:400:406:406:406:200:406:406:200:404:Apache/1.3 (Unix)::Apache/1.3.31 (Unix) mod_perl/1.29 PHP/4.3.7\nHTM:HTM:200:200:400:500:200:HTM:HTM:400:400:400:404:403:403:200:501:501:200:404:Apache/1.3 (Unix)::Apache/1.3.33 (Debian GNU/Linux) PHP/4.3.10-16 mod_ssl/2.8.9 OpenSSL/0.9.6g mod_perl/1.29 mod_jk/1.1.0\nHTM:HTM:200:200:400:200:200:HTM:HTM:400:400:400:200:200:200:200:200:200:403:403:Apache/1.3 (Unix)::Apache/1.3.33 Ben-SSL/1.55 (Unix) PHP/4.3.10\nHTM:HTM:200:200:400:200:200:HTM:HTM:400:400:400:404:403:403:403:404:501:403:403:Apache/1.3 (Unix)::Apache/1.3.37 (Unix) mod_ssl/2.8.28 OpenSSL/0.9.8d PHP/4.4.7\n# Apache/1.3.33 (Darwin) mod_ssl/2.8.24 OpenSSL/0.9.7i PHP/4.4.1 mod_perl/1.26\n# Apache/1.3.33 (Darwin) mod_jk/1.2.6 PHP/5.1.4 LittleDutchMoose/v10.3(Build 2A82) mod_ssl/2.8.24 OpenSSL/0.9.7i\n+++:HTM:200:200:400:501:---:---:---:400:400:400:404:405:404:403:404:501:---:+++:Apache/1.3 (Unix)::Apache/1.3.33 (Darwin)\n+++:HTM:200:200:400:501:200:HTM:HTM:400:400:400:404:401:401:403:401:501:403:+++:Apache/1.3 (Unix)::Apache/1.3.33 (Darwin) mod_jk/1.2.6 DAV/1.0.3 mod_ssl/2.8.24 OpenSSL/0.9.7i PHP/4.4.1\nHTM:HTM:200:200:400:403:403:HTM:HTM:400:400:400:404:405:404:200:404:501:403:403:Apache/1.3 (Unix)::Apache/1.3.27 (Linux/SuSE) FrontPage/4.0.4.3 PHP/4.3.1 mod_perl/1.27 mod_ssl/2.8.12 OpenSSL/0.9.6i\nHTM:HTM:200:200:400:501:200:HTM:HTM:400:400:400:403:405:404:200:404:501:403:403:Apache/1.3 (Unix)::Apache/1.3.37 (Unix) PHP/4.4.6 FrontPage/5.0.2.2635 mod_gzip/1.3.26.1a\nXML:XML:200:200:400:200:200:XML:XML:400:400:400:404:405:404:200:404:501:200:404:Apache/1.3(Unix):Apache/1\\.3\\.3[3-7] \\(Unix|.*Linux.*\\):Apache/1.3.33-1.3.37 (Unix)\nXML:XML:200:200:400:501:200:HTM:XML:400:400:400:404:302:404:200:404:501:200:404:Apache/1.3 (Unix)::Apache/1.3.33 (Unix) PHP/4.4.2 DAV/1.0.3 mod_ssl/2.8.22 OpenSSL/0.9.7d\nHTM:HTM:200:200:400:302:302:HTM:HTM:302:302:400:302:405:302:200:302:501:302:302:Apache/1.3 (Unix)::Apache/1.3.33 (Debian GNU/Linux) PHP/4.3.10-18\nHTM:HTM:200:200:400:501:302:HTM:HTM:400:400:400:404:405:404:200:404:501:302:404:Apache/1.3 (Unix)::Apache/1.3.33 (Debian GNU/Linux) PHP/4.3.10-18\n400:400:400:200:400:400:400:400:400:400:400:200:404:405:404:200:404:400:403:403:Apache/1.3 (Unix)::Apache/1.3.33 (Unix)\nHTM:HTM:200:200:400:500:500:HTM:HTM:400:400:400:404:405:404:200:404:501:500:300:Apache/1.3 (Unix)::Apache/1.3.33 (Unix) [w/ PHP/4.4.7]\nHTM:HTM:403:200:400:501:404:HTM:HTM:400:400:400:404:405:404:200:404:501:403:403:Apache/1.3 (Unix)::Apache/1.3.34 (Unix) PHP/4.4.2\nHTM:HTM:200:200:400:404:404:HTM:HTM:400:400:400:200:200:200:200:200:200:404:404:Apache/1.3 (Unix)::Apache/1.3.34 (Unix) mod_thebbs/3.1415926\n# Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.8a PHP-CGI/0.1b\n# Apache/1.3.37 (Unix) PHP/5.2.2 mod_perl/1.29 mod_ssl/2.8.28 OpenSSL/0.9.8d\nHTM:HTM:403:200:400:501:200:HTM:HTM:400:400:400:403:403:403:200:403:403:200:404:Apache/1.3 (Unix)::Apache/1.3.37 (Unix)\nHTM:HTM:200:200:400:501:302:HTM:HTM:400:400:400:302:405:302:200:302:501:302:403:Apache/1.3 (Unix)::Apache/1.3.37 (Unix) PHP/4.4.6 rus/PL30.22\nHTM:HTM:200:200:400:200:200:HTM:HTM:400:400:400:411:411:404:200:404:501:200:404:Apache/1.3 (Unix)::Apache/1.3.37 (Unix) PHP/5.1.0RC1 mod_perl/1.30\n# Apache/1.3.29 (Unix) mod_ssl/2.8.16 OpenSSL/0.9.7a PHP/4.3.4 mod_perl/1.27 FrontPage/5.0.2.2510\n# Apache/1.3.37 (Unix) mod_ssl/2.8.28 OpenSSL/0.9.7a PHP/4.4.5 mod_perl/1.29 FrontPage/5.0.2.2510\nHTM:HTM:403:200:400:403:200:HTM:HTM:400:400:400:404:403:403:200:403:403:200:404:Apache/1.3 (Unix):Apache/1\\.3\\.(29|3[0-7]):Apache/1.3.29-1.3.37 (Unix)\n# Apache/1.3.33 (Unix) mod_jk/1.2.14 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.3.11 FrontPage/5.0.2.2635 mod_ssl/2.8.22 OpenSSL/0.9.7a\n# Apache/1.3.37 (Unix) mod_jk/1.2.14 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.3 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a\n# Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a PHP-CGI/0.1b\nHTM:HTM:200:200:400:501:200:HTM:HTM:400:400:400:403:405:404:200:404:501:200:404:Apache/1.3 (Unix):Apache/1\\.3\\.3[3-7]:Apache/1.3.33-1.3.37 (Unix)\nHTM:HTM:200:200:400:200:200:HTM:HTM:400:400:400:406:405:404:200:404:501:200:404:Apache/1.3 (Unix)::Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.3 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a\nHTM:HTM:200:503:400:501:200:HTM:HTM:400:400:400:503:404:404:200:404:404:200:404:Apache/1.3 (Unix)::Apache/1.3.37 (Unix) mod_throttle/3.1.2 DAV/1.0.3 mod_fastcgi/2.4.2 mod_gzip/1.3.26.1a PHP/4.4.7 mod_ssl/2.8.22 OpenSSL/0.9.7e\nHTM:HTM:200:403:400:501:200:HTM:HTM:400:400:400:403:403:403:200:403:403:200:404:Apache/1.3 (Unix)::Apache/1.3.37 (Unix) PHP/5.1.4 mod_ssl/2.8.28 OpenSSL/0.9.7f mod_perl/1.29 FrontPage/5.0.2.2510\nHTM:HTM:200:200:400:501:200:HTM:HTM:400:400:400:VER:VER:VER:200:VER:VER:200:404:Apache/1.3 (Unix)::Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a PHP-CGI/0.1b [w/ PHP/4.3.11]\n# Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a\n# Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a PHP-CGI/0.1b\nHTM:HTM:200:200:400:501:200:HTM:HTM:400:400:400:406:405:404:200:404:501:200:404:Apache/1.3 (Unix):Apache/1\\.3\\.37:Apache/1.3.37 (Unix)\nHTM:HTM:200:200:400:200:200:HTM:HTM:400:400:400:404:404:404:200:404:404:200:404:Apache/1.3 (Unix)::Apache/1.3.37 (Unix) PHP/4.4.7 mod_ssl/2.8.28 OpenSSL/0.9.7a FrontPage/5.0.2.2635\nHTM:HTM:200:200:400:501:200:HTM:HTM:400:400:400:500:500:500:200:500:500:200:404:Apache/1.3 (Unix)::Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a PHP-CGI/0.1b\n# Apache/1.3.37 (Unix) mod_ssl/2.8.28 OpenSSL/0.9.7a PHP/4.4.4 mod_perl/1.29 FrontPage/5.0.2.2510\n# Apache/1.3.37 (Unix) PHP/5.2.2 mod_ssl/2.8.28 OpenSSL/0.9.7a mod_perl/1.29 FrontPage/5.0.2.2510\nHTM:HTM:200:200:400:501:200:HTM:HTM:400:400:400:404:403:403:200:403:403:200:404:Apache/1.3 (Unix)::Apache/1.3.37 (Unix)\n# Apache/1.3.33 (Unix) mod_fastcgi/2.4.2 mod_jk/1.2.14 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.3.10 FrontPage/5.0.2.2635 mod_ssl/2.8.22 OpenSSL/0.9.7a\n# Apache/1.3.37 (Unix) mod_gzip/1.3.26.1a mod_auth_passthrough/1.8 mod_log_bytes/1.2 PHP/4.4.6 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a mod_bwlimited/1.4\nHTM:HTM:200:200:400:501:200:HTM:HTM:400:400:400:404:404:404:200:404:404:200:404:Apache/1.3 (Unix):Apache/1\\.3\\.3[3-7]:Apache/1.3.33-1.3.37 (Unix)\nHTM:HTM:200:503:400:501:200:HTM:HTM:400:400:400:503:VER:VER:200:VER:VER:200:404:Apache/1.3 (Unix)::Apache/1.3.37 (Unix) mod_throttle/3.1.2 DAV/1.0.3 mod_fastcgi/2.4.2 mod_gzip/1.3.26.1a PHP/4.4.7 mod_ssl/2.8.22 OpenSSL/0.9.7e\nHTM:HTM:200:200:400:200:200:HTM:HTM:400:400:400:404:404:404:200:404:404:200:403:Apache/1.3 (Unix)::Apache/1.3.33 (Unix) PHP/4.3.11\n# Apache/1.3.27 (Unix)\n# Apache/1.3.33 (Darwin) PHP/4.3.6 mod_perl/1.29\nxxx:xxx:200:200:400:501:200:HTM:xxx:400:400:400:404:405:404:200:404:501:403:403:Apache/1.3 (Unix):Apache/1\\.3\\.[23][0-9]:Apache/1.3.27-1.3.33 (Unix)\n+++:HTM:401:200:400:200:200:HTM:HTM:400:400:400:404:405:404:403:404:501:200:+++:Apache/1.3 (Unix)::Apache/1.3.33 (Darwin)\n+++:HTM:200:200:400:501:200:HTM:HTM:400:400:400:404:403:404:403:404:405:403:+++:Apache/1.3 (Unix)::Apache/1.3.33 (Darwin) mod_jk/1.2.6 DAV/1.0.3 mod_ssl/2.8.24 OpenSSL/0.9.7l PHP/4.4.4\n+++:XML:200:200:400:501:200:HTM:XML:400:400:400:200:405:200:200:200:501:200:+++:Apache/1.3 (Unix)::Apache/1.3.34 (Debian) mod_perl/1.29\n400:400:400:200:400:400:400:400:400:400:400:400:404:405:404:200:404:400:400:400:Apache/1.3 (Unix)::Apache/1.3.37 (Unix) mod_perl/1.26 PHP/4.4.4 AuthMySQL/2.20\nHTM:HTM:200:503:400:501:200:HTM:HTM:400:400:400:503:405:VER:200:VER:501:200:404:Apache/1.3 (Unix)::Apache/1.3.37 (Unix) mod_throttle/3.1.2 DAV/1.0.3 mod_fastcgi/2.4.2 mod_gzip/1.3.26.1a PHP/4.4.7 mod_ssl/2.8.22 OpenSSL/0.9.7e\n# Apache/1.3.36 (Unix) PHP/4.4.2 mod_ssl/2.8.27 OpenSSL/0.9.7e\n# Apache/1.3.37 (Unix) mod_gzip/1.3.26.1a mod_perl/1.29 PHP/4.4.4 with Suhosin-Patch mod_ssl/2.8.28 OpenSSL/0.9.8d\nHTM:HTM:200:200:400:200:200:HTM:HTM:400:400:400:200:405:200:200:200:501:403:403:Apache/1.3 (Unix):Apache/1\\.3\\.3[67] \\(Unix\\):Apache/1.3.36-1.3.37 (Unix)\n# Apache/1.3.34 (Unix) PHP/4.4.1\n# Apache/1.3.37 (Unix) PHP/4.4.3\n# Apache/1.3.37 (Unix) PHP/4.4.4\n+++:HTM:200:200:400:501:200:HTM:HTM:400:400:400:403:403:403:200:403:403:200:+++:Apache/1.3 (Unix):Apache/1\\.3\\.3[4-7] \\(Unix\\) PHP/4\\.4\\.[1-4]:Apache/1.3.34-37 (Unix) PHP/4.4.1-4.4.4\n+++:HTM:404:200:400:200:200:HTM:HTM:400:400:400:404:404:404:200:404:404:200:+++:Apache/1.3 (Unix)::Apache/1.3.37 (Unix) mod_ssl/2.8.28 OpenSSL/0.9.8b PHP/4.4.4\nHTM:HTM:200:503:400:501:200:HTM:HTM:400:400:400:503:405:404:200:404:501:200:404:Apache/1.3 (Unix)::Apache/1.3.37 (Unix) mod_throttle/3.1.2 DAV/1.0.3 mod_fastcgi/2.4.2 mod_gzip/1.3.26.1a PHP/4.4\nHTM:HTM:HTM:200:HTM:HTM:HTM:HTM:HTM:HTM:HTM:400:411:411:404:405:404:501:200:403:Apache/1.3 (Unix)::Apache/1.3.37 (Unix)\n# Apache/1.3.33 (Debian GNU/Linux) PHP/4.3.10-18 mod_gzip/1.3.26.1a mod_ssl/2.8.22 OpenSSL/0.9.7e\n# Apache/1.3.33 (Debian GNU/Linux) PHP/4.3.10-18\n# Apache/1.3.34 (Debian) PHP/4.4.2-1.1 mod_fastcgi/2.4.2 mod_ssl/2.8.25 OpenSSL/0.9.8a mod_perl/1.29\n# Apache/1.3.34 (Debian) PHP/4.4.4-6\n# Apache/1.3.37 (Unix) mod_gzip/1.3.19.1a PHP/4.4.4\n# Apache/1.3.37 (Unix) PHP/5.2.0 mod_perl/1.29\n# Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_ssl/2.8.12 OpenSSL/0.9.6b DAV/1.0.3 PHP/4.1.2 mod_perl/1.26\n+++:---:200:200:400:501:200:HTM:---:400:400:400:404:405:404:200:404:501:200:+++::Apache/1\\.3\\.3[3-7] \\(Unix|[ A-Za-z/-]*Linux\\):Apache/1.3.33-37 (Unix) [w/ PHP/4]\nHTM:HTM:200:200:400:200:200:HTM:HTM:302:302:400:302:405:302:200:302:501:200:302:Apache/1.3 (Unix)::Apache/1.3.37 ( [NORLUG Edition] Red Hat Linux ) mod_ssl/2.8.28 OpenSSL/0.9.6b PHP/4.4.4 mod_perl/1.29\n# Apache/1.3.33 (Unix) mod_ssl/2.8.22 OpenSSL/0.9.7a PHP/4.3.11 mod_perl/1.29 FrontPage/5.0.2.2510\n# Apache/1.3.37 (Unix) mod_ssl/2.8.28 OpenSSL/0.9.6b PHP/4.4.4 mod_perl/1.29 FrontPage/5.0.2.2510\nHTM:HTM:403:200:400:501:200:HTM:HTM:400:400:400:404:403:403:200:403:403:200:404:Apache/1.3 (Unix):Apache/1\\.3\\.3[3-7] \\(Unix\\):Apache/1.3.33-1.3.37 (Unix)\n+++:HTM:200:403:400:403:403:HTM:HTM:400:400:400:404:405:404:200:404:501:403:+++:Apache/1.3 (Unix)::Apache/1.3.37 (Unix)\n+++:XML:403:200:400:501:200:HTM:XML:400:400:400:404:405:404:200:404:501:200:+++:Apache/1.3 (Unix)::Apache/1.3.37 (Unix)\nHTM:HTM:200:200:400:503:503:HTM:HTM:503:503:400:404:405:404:200:404:501:503:503:Apache/1.3 (Unix)::Apache/1.3.37 (Unix) PHP/4.4.7 mod_ssl/2.8.28 OpenSSL/0.9.7d\n+++:XML:200:200:400:200:200:XML:XML:400:400:400:404:405:404:200:404:501:403:+++:Apache/1.3 (Unix)::Apache/1.3.37 Ben-SSL/1.57 (Unix) PHP/4.3.2\n#\n+++:HTM:403:200:200:200:200:HTM:HTM:200:400:400:302:405:302:200:302:501:403:+++:Apache/1.3 (Win32)::Apache/1.3.22 (Win32) PHP/4.1.1\n+++:xxx:403:200:200:501:200:HTM:xxx:200:400:400:404:405:404:200:404:501:403:+++:Apache/1.3 (Win32)::Apache/1.3.22 (Win32)\nHTM:HTM:200:200:400:501:200:HTM:HTM:200:400:400:302:405:302:200:302:501:302:302:Apache/1.3 (Win32)::Apache/1.3.27 (Win32)\nXML:XML:200:200:400:200:200:XML:XML:404:400:400:404:405:404:200:404:501:403:404:Apache/1.3 (Win32)::Apache/1.3.33 (Win32)\n# Apache/1.3.33 (Win32) mod_jk/1.2.0 mod_ssl/2.8.22 OpenSSL/0.9.7d\n# Apache/1.3.31 (Win32) PHP/4.3.9\n+++:HTM:200:200:400:501:200:HTM:HTM:200:400:400:404:405:404:200:404:501:404:+++:Apache/1.3 (Win32):Apache/1\\.3\\.3[1-3] \\(Win32\\):Apache/1.3.31-33 (Win32)\n+++:HTM:200:200:400:200:200:HTM:HTM:200:400:400:---:405:404:200:404:501:403:+++:Apache/1.3 (Win32)::Apache/1.3.31 (Win32) mod_gzip/1.3.26.1a PHP/5.0.1\n#\n+++:HTM:200:200:200:500:200:XML:HTM:400:400:400:404:405:405:200:405:405:200:+++:Apache/2.0 (Unix)::Apache/2.0.40 (Red Hat Linux)\n+++:XML:200:200:200:501:200:XML:XML:400:400:400:200:405:405:200:405:405:200:+++:Apache/2.0 (Unix)::Apache/2.0.40 (Red Hat Linux)\nHTM:HTM:200:200:200:404:200:HTM:HTM:301:301:400:301:404:404:200:404:404:200:301:Apache/2.0 (Unix)::Apache/2.0.40 (Red Hat Linux)\nHTM:HTM:302:200:200:200:200:HTM:HTM:400:400:400:302:302:302:200:302:302:200:302:Apache/2.0 (Unix)::Apache/2.0.49 (Unix) mod_ssl/2.0.49 OpenSSL/0.9.7a DAV/2\nHTM:HTM:200:200:200:403:200:HTM:HTM:400:400:400:404:405:405:200:405:501:200:403:Apache/2.0 (Unix)::Apache/2.0.59 (FreeBSD) PHP/4.4.4 with Suhosin-Patch mod_ssl/2.0.59 OpenSSL/0.9.8e\nHTM:HTM:403:200:200:200:200:HTM:HTM:200:400:400:404:405:405:403:405:501:200:404:::Apache/2.0.59 (Win32) mod_ssl/2.0.59 OpenSSL/0.9.8e PHP/5.2.6\n# Apache/2.0.40 (Red Hat Linux) [w/ PHP/4.2.2]\n# Apache/2.2.0 (Linux/SUSE)\nHTM:HTM:200:200:200:501:200:XML:HTM:400:400:400:302:405:405:200:405:501:200:302:Apache/2.0 (Unix) or Apache/2.2 (Unix):Apache/2\\.(0\\.[45][0-9]|2\\.0):Apache/2.0.40-2.2.0 (Linux)\nXML:XML:200:200:401:401:401:XML:XML:400:400:400:404:405:405:200:405:405:401:401:Apache/2.0 (Unix)::Apache/2.0.40 (Red Hat Linux)\nHTM:HTM:200:200:200:501:200:xxx:HTM:400:400:400:404:405:405:200:405:501:200:404:Apache/2.0 (Unix):Apache/2\\.0\\.48:Apache/2.0.48 (Linux)\nHTM:HTM:200:200:200:200:200:HTM:HTM:400:400:400:404:403:403:200:405:405:302:404:Apache/2.0 (Unix)::Apache/2.0.50 (Fedora) [w/ PHP 4.3.10]\n# Apache/2.0.46 (CentOS)\n# Apache/2.0.50 (Fedora)\nHTM:HTM:200:200:200:501:200:HTM:HTM:400:400:400:404:403:403:200:405:405:302:404:Apache/2.0 (Unix):Apache/2\\.0\\.[45][0-9]:Apache/2.0.46-2.0.50 (Redhat Linux)\nXML:XML:200:200:200:501:200:HTM:XML:400:400:400:404:403:403:200:405:405:302:404:Apache/2.0 (Unix)::Apache/2.0.50 (Fedora)\n# Apache/2.0.52 (Red Hat)\n# Apache/2.0.53 (Fedora)\nHTM:HTM:200:200:200:501:200:HTM:HTM:400:400:400:403:405:405:200:405:405:200:404:Apache/2.0 (Unix):Apache/2\\.0\\.5[23] \\((Red Hat|Fedora)\\):Apache/2.0.52-2.0.53 (Red Hat)\n# Apache/2.0.46 (Red Hat)\n# Apache/2.0.52 (CentOS)\n# Apache/2.0.55 (Ubuntu) DAV/2 SVN/1.3.1 mod_fastcgi/2.4.2\n# Apache/2.2.0 (FreeBSD) mod_ssl/2.2.0 OpenSSL/0.9.7e-p1 DAV/2 PHP/5.2.0 with Suhosin-Patch\n###HTM:401:200:401:401:200:401:---:HTM:401:400:400:400:400:404:405:405:200:200:200:200:::Apache/2\\.(0\\.(4[6-9]|5[0-9])|2\\.0) \\(Red Hat|CentOS|Ubuntu|FreeBSD|[A-Za-z /]*Linux[A-Za-z /]*\\):Apache/2.0.46-2.2.0 (Unix)\n+++:xxx:200:200:200:501:200:HTM:xxx:400:400:400:404:405:405:200:405:405:200:+++:Apache/2.0 (Unix):Apache/2\\.0\\.52 \\((Fedora|Red Hat)\\):Apache/2.0.52 (Fedora)\nHTM:HTM:200:200:403:501:403:XML:HTM:400:400:400:200:405:405:200:405:405:403:404:Apache/2.0 (Unix)::Apache/2.0.51 (Fedora)\nHTM:HTM:200:200:200:501:200:HTM:HTM:400:400:400:401:401:401:200:401:401:200:404:Apache/2.0 (Unix)::Apache/2.0.52 (CentOS)\n+++:XML:200:200:200:501:200:HTM:XML:400:400:400:302:405:405:200:405:405:200:+++:Apache/2.0 (Unix)::Apache/2.0.53 (Fedora)\nHTM:HTM:200:200:200:200:200:HTM:HTM:400:400:400:404:405:405:403:405:405:200:404:Apache/2.0 (Unix)::Apache/2.0.53 (Fedora) [w/ PHP/4.3.11]\nHTM:HTM:200:200:403:501:403:HTM:HTM:400:400:400:404:403:403:200:405:405:403:404:Apache/2.0 (Unix)::Apache/2.0.54 (Fedora)\n+++:XML:200:200:200:501:200:XML:XML:400:400:400:404:405:405:200:405:405:200:+++:Apache/2.0 (Unix)::Apache/2.0.54 (Debian GNU/Linux) DAV/2 mod_python/3.1.3 Python/2.3.5 PHP/4.3.10-18 mod_perl/1.999.21 Perl/v5.8.4\nHTM:HTM:200:200:200:501:200:HTM:HTM:400:400:400:302:405:405:302:405:501:200:404:Apache/2.0 (Unix)::Apache/2.0.55 (Unix) PHP/4.4.2\nHTM:HTM:500:200:403:501:403:HTM:HTM:400:400:400:404:500:500:200:500:500:403:404:Apache/2.0 (Unix)::Apache/2.0.54 (Debian GNU/Linux) mod_jk/1.2.18\nXML:XML:404:200:200:200:200:XML:XML:400:400:400:404:404:404:200:404:404:200:403:Apache/2.0 (Unix)::Apache/2.0.59 (FreeBSD) mod_ssl/2.0.59 OpenSSL/0.9.7e-p1 PHP/4.4.7 with Suhosin-Patch mod_fastcgi/2.4.2 proxy_html/2.5\n# Apache/2.0.55 (Unix) PHP/4.4.0\n# Apache/2.0.59 (Unix)\nHTM:HTM:200:200:403:501:403:HTM:HTM:400:400:400:404:405:405:200:405:501:403:404:Apache/2.0 (Unix):Apache/2\\.0\\.5[5-9] \\(Unix\\):Apache/2.0.55-2.0.59 (Unix)\n# Apache/2.0.50 (Fedora)\n# Apache/2.0.51 (Fedora)\nHTM:HTM:200:200:200:501:200:HTM:HTM:400:400:400:302:302:302:200:405:405:200:302:Apache/2.0 (Unix):Apache/2\\.0\\.5[01] \\(Fedora\\):Apache/2.0.50-2.0.51 (Red Hat)\nHTM:HTM:200:200:200:501:200:HTM:xxx:400:400:400:404:405:405:200:405:405:200:404:Apache/2.0 (Unix)::Apache/2.0.46 (Red Hat)\nHTM:HTM:200:200:200:501:200:XML:HTM:400:400:400:302:403:403:200:405:405:200:403:Apache/2.0 (Unix)::Apache/2.0.59 (Unix) mod_ssl/2.0.59 OpenSSL/0.9.8f-dev DAV/2 mod_ruby/1.2.6 Ruby/1.8.6(2007-03-13) mod_python/3.3.1 Python/2.5 PHP/5.2.2 mod_perl/2.0.3 Perl/v5.8.8\nHTM:HTM:200:200:200:501:200:HTM:HTM:400:400:400:404:404:404:200:404:404:200:404:Apache/2.2 (Unix)::Apache/2.2.13 (Unix) mod_ssl/2.2.13 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.10\nHTM:HTM:200:505:505:505:200:HTM:HTM:400:400:400:400:405:405:200:405:405:200:404:Apache/2.2 (Unix)::Apache/2.2.0 (Fedora)\nHTM:HTM:200:200:200:501:200:HTM:HTM:400:400:400:200:200:200:200:200:200:200:403:Apache/2.2 (Unix)::Apache/2.2.3 (FreeBSD)\nHTM:HTM:400:200:200:501:200:HTM:HTM:400:400:400:404:405:405:200:405:501:200:403:Apache/2.2 (Unix)::Apache/2.2.4 (Unix)\nHTM:HTM:200:200:200:501:200:HTM:HTM:400:400:400:404:403:403:200:405:501:200:403:Apache/2.2 (Unix)::Apache/2.2.3 (FreeBSD) mod_ssl/2.2.3 OpenSSL/0.9.7e-p1 PHP/4.4.4 with Suhosin-Patch\nHTM:HTM:404:404:404:404:404:HTM:HTM:400:400:400:404:405:405:404:405:501:404:404:Apache/2.2 (Unix)::Apache/2.2.3 (Unix) mod_ssl/2.2.3 OpenSSL/0.9.8a PHP/5.2.0 mod_perl/2.0.2 Perl/v5.8.8\n# Apache/2.0.49 (Unix) PHP/4.3.6 mod_perl/2.0.2 Perl/v5.8.6\n# Apache/2.0.55 (Unix) mod_ssl/2.0.55 OpenSSL/0.9.7e PHP/5.0.5\n# Apache/2.2.2 (Unix) mod_ssl/2.2.2 OpenSSL/0.9.7d PHP/4.4.2\n# Apache/2.2.3 (Debian) PHP/5.2.0-7 mod_perl/2.0.2 Perl/v5.8.8\n+++:xxx:200:200:200:200:200:xxx:xxx:400:400:400:404:405:405:200:405:501:200:+++:Apache/2.0 (Unix):Apache/2\\.(0\\.(49|5[0-5])|2\\.[0-3]) \\(Unix|Debian|[A-Za-z /]*Linux[A-Za-z /]*\\):Apache/2.0.49-2.2.2 (Unix)\n+++:HTM:200:200:200:403:200:HTM:HTM:400:400:400:404:403:403:200:403:403:---:+++:Apache/2.0 (Unix)::Apache/2.0.55 (FreeBSD) PHP/4.4.0\n+++:HTM:200:403:403:501:200:HTM:HTM:400:400:400:403:405:405:200:405:405:200:+++:Apache/2.0 (Unix)::Apache/2.0.51 (Fedora)\n+++:HTM:403:200:200:200:200:HTM:HTM:400:400:400:200:200:200:200:200:200:404:+++:Apache/2.0 (Unix)::Apache/2.0.52 (FreeBSD) PHP/4.3.10\n# Apache/2.0.51 (Fedora)\n# Apache/2.0.52 (Red Hat)\nHTM:HTM:200:200:200:501:200:HTM:HTM:400:400:400:302:405:405:200:405:405:302:302:Apache/2.0 (Unix):Apache/2\\.0\\.5[12]:Apache/2.0.51-2.0.52 (Linux)\nHTM:HTM:200:200:200:200:200:HTM:HTM:400:400:400:200:405:405:200:405:501:200:404:Apache/2.0 (Unix)::Apache/2.0.59 (Unix) PHP/5.1.6\n+++:XML:200:200:200:200:200:XML:XML:400:400:400:200:405:405:200:405:405:200:+++:Apache/2.0 (Unix)::Apache/2.0.54 (Fedora)\nHTM:HTM:200:200:200:200:200:HTM:HTM:400:400:400:302:405:302:302:302:302:200:404:Apache/2.0 (Unix)::Apache/2.0.55 (Unix) mod_ssl/2.0.55 OpenSSL/0.9.7e PHP/4.4.1\n+++:HTM:200:200:200:403:200:XML:HTM:400:400:400:404:403:403:200:403:403:200:+++:Apache/2.0 (Unix)::Apache/2.0.54 (Linux/SUSE)\n+++:HTM:200:200:200:200:200:HTM:HTM:200:200:400:200:200:200:200:200:200:200:+++:Apache/2.0 (Unix)::Apache/2.0.55 (Unix) PHP/5.1.2\nHTM:HTM:200:200:200:200:200:HTM:HTM:400:200:400:200:200:200:200:200:200:200:200:Apache/2.0 (Unix)::Apache/2.0.51 (Fedora)\nHTM:HTM:200:200:302:302:302:HTM:HTM:400:400:400:404:405:405:200:405:405:302:302:Apache/2.0 (Unix)::Apache/2.0.52 (CentOS)\n# Apache/2.0.53 (Debian GNU/Linux)\n# Apache/2.0.55 (Debian) PHP/5.1.4-0.1 mod_perl/2.0.2 Perl/v5.8.8\n+++:---:200:200:200:501:200:HTM:---:400:400:400:404:405:405:200:405:501:200:+++:Apache/2.0 (Unix):Apache/2\\.0\\.5[35] \\(Debian[A-Za-z /]*\\):Apache/2.0.53-55 (Debian GNU/Linux)\n# Apache/2.0.54 (Fedora)\n# Apache/2.0.54 (Debian GNU/Linux) PHP/4.3.10-18 mod_ssl/2.0.54 OpenSSL/0.9.7e\n+++:HTM:404:200:200:200:200:HTM:HTM:400:400:400:404:404:404:200:404:404:200:+++:Apache/2.0 (Unix):Apache/2\\.0\\.54 \\(Fedora|[A-Za-z /]*Linux\\):Apache/2.0.54 (Linux)\n# Two more precise\n# Apache/2.0.55 (Ubuntu) PHP/5.1.6 mod_ssl/2.0.55 OpenSSL/0.9.8b [w/ PHP/5.1.6]\n# Apache/2.2.3 (CentOS)\nHTM:HTM:404:200:200:200:200:HTM:HTM:400:400:400:404:404:404:200:404:404:200:404:Apache/2.0 (Unix) or Apache/2.2 (Unix)::Apache/2\\.[02]\\.[0-9]+ \\((Ubuntu|CentOS)\\)\nHTM:HTM:404:200:200:200:200:HTM:HTM:400:400:400:404:404:404:200:404:404:200:403:Apache/2.2 (Unix)::Apache/2.2.0 (FreeBSD) mod_ssl/2.2.0 OpenSSL/0.9.7e-p1 PHP/5.1.5\n#\nHTM:HTM:200:500:500:501:200:HTM:HTM:400:400:400:500:403:403:200:405:501:200:404:Apache/2.0 (Unix)::Apache/2.0.48 (Unix) PHP/4.3.4 FrontPage/5.0.2.2634\nHTM:HTM:200:200:302:302:302:HTM:HTM:400:400:400:200:403:403:200:200:200:302:404:Apache/2.0 (Unix)::Apache/2.0.54 (Unix) [w/ PHP/5.1.1]\nHTM:HTM:200:503:503:501:200:HTM:HTM:400:400:400:503:405:405:200:405:405:200:404:Apache/2.0 (Unix)::Apache/2.0.54 (Unix) PHP/4.4.7 mod_ssl/2.0.54 OpenSSL/0.9.7e mod_fastcgi/2.4.2 DAV/2 SVN/1.4.2\nXML:XML:200:200:200:501:200:XML:XML:400:400:400:200:200:200:200:200:501:200:200:Apache/2.0 (Unix)::Apache/2.0.54 (Linux/SUSE)\n# Apache/2.0.55 (Unix) PHP/5.2.1 FrontPage/5.0.2.2635 mod_ssl/2.0.55 OpenSSL/0.9.7e-p1\n# Apache/2.0.59 (Unix) PHP/5.2.1 FrontPage/5.0.2.2635 mod_ssl/2.0.59 OpenSSL/0.9.7e-p1\nHTM:HTM:200:200:200:501:200:HTM:HTM:400:400:400:404:403:403:200:405:501:404:404:Apache/2.0 (Unix):Apache/2\\.0\\.5[5-9]:Apache/2.0.55-2.0.59 (Unix)\nXML:XML:200:200:200:200:200:XML:XML:400:400:400:302:405:405:200:405:501:200:404:Apache/2.0 (Unix)::Apache/2.0.55 (Unix) mod_ssl/2.0.55 OpenSSL/0.9.7a PHP/5.1.2\n# Apache/2.0.52 (CentOS)\n# Apache/2.0.51 (Fedora)\n+++:xxx:200:200:200:501:200:HTM:xxx:400:400:400:404:405:405:200:405:501:200:+++:Apache/2.2 (Unix)::Apache/2.2.0 (Unix) PHP/5.1.6\n# Apache/2.0.40 (Red Hat Linux)\n# Apache/2.0.58 (Unix)\n# Apache/2.2.2 (Fedora)\n# Apache/2.2.13 (Linux/SUSE)\nHTM:HTM:200:200:200:501:200:XML:HTM:400:400:400:404:405:405:200:405:405:200:404:Apache/2.0 (Unix) or Apache/2.2 (Unix):Apache/2\\.(0\\.[45][0-9]|2\\.([0-9][^0-9]|1[0-3])):Apache/2.0.40-2.2.13 (Unix)\n#\nHTM:HTM:200:200:200:501:200:HTM:HTM:400:302:400:404:405:405:200:405:405:200:404:Apache/2.0 (Unix)::Apache/2.0.46 (Red Hat)\nHTM:HTM:200:200:301:301:301:HTM:HTM:400:400:400:404:405:405:200:405:405:301:301:Apache/2.0 (Unix)::Apache/2.0.46 (Red Hat)\nHTM:HTM:200:200:200:500:200:HTM:HTM:400:400:400:404:405:405:200:405:501:302:404:Apache/2.0 (Unix)::Apache/2.0.43 (Unix) mod_ssl/2.0.43 OpenSSL/0.9.6g mod_jk/1.2.0\n# Apache/2.0.52 (CentOS)\n# Apache/2.0.54 (Fedora)\n# Apache/2.0.52 (Scientific Linux)\n# Apache/2.2.3 (Scientific Linux)\n# Apache/2.2.15 (Scientific Linux)\n# Apache/2.4.6 (CentOS)\n# Apache/2.4.6 (Red Hat)\n# Apache/2.4.6 (Scientific Linux)\n# Apache/2.4.10 (Fedora)\n# Apache/2.4.17 (Fedora)\nHTM:HTM:200:403:403:501:403:HTM:HTM:400:400:400:404:405:405:200:405:405:403:404:Apache/2.0, 2.2, or 2.4:Apache/2\\.(0\\.5[2-4] \\(CentOS|Fedora\\)||(0\\.52|2\\.(3|15)|4\\.(6|10|17)) \\(Scientific Linux\\)):Apache/2.0.52-2.4.17 on CentOS / Oracle Linux / Red Hat / Scientific Linux\nHTM:HTM:200:200:200:501:200:XML:HTM:400:400:400:302:405:405:403:405:405:200:403:Apache/2.0 (Unix)::Apache/2.0.59 (Unix) mod_ssl/2.0.59 OpenSSL/0.9.8f-dev DAV/2 mod_ruby/1.2.6 Ruby/1.8.6(2007-03-13) mod_python/3.3.1 Python/2.5 PHP/5.2.2 mod_perl/2.0.3 Perl/v5.8.8\n# Apache/2.0.52 (Red Hat)\n# Apache/2.0.53 (Fedora)\n# Apache/2.2.3 (Debian) DAV/2 SVN/1.4.2 PHP/5.2.2 mod_ssl/2.2.3 OpenSSL/0.9.8c\nHTM:HTM:200:200:200:501:200:HTM:HTM:400:400:400:200:405:405:200:405:405:200:200:Apache/2.0 (Unix) or Apache/2.2 (Unix):Apache/2\\.(0\\.5[2-9]|2.[0-3]):Apache/2.0.52-2.2.3 (Linux)\nHTM:HTM:200:200:302:302:302:HTM:HTM:400:400:400:404:403:403:200:405:405:302:302:Apache/2.0 (Unix)::Apache/2.0.52 (BlueQuartz)\n+++:HTM:200:200:200:405:200:HTM:HTM:400:400:400:200:405:405:200:405:405:200:+++:Apache/2.0 (Unix)::Apache/2.0.54 (Debian GNU/Linux) DAV/2 mod_python/3.1.3 Python/2.3.5 PHP/4.4.4-0.dotdeb.1 mod_ssl/2.0.54 OpenSSL/0.9.7e mod_perl/1.999.21 Perl/v5.8.4\nHTM:HTM:200:503:503:501:200:HTM:HTM:400:400:400:503:VER:VER:200:VER:VER:200:404:Apache/2.0 (Unix)::Apache/2.0.54 (Unix) PHP/4.4.7 mod_ssl/2.0.54 OpenSSL/0.9.7e mod_fastcgi/2.4.2 DAV/2 SVN/1.4.2\nHTM:HTM:200:200:200:501:200:XML:HTM:400:400:400:200:200:200:200:200:200:200:404:Apache/2.0 (Unix)::Apache/2.0.54 (Linux/SUSE) [w/ PHP/4.4.0]\nHTM:HTM:200:200:200:200:200:HTM:HTM:400:400:400:404:405:405:200:405:405:400:404:Apache/2.0 (Unix)::Apache/2.0.52 (Red Hat)\n302:302:200:200:VER:VER:302:302:302:400:400:400:404:405:405:200:405:405:302:302:Apache/2.0 (Unix)::Apache/2.0.55 (Red Hat)\n# Apache/2.2.2 (Fedora)\n# Apache/2.2.3 (Fedora)\n+++:HTM:406:406:406:406:406:HTM:HTM:400:400:400:406:405:405:200:405:405:406:+++:Apache/2.2 (Unix):Apache/2\\.2\\.[23] \\(Fedora\\):Apache/2.2.2-3 (Fedora)\nHTM:HTM:200:200:200:200:200:HTM:HTM:400:403:400:404:405:405:200:405:501:200:403:Apache/2.2 (Unix)::Apache/2.2.4 (FreeBSD) mod_ssl/2.2.4 OpenSSL/0.9.7e-p1\nHTM:HTM:200:200:302:302:302:HTM:HTM:400:400:400:404:405:405:200:405:501:302:302:Apache/2.2 (Unix)::Apache/2.2.0 (Unix)\n# Apache/2.0.52 (Red Hat)\n# Apache/2.0.54 (Fedora)\n# Apache/2.2.2 (Fedora)\n# Apache/2.2.2 (Fedora) PHP/5.1.4 mod_ssl/2.2.2 OpenSSL/0.9.8a DAV/2\n# Apache/2.2.3 (Debian)\n# Apache/2.2.3 (FreeBSD) mod_ssl/2.2.3 OpenSSL/0.9.7e-p1 DAV/2 PHP/5.1.5\n+++:XML:200:200:200:501:200:HTM:XML:400:400:400:404:405:405:200:405:405:200:+++:Apache/2.0 (Unix) or Apache/2.2 (Unix):Apache/2\\.(0\\.5[0-9]|2\\.[0-3]) \\(Unix|Red Hat|Fedora|Debian|FreeBSD\\):Apache/2.0.52-2.2.3 (Unix)\n# More precise\nXML:XML:200:200:200:501:200:HTM:XML:400:400:400:404:405:405:200:405:405:200:404:Apache/2.2 (Unix)::Apache/2.0.51 (Fedora)\n#\n+++:HTM:200:200:200:200:200:HTM:HTM:400:400:400:301:301:301:200:301:301:200:+++:Apache/2.2 (Unix)::Apache/2.2.3 (Debian)\n+++:XML:200:200:200:405:200:xxx:XML:400:400:400:404:405:405:403:405:501:200:+++:Apache/2.2 (Unix)::Apache/2.2.3 (Debian)\n+++:HTM:200:200:200:501:200:HTM:HTM:400:400:400:404:403:404:200:404:405:200:+++:Apache/2.2 (Unix)::Apache/2.2.2 (Fedora) [w/ PHP/5.1.6]\n+++:HTM:200:200:200:501:200:XML:---:400:400:400:404:405:405:200:405:405:200:+++:Apache/2.2 (Unix)::Apache/2.2.3 (Mandriva Linux/PREFORK-1mdv2007.0)\n+++:---:200:200:200:501:200:XML:---:400:400:400:404:405:405:200:405:501:200:+++:Apache/2.2 (Unix)::Apache/2.2.3 (Unix) PHP/4.4.4 mod_ssl/2.2.3 OpenSSL/0.9.7e-p1\nHTM:HTM:404:200:200:501:200:HTM:HTM:400:400:400:404:404:404:200:404:404:200:404:Apache/2.2 (Unix)::Apache/2.2.3 (Debian) DAV/2 SVN/1.4.2 PHP/4.4.4-8+etch3 mod_ssl/2.2.3 OpenSSL/0.9.8c mod_apreq2-20051231/2.6.0 mod_perl/2.0.2 Perl/v5.8.8\nHTM:HTM:200:200:200:501:200:HTM:HTM:200:200:400:404:405:405:200:405:501:200:200:Apache/2.2 (Unix)::Apache/2.2.4 (Unix) FrontPage/5.0.2.2635 [w/ PHP/4.4.7]\nXML:XML:200:200:200:200:200:HTM:HTM:400:400:400:404:404:404:200:404:404:404:404:Apache/2.2 (Unix)::Apache/2.2.3 (Debian) PHP/4.4.4-8+etch3 mod_ssl/2.2.3 OpenSSL/0.9.8c\n# Apache/2.0.54 (Fedora)\n# Apache/2.2.2 (Unix) DAV/2 PHP/4.4.2 mod_jk/1.2.20\nHTM:HTM:200:200:200:200:200:HTM:HTM:400:400:400:302:405:405:200:405:405:200:302:Apache/2.0 (Unix) or Apache/2.2 (Unix):Apache/2\\.(0\\.5[4-9]|2\\.[0-2]):Apache/2.0.54-2.2.2 (Unix)\nHTM:HTM:200:200:301:403:301:HTM:HTM:400:400:400:302:403:403:200:403:403:301:302:Apache/2.0 (Unix)::Apache/2.0.52 (CentOS)\nHTM:HTM:200:200:200:501:200:HTM:HTM:400:400:400:403:405:405:200:405:405:200:403:Apache/2.2 (Unix)::Apache/2.2.4 (Unix) mod_ssl/2.2.4 OpenSSL/0.9.7d DAV/2 PHP/5.2.2 SVN/1.4.3\nHTM:HTM:200:200:200:501:200:HTM:HTM:400:400:400:200:200:200:200:200:200:200:408:Apache/2.2 (Unix)::Apache/2.2.3 (FreeBSD)\nHTM:HTM:200:200:403:501:403:HTM:HTM:400:400:400:200:405:405:200:405:501:403:200:Apache/2.2 (Unix)::Apache/2.2.3\nHTM:HTM:200:200:404:501:404:HTM:HTM:400:400:400:404:405:405:200:405:501:404:404:Apache/2.2 (Unix)::Apache/2.2.3 (Debian) mod_ssl/2.2.3 OpenSSL/0.9.8c mod_perl/2.0.2 Perl/v5.8.8\n#\n+++:HTM:403:200:200:501:200:HTM:HTM:200:400:400:302:405:405:200:405:501:200:+++:Apache/2.0 (Win32)::Apache/2.0.59 (Win32) PHP/4.3.4\nHTM:HTM:403:200:404:404:404:HTM:HTM:404:400:400:200:405:405:200:405:501:400:200:Apache/2.0 (Win32)::Apache/2.0.52 (Win32)\n# Apache/2.0.54 (Win32) DAV/2 mod_ssl/2.0.54 OpenSSL/0.9.7g PHP/5.0.4 SVN/1.2.3\n# Apache/2.2.3 (Win32) DAV/2 mod_ssl/2.2.3 OpenSSL/0.9.8d mod_autoindex_color PHP/5.2.0 mod_perl/2.0.2 Perl/v5.8.8\n# Apache/2.2.3 (Win32) DAV/2 mod_ssl/2.2.3 OpenSSL/0.9.8d mod_autoindex_color PHP/5.1.6 mod_perl/2.0.2 Perl/v5.8.8\n+++:HTM:403:200:200:501:200:XML:HTM:200:400:400:404:405:405:200:405:405:200:+++:Apache/2.0 (Win32) or Apache/2.2 (Win32):Apache/2\\.(0\\.5[4-9]|2\\.[0-3]) \\(Win32\\) DAV/2:Apache/2.0.54-2.2.3 (Win32) DAV/2 mod_ssl/2 OpenSSL mod_autoindex_color PHP/5\nHTM:HTM:403:200:200:500:200:HTM:HTM:200:400:400:404:405:405:200:405:501:200:404:Apache/2.0 (Win32)::Apache/2.0.53 (Win32) mod_ssl/2.0.52 OpenSSL/0.9.7e mod_jk/1.2.8\nHTM:HTM:200:200:200:501:200:HTM:HTM:200:400:400:200:405:405:200:405:501:200:200:Apache/2.0 (Win32)::IBM_HTTP_Server/6.0.2.15 Apache/2.0.47 (Win32)\n# XAMPP v1.7.3 -- Apache/2.2.14 (Win32) DAV/2 mod_ssl/2.2.14 OpenSSL/0.9.8l mod_autoindex_color PHP/5.3.1 mod_apreq2-20090110/2.7.1 mod_perl/2.0.4 Perl/v5.10.1\n---:---:200:200:200:200:200:---:---:200:400:400:404:405:405:200:405:405:200:404:Apache 2.2 (Win32):Apache/2\\.2\\.14 \\(Win32\\) DAV/2:Apache/2.2 (Win32) DAV/2 mod_ssl/2.2 OpenSSL/0.9.8 mod_autoindex_color PHP/5.3\n# Apache/2.0.55 (Win32) mod_ssl/2.0.55 OpenSSL/0.9.8a PHP/4.4.1\n# Apache/2.2.2 (Win32) [w/ PHP/5.1.4]\n# Apache/2.2.4 (Win32) PHP/4.4.4\n+++:---:403:200:200:200:200:---:---:200:400:400:404:405:405:200:405:501:200:+++:Apache/2.0 (Win32) or Apache/2.2 (Win32):Apache/2\\.(0\\.5[5-9]|2\\.[0-4]) \\(Win32\\) .*PHP/[45]:Apache/2.0.55-2.2.4 (Win32) w/ PHP/4 or PHP/5\n---:---:403:200:200:200:200:---:---:200:400:400:404:405:405:200:405:501:200:404:::Apache/2.0.54 (Win32) PHP/5.0.4\n# Apache/2.0.47 (Win32) mod_ssl/2.0.47 OpenSSL/0.9.7b DAV/2\n# Apache/2.0.48 (Win32) mod_ssl/2.0.48 OpenSSL/0.9.7c PHP/4.3.5 DAV/2\n# Apache/2.0.50 (Win32) PHP/4.3.11 DAV/2\n# Apache/2.0.54 (Win32) SVN/1.4.2 DAV/2 PHP/5.1.4 mod_perl/2.0.2 Perl/v5.8.8\n# Apache/2.0.55 (Win32) DAV/2 PHP/5.1.0 mod_python/3.2.8 Python/2.4.2 SVN/1.3.0\n+++:HTM:403:200:200:501:200:HTM:HTM:200:400:400:404:405:405:200:405:405:200:+++:Apache/2.0 (Win32):Apache/2\\.0\\.(4[7-9]|5[0-5]) \\(Win32\\):Apache/2.0.47-55 (Win32)\n+++:---:200:200:200:200:200:---:---:400:400:400:404:405:405:200:405:405:200:+++:Apache/2.0 (Win32):Apache/2\\.0\\.5[12] \\(Fedora|CentOS|[A-Za-z /]*Linux\\):Apache/2.0.51-52 (Linux)\n# Apache/2.2.3 (CentOS)\n# Apache/2.2.0 (Fedora)\n---:---:200:200:200:200:200:---:---:400:400:400:404:405:405:200:405:405:200:404:Apache/2.2 (Unix):Apache/2\\.2\\.[0-3] \\(CentOS|Fedora\\):Apache/2.2.0-2.2.3 (Red Hat Linux)\n# Conflicting => raw signature\n---:---:200:302:302:302:302:---:---:400:400:400:404:405:405:200:405:405:302:404:Apache/2.0 (Unix)::Apache/2.0.52\n+++:---:403:200:200:501:200:HTM:---:200:400:400:404:405:405:200:405:501:200:+++:Apache/2.0 (Win32)::Apache/2.0.59 (Win32)\n+++:XML:403:200:200:200:200:XML:XML:200:400:400:404:405:405:200:405:501:200:+++:Apache/2.0 (Unix)::Apache/2.0.55 (Win32) PHP/5.1.2\n# More precise & conflicting\n# Apache/2.0.55 (Win32) PHP/4.3.10\n# Apache/2.2.6 (Win32) PHP/5.2.5\nXML:XML:403:200:200:200:200:XML:XML:200:400:400:404:405:405:200:405:501:200:404:Apache/2.0 (Win32) or Apache/2.2 (Win32):^Apache/2\\.[02]\\.[0-9]+ \\(Win32\\):Apache/2.0-2.2 (Win32) w/ PHP\n# Apache/2.0.54 (Win32) DAV/2 PHP/4.3.11\n# Apache/2.0.54 (Win32) DAV/2 SVN/1.2.3 mod_fastcgi/2.4.2\n# Apache/2.0.55 (Win32) PHP/5.1.0 SVN/1.4.2 DAV/2\n+++:HTM:403:200:200:200:200:HTM:HTM:200:400:400:404:405:405:200:405:405:200:+++:Apache/2.0 (Win32):Apache/2\\.0\\.5[45] \\(Win32\\) .*DAV/2:Apache/2.0.54-55 (Win32) DAV/2\n# More precise:\n# Apache/2.2.0 (Win32) DAV/2 mod_ssl/2.2.0 OpenSSL/0.9.8a mod_autoindex_color PHP/5.1.1\n# Apache/2.2.2 (Win32) DAV/2 mod_ssl/2.2.2 OpenSSL/0.9.8b mod_autoindex_color PHP/5.1.4\n# Apache/2.2.6 (Win32) DAV/2 mod_ssl/2.2.6 OpenSSL/0.9.8e mod_autoindex_color PHP/5.2.4\nHTM:HTM:403:200:200:200:200:HTM:HTM:200:400:400:404:405:405:200:405:405:200:404:Apache/2.2 (Win32):^Apache/2\\.2\\.[0-6] \\(Win32\\) DAV/2 mod_ssl/2\\.2\\.[0-6] OpenSSL/0\\.9\\.8[a-e] mod_autoindex_color PHP/5\\.[12]\\.[14]:Apache/2.2.0-2.2.6 (Win32) DAV/2 mod_ssl/2.2 OpenSSL/0.9.8 mod_autoindex_color PHP/5\nHTM:HTM:403:200:200:501:200:XML:HTM:200:400:400:404:405:405:200:405:501:200:404:Apache/2.0 (Win32)::Apache/2.0.45 (Win32) PHP/4.3.1\nHTM:HTM:403:200:200:501:200:XML:HTM:200:302:400:302:405:405:200:405:501:200:302:Apache/2.0 (Win32)::Apache/2.0.48 (Win32) mod_perl/1.99_10 Perl/v5.8.0 mod_ssl/2.0.48 OpenSSL/0.9.7c PHP/4.3.4\n# Apache/2.2.4 (Win32) DAV/2 SVN/1.4.4\n# Apache/2.0.54 (Win32) mod_jk/1.2.14 SVN/0.35.1 DAV/2\nHTM:HTM:403:200:200:501:200:HTM:HTM:200:400:400:404:405:405:200:405:405:200:404:Apache/2.0 (Win32) or Apache/2.2 (Win32):Apache/2\\.(0\\.5[4-9]|2\\.[0-4]) \\(Win32\\) .*DAV/2:Apache/2.0.54-2.2.4 (Win32) DAV/2\nHTM:HTM:403:200:200:200:200:HTM:HTM:200:400:400:302:405:405:200:405:501:200:302:Apache/2.2 (Win32)::Apache/2.2.3 (Win32) mod_ssl/2.2.3 OpenSSL/0.9.8c mod_jk/1.2.18\n# Apache/2.2.8 (Win32) DAV/2 mod_ssl/2.2.8 OpenSSL/0.9.8g mod_autoindex_color PHP/5.2.5\n# Apache/2.2.9 (Win32) DAV/2 mod_ssl/2.2.9 OpenSSL/0.9.8i mod_autoindex_color PHP/5.2.6\n# Apache/2.2.10 (Win32) SVN/1.6.6 DAV/2\n# Apache/2.2.11 (Win32) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8i PHP/5.2.9\n# Apache/2.2.14 (Win32) SVN/1.6.6 DAV/2 mod_ssl/2.2.14 OpenSSL/0.9.8l mod_autoindex_color PHP/5.3.1 mod_apreq2-20090110/2.7.1 mod_perl/2.0.4 Perl/v5.10.1\nHTM:HTM:200:200:200:200:200:HTM:HTM:200:400:400:404:405:405:200:405:405:200:404:Apache/2.2 (Win32):^Apache/2\\.2\\.([89]|1[0-4]) \\(Win32\\) (SVN/1[0-9.]+ )?DAV/2:Apache/2.2.8-2.2.11 (Win32) DAV/2\nHTM:HTM:200:200:200:501:200:HTM:HTM:200:400:400:404:405:405:200:405:405:200:404:Apache/2.2 (Win32)::Apache/2.2.9 (Win32) SVN/1.5.2 DAV/2\nHTM:HTM:200:200:200:501:200:XML:HTM:200:400:400:404:405:405:200:405:501:200:404:Apache/2.2 (Win32)::Apache/2.2.9 (Win32)\n# Apache/2.2.8 (Win32) DAV/2 mod_ssl/2.2.8 OpenSSL/0.9.8g mod_autoindex_color PHP/5.2.5\n# Apache/2.2.9 (Win32) DAV/2 mod_ssl/2.2.9 OpenSSL/0.9.8i mod_autoindex_color PHP/5.2.6\n# Apache/2.2.11 (Win32) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8i PHP/5.2.9\n# Apache/2.2.12 (Win32) DAV/2 mod_ssl/2.2.12 OpenSSL/0.9.8k mod_autoindex_color PHP/5.3.0 mod_perl/2.0.4 Perl/v5.10.0\nHTM:HTM:200:200:200:501:200:XML:HTM:200:400:400:404:405:405:200:405:405:200:404:Apache/2.2 (Win32):^Apache/2\\.2\\.([89]|1[0-2]) \\(Win32\\) DAV/2 mod_ssl/2\\.2\\.([89]|1[0-2]) OpenSSL/0.9.8[g-k] (mod_autoindex_color )?PHP/5\\.(2\\.[5-9]|3\\.0):Apache/2.2.8-2.2.11 (Win32) DAV/2 mod_ssl/2.2.8-2.2.11 OpenSSL/0.9.8g-0.9.8i PHP/5.2.5-5.2.9\n# Apache/2.0.48 (Win32)\n# Apache/2.2.3 (Win32)\n+++:XML:403:200:200:501:200:HTM:XML:200:400:400:404:405:405:200:405:501:200:+++:Apache/2.0 (Win32) or Apache/2.2 (Win32):^Apache/2\\.(0\\.(4[89]|5[0-9])|2\\.[0-3]):Apache/2.0.48-2.2.3 (Win32)\n# Apache/2.2.11 (Win32) PHP/5.3.0\n# Apache/2.2.11 (Win32) PHP/5.2.9-2\n# WAMP (32 BITS & PHP 5.3) 2.2E, Apache/2.2.22 (Win32) PHP/5.3.13\nXML:XML:200:200:200:200:200:XML:XML:200:400:400:404:405:405:200:405:501:200:404:Apache/2.2 (Win32):^Apache/2\\.2\\.(11|2[12]) \\(Win32\\):Apache/2.2.11-2.2.22 (Win32) PHP/5\n# WAMP (32 BITS & PHP 5.3) 2.2D, Apache/2.2.21 (Win32) PHP/5.3.10\n# WAMP (32 BITS & PHP 5.4) 2.2E, Apache/2.2.22 (Win32) PHP/5.4.3\nHTM:HTM:200:403:403:403:403:HTM:HTM:403:400:400:403:403:403:200:403:403:403:403:Apache/2.2 (Win32):^Apache/2\\.2\\.2[12] \\(Win32\\):Apache/2.2.21 (Win32) PHP/5.3 or Apache/2.2.22 (Win32) PHP/5.4\n#\n400:400:501:200:200:200:400:400:400:400:501:200:404:501:501:501:501:501:404:400:::aProtect\n+++:200:400:200:200:200:404:404:404:404:400:200:404:400:400:400:400:400:+++:+++:ArGoSoft/1.8::ArGoSoft Mail Server Pro for WinNT/2000/XP, Version 1.8 (1.8.4.7)\n# Conflicting\n# ArGoSoft Mail Server Pro for WinNT/2000/XP, Version 1.8 (1.8.9.3)\n# ArGoSoft Mail Server Pro for WinNT/2000/XP, Version 1.8 (1.8.9.5)\n200:200:400:200:200:200:404:404:404:404:400:200:404:400:400:400:400:400:404:404:ArGoSoft/1.8:ArGoSoft Mail Server Pro for WinNT/2000/XP, Version 1\\.8 \\(1\\.8\\.9\\.[3-5]\\):ArGoSoft Mail Server Pro for WinNT/2000/XP, Version 1.8 (1.8.9.3-1.8.9.5)\n#\n---:---:403:503:---:---:---:---:---:---:403:503:---:403:403:---:---:---:400:503:BearShare::BearShare Pro 5.2.4.1\n# Cougar 4.1.0.3860\n# Cougar 4.1.0.3930\n400:400:400:500:500:500:500:400:500:500:400:500:400:400:400:400:400:400:500:500:::Cougar 4.1.0\n400:400:200:200:400:505:400:400:456:200:501:400:200:501:501:501:501:501:200:200:::Cougar/9.01.01.3862\n+++:---:200:200:200:200:---:---:---:---:---:200:404:404:404:---:---:---:---:+++:::CommuniGatePro/4.1.8\n---:---:---:---:---:200:---:---:---:---:---:200:404:404:404:---:---:404:404:---:::CommuniGatePro/5.2.16 _trial_\n401:401:501:401:401:501:501:501:501:401:501:401:---:501:501:501:501:501:404:404:DLink:^$:DLink DI-714P+ DSL router\n200:404:501:200:200:200:200:200:200:200:200:200:404:501:501:501:501:501:200:---:DLink:Micro-Web:Micro-Web [DLink DI-714P+ DSL router]\n200:---:500:200:200:200:---:---:---:500:500:200:500:500:500:500:500:500:500:500:^$::DVRWebServer\nHTM:xxx:501:HTM:HTM:501:501:501:501:404:400:200:400:501:501:501:501:501:400:HTM:::Embedded HTTP Server. [Linksys RVL200 SSL VPN]\nHTM:HTM:400:400:400:200:400:400:400:400:400:400:404:405:405:405:501:501:200:404:jetty/6::Jetty(6.1.5)\nHTM:HTM:400:400:400:200:400:400:400:400:400:400:404:405:405:403:501:501:200:404:jetty/6::Jetty(6.1.6)\nHTM:HTM:404:400:400:200:400:400:400:400:400:400:404:405:405:403:501:501:404:404:::Jetty(6.1.16)\nHTM:HTM:400:400:400:200:400:400:400:400:400:400:200:200:200:200:200:200:200:200:::Jetty(6.1.x)\nHTM:HTM:400:400:400:200:400:400:400:400:400:400:404:405:405:403:501:501:404:404:^$::Jetty [bundled w/ OpenFire]\nHTM:HTM:200:400:400:200:400:400:400:400:400:400:404:405:405:405:501:501:404:404:::Jetty(7.x.y-SNAPSHOT)\n# Jetty 7.6.10.v20130312\nHTM:HTM:404:400:400:200:400:400:400:500:400:400:404:404:404:404:404:404:400:404:::Jetty 7.6\n#\n200:200:501:200:200:200:501:501:501:403:403:200:501:501:501:501:501:501:400:400:::GeoHttpServer\n+++:401:400:401:401:400:401:400:400:302:500:401:---:400:400:400:400:400:401:+++:::GoAhead-Webs\nHTM:HTM:406:406:400:501:200:HTM:HTM:400:400:400:406:406:406:200:406:406:200:404:::GWS/1.0\n200:200:501:505:505:501:200:---:---:400:501:200:HTM:501:501:501:501:501:400:---::^$:Handlink WG-601 wireless PnP subscriber gateway\n#\n200:200:400:VER:VER:400:200:400:200:400:400:400:403:501:501:501:501:501:400:404:thttpd+haproxy:^thttpd:thttpd/2.25nb thru haproxy\n200:200:200:200:200:400:200:400:200:400:400:400:404:405:405:405:405:501:200:404:apache+haproxy:^Apache:Apache/2.2 thru haproxy\n#\nHTM:HTM:HTM:200:200:HTM:HTM:HTM:HTM:404:HTM:200:404:HTM:HTM:HTM:HTM:HTM:HTM:HTM:::LANCOM 821+ (Annex B) 6.32.0021 / 28.03.2007\n---:---:---:200:200:200:---:---:---:200:---:200:404:404:404:404:404:404:200:404:::LANDesk Management Agent/1.0\n400:400:200:400:400:501:400:400:400:200:404:400:411:200:200:501:200:501:200:500:::lighttpd/1.4.10\n400:400:200:505:400:501:400:400:400:302:302:400:411:200:200:501:200:501:302:302:::lighttpd/1.4.13 [w/ PHP/5.2.0-8+etch4]\n400:400:200:505:400:501:400:400:400:200:404:400:411:200:200:501:200:501:200:200:::lighttpd/1.4.15\n400:400:200:505:400:501:400:400:400:404:404:400:411:404:404:501:404:501:404:404:::lighttpd/1.4.15 [w/ PHP/5.2.3]\n# Samsung Galaxy S2 - UPnP?\n400:400:400:400:400:400:400:400:400:400:VER:400:400:400:400:400:400:400:400:400:::Linux/2.6.35.7-I9100XWKJ2-CL676699 DoaHTTP\n200:200:501:200:400:501:200:---:---:403:403:200:400:501:501:501:501:501:400:200:::Linux/2.4.19-rmk4, UPnP/1.0, Intel SDK for UPnP devices /1.2\n# Archos 70\n200:200:501:200:400:501:200:---:---:---:---:---:400:501:501:501:501:501:400:200:::Linux/2.6.29-omap1, UPnP/1.0, Portable SDK for UPnP devices/1.6.6\n# Raw signature\n404:400:400:404:404:404:404:400:400:400:400:404:404:501:501:501:501:501:404:404:::LINUX/2.4 UPnP/1.0 BRCM400/1.0\nHTM:HTM:404:VER:VER:HTM:200:HTM:HTM:404:404:200:404:HTM:HTM:404:HTM:HTM:200:404:::Mbedthis-AppWeb/2.0.4\nHTM:HTM:404:VER:VER:HTM:200:HTM:HTM:200:301:200:404:400:404:HTM:HTM:HTM:200:404:Mbedthis-AppWeb/2:^Mbedthis-App[wW]eb/2\\.[24]\\.[20]:Mbedthis-AppWeb/2.2.2-2.4.0\nHTM:HTM:404:VER:VER:HTM:200:HTM:HTM:404:404:200:400:400:404:404:HTM:HTM:200:404:::Mbedthis-AppWeb/2.1.0 [might be Psiphon/1.6]\n# Embedthis Appweb 4.0.0 on Windows (Embedthis-http/4.0.0)\n406:406:---:406:406:200:---:---:---:---:---:200:404:405:405:406:405:405:200:404:::Embedthis-http/4.0.0\n+++:---:501:401:401:401:---:---:---:400:501:401:---:501:501:501:501:501:400:+++:::micro_httpd\n400:HTM:503:200:400:503:200:400:400:400:400:200:501:501:503:503:503:503:404:404:mikrotik:^$:mikrotik routeros 4.10\n#\nHTM:HTM:200:200:HTM:400:400:400:400:400:400:400:405:403:403:200:501:501:404:404:::Microsoft-IIS/4.0\n404:404:200:200:404:404:400:400:400:400:400:404:405:403:403:200:501:501:404:404:::Microsoft-IIS/4.0\nHTM:HTM:200:200:HTM:400:400:400:400:400:400:400:405:404:404:404:404:404:404:404:::Microsoft-IIS/5.0\nXML:XML:200:200:XML:400:400:400:400:400:400:400:405:403:403:404:400:411:404:404:::Microsoft-IIS/5.0\nHTM:HTM:403:200:200:200:200:HTM:HTM:400:400:400:411:411:403:403:400:411:200:414:::Microsoft-IIS/5.0 [thru proxy cache]\nHTM:HTM:400:400:400:400:400:400:400:400:400:400:405:403:403:200:400:400:200:414:::Microsoft-IIS/5.0\n200:200:404:200:200:400:400:400:400:400:400:400:405:404:404:200:404:404:200:414:::Microsoft-IIS/5.0\nHTM:HTM:200:200:HTM:400:400:400:400:400:400:400:405:404:404:200:404:404:200:414:::Microsoft-IIS/5.0\nHTM:HTM:200:200:HTM:400:400:400:400:400:400:400:405:403:404:404:404:404:404:404:::Microsoft-IIS/5.0\nHTM:HTM:200:200:HTM:400:400:400:400:400:400:400:405:403:403:404:400:411:200:414:::Microsoft-IIS/5.0\nHTM:HTM:200:200:HTM:400:400:400:400:400:400:400:302:302:302:302:302:302:200:302:::Microsoft-IIS/5.0\nHTM:HTM:200:200:HTM:400:400:400:400:400:400:400:405:403:403:200:403:403:200:414:::Microsoft-IIS/5.0\n200:200:200:200:200:400:400:400:400:400:400:400:405:200:200:200:200:200:200:200:::Microsoft-IIS/5.0\n404:404:200:200:404:400:400:400:400:400:400:404:405:411:404:200:400:411:404:404:::Microsoft-IIS/5.0\n200:200:200:200:200:400:400:400:400:400:400:302:405:403:403:200:404:411:200:414:::Microsoft-IIS/5.0\nHTM:HTM:400:HTM:HTM:HTM:404:400:400:400:400:200:405:403:403:200:400:411:200:414:::Microsoft-IIS/5.0\n302:302:200:200:302:400:400:400:400:400:400:400:405:403:403:200:400:411:302:414:::Microsoft-IIS/5.0\n500:500:200:200:500:400:400:400:400:400:400:400:405:403:403:200:400:411:500:414:::Microsoft-IIS/5.0\n403:403:200:200:403:400:400:400:400:400:400:400:405:403:403:200:400:411:403:500:::Microsoft-IIS/5.0 [w/ ASP.NET]\n401:401:404:401:401:400:400:400:400:400:400:400:405:403:403:404:400:411:401:414:::Microsoft-IIS/5.0 [w/ ASP.NET]\n#\n200:200:404:505:400:400:200:400:400:400:400:400:411:411:404:501:404:404:200:400:::Microsoft-IIS/6.0 [w/ ASP.NET]\n302:302:400:505:400:400:302:400:400:400:400:400:411:411:405:501:405:405:302:400:::Microsoft-IIS/6.0 [w/ ASP.NET 2.0.50727]\n302:302:200:505:400:400:302:400:400:400:400:400:411:411:501:501:501:501:302:400:::Microsoft-IIS/6.0\n500:500:200:505:400:400:500:400:400:400:400:400:411:411:501:501:501:501:500:400:::Microsoft-IIS/6.0\nHTM:HTM:200:505:400:400:401:400:400:400:400:400:411:411:501:501:501:501:401:400:::Microsoft-IIS/6.0\n200:200:503:505:400:400:200:400:400:400:400:400:411:411:501:501:501:501:200:400:::Microsoft-IIS/6.0 [w/ ASP.NET 2.0.50727]\nHTM:HTM:200:505:400:400:400:400:400:400:400:400:411:411:501:501:501:501:400:400:::Microsoft-IIS/6.0\nHTM:HTM:500:505:400:400:200:400:400:400:400:400:411:411:500:501:500:500:200:400:::Microsoft-IIS/6.0\nHTM:HTM:400:400:400:400:200:400:400:400:400:400:411:400:400:400:400:400:200:400:::Microsoft-IIS/6.0\nHTM:HTM:401:505:400:400:400:400:400:400:400:400:411:411:401:501:401:401:400:400:::Microsoft-IIS/6.0\n# Microsoft-HTTPAPI/2.0\n# Microsoft-IIS/6.0\nHTM:HTM:200:505:400:400:200:400:400:400:400:400:411:411:200:200:200:200:200:400::^(Microsoft-IIS/6\\.0|Microsoft-HTTPAPI/2\\.0)$:Microsoft-IIS/6.0 or Microsoft-HTTPAPI/2.0\nHTM:HTM:200:505:400:400:200:400:400:400:400:400:411:411:403:501:400:411:200:400:::Microsoft-IIS/6.0\n400:400:500:200:400:400:200:400:400:500:500:200:411:411:403:200:400:411:200:400:::Microsoft-IIS/6.0\n200:200:200:505:400:400:200:400:400:400:400:400:411:411:200:501:200:200:200:400:::Microsoft-IIS/6.0\n400:400:500:200:400:400:403:400:400:500:500:403:411:411:501:200:501:501:403:403:::Microsoft-IIS/6.0\n200:200:200:505:400:400:200:400:400:400:400:400:411:411:404:501:400:411:200:400:::Microsoft-IIS/6.0\n200:200:200:505:400:400:200:400:400:400:400:400:411:411:501:404:404:501:200:400:::Microsoft-IIS/6.0\n200:200:200:505:400:400:200:400:400:400:400:400:411:411:200:200:200:200:200:400:::Microsoft-IIS/6.0\n200:200:404:505:400:400:200:400:400:400:400:400:411:411:404:404:404:404:404:400:::Microsoft-IIS/6.0\nHTM:HTM:200:505:400:400:200:400:400:400:400:400:411:411:403:501:400:400:200:400:::Microsoft-IIS/6.0\n200:200:200:505:400:400:200:400:400:400:400:400:411:411:404:404:404:404:404:400:::Microsoft-IIS/6.0\n400:400:500:200:400:400:200:400:400:500:500:200:411:411:501:501:501:501:200:400:::Microsoft-IIS/6.0\nHTM:HTM:404:505:400:400:200:400:400:400:400:400:411:411:404:404:404:404:404:400:::Microsoft-IIS/6.0\n200:200:400:505:400:400:200:400:400:400:400:400:411:411:404:501:404:404:200:400:::Microsoft-IIS/6.0\n200:200:200:505:400:400:200:400:400:400:400:400:411:411:403:501:400:400:200:400:::Microsoft-IIS/6.0\nXML:XML:200:505:400:400:200:400:400:400:400:400:411:411:501:501:501:501:200:400:::Microsoft-IIS/6.0\nHTM:HTM:200:505:400:400:403:400:400:400:400:400:411:411:501:501:501:501:403:400:::Microsoft-IIS/6.0 [w/ ASP.NET 2.0.50727]\nHTM:HTM:200:505:400:400:400:400:400:400:400:400:411:411:403:501:403:403:400:400:::Microsoft-IIS/6.0\n# Raw banner\n+++:HTM:401:505:400:400:401:400:400:400:400:400:411:411:401:401:401:401:401:+++:::Microsoft-IIS/6.0\n#\nHTM:HTM:200:505:400:400:200:400:400:400:400:400:411:411:404:501:404:404:200:400:::Microsoft-IIS/7.0\nHTM:HTM:404:505:400:400:200:400:400:400:400:400:411:411:404:404:404:404:200:400:::Microsoft-IIS/7.5\n---:---:400:505:400:400:200:400:400:400:400:400:411:411:404:501:404:404:200:400:::Microsoft-IIS/7.5 [w/ ASP.NET]\nHTM:HTM:500:505:400:400:200:400:400:400:400:400:411:411:405:501:405:405:200:400:::Microsoft-IIS/7.5 [w/ ASP.NET and PHP/5.3.24]\nxxx:xxx:404:505:400:400:200:400:400:400:400:400:411:411:404:404:404:404:200:400:::Microsoft-IIS/7.5 [w/ ASP.NET 4.0.30319]\nHTM:HTM:500:505:400:400:404:400:400:400:400:400:411:411:405:501:405:405:404:400:::Microsoft-IIS/8.0\n#\n200:404:404:200:200:404:---:---:---:404:404:200:404:404:404:404:404:404:404:404:::Nanox WebServer\n200:200:---:200:200:200:501:501:501:200:200:200:xxx:xxx:xxx:xxx:xxx:xxx:---:---:::NetDecision-HTTP-Server/1.0\n#\n400:HTM:200:400:400:400:400:400:400:404:404:400:401:401:401:200:401:400:404:404:Netscape/3::Netscape-Enterprise/3.6 SP1\n400:HTM:404:200:400:400:400:400:400:200:404:200:500:403:403:200:403:403:414:414:Netscape/5::NetWare-Enterprise-Web-Server/5.1\n---:HTM:200:505:HTM:501:200:HTM:HTM:HTM:HTM:400:404:401:501:413:501:501:200:403:Netscape/6::Netscape-Enterprise/6.0\nHTM:HTM:HTM:200:HTM:HTM:HTM:HTM:HTM:HTM:HTM:400:411:411:404:200:404:404:200:404:::nginx/0.3.43\nHTM:HTM:HTM:200:HTM:HTM:HTM:HTM:HTM:HTM:HTM:400:411:411:404:200:404:501:403:403:::nginx/0.3.47 [?]\nHTM:HTM:HTM:200:HTM:HTM:HTM:HTM:HTM:HTM:HTM:400:411:411:405:200:405:501:302:302:::nginx/0.4.13 [w/ PHP/5.1.6]\nHTM:HTM:HTM:200:HTM:HTM:HTM:HTM:HTM:HTM:HTM:400:411:411:404:405:404:501:200:404:::nginx/0.5.20 [?]\nHTM:HTM:HTM:200:HTM:HTM:HTM:HTM:HTM:HTM:HTM:400:411:411:404:200:404:501:302:403:::nginx/0.5.7 [w/ PHP/4.4.0]\nHTM:HTM:HTM:200:HTM:HTM:HTM:HTM:HTM:HTM:HTM:400:200:411:405:405:405:501:200:200:::nginx/0.7.65\nHTM:HTM:502:200:404:501:404:HTM:HTM:400:400:400:405:405:405:403:501:501:404:404:Resin/2::Resin/2.1.17\nHTM:HTM:HTM:200:400:200:200:HTM:HTM:HTM:HTM:400:---:501:501:501:501:501:200:400:::Resin/3.0.17\n200:200:405:200:200:405:405:405:405:200:200:400:400:400:405:405:405:405:400:400:::RomPager/4.07 UPnP/1.0\n200:200:405:200:200:405:405:405:405:404:404:200:400:400:405:405:405:405:400:400:::RomPager/4.07 UPnP/1.0\n400:400:405:200:200:405:405:405:405:200:200:400:400:400:405:405:405:405:400:400:::RomPager/4.51 UPnP/1.0\n400:400:404:200:200:404:404:404:404:404:404:400:404:404:404:404:404:404:400:400:::RomPager/4.51 UPnP/1.0\n401:401:501:401:400:501:401:---:---:401:401:401:401:501:501:501:501:501:401:401:::TVersity/1.0\n400:HTM:501:VER:VER:VER:200:400:400:400:400:400:200:501:501:501:501:501:200:200:::thttpd/2.20c 21nov01\nHTM:HTM:HTM:VER:VER:VER:404:HTM:HTM:HTM:HTM:400:404:HTM:HTM:HTM:HTM:HTM:404:404:::thttpd/2.21 20apr2001\n505:505:405:401:401:405:401:401:401:401:405:401:405:405:405:405:405:405:401:505::^$:Thomson CWMP 7.4.2.7\n400:400:400:200:400:400:400:400:400:400:400:200:400:404:404:404:404:404:404:404::^$:Unison Play UniFS\n# This must be a CCTV\nHTM:HTM:401:VER:VER:VER:HTM:HTM:HTM:401:401:401:401:401:401:401:401:401:401:401:::uniVIS [Unique Vision Controle Center]\n401:401:401:401:401:401:---:---:---:401:401:401:401:401:401:401:401:401:401:401:::WatchGuard Firewall\n401:401:401:401:401:401:401:401:401:---:401:401:401:401:401:401:401:401:401:401:::WatchGuard Firewall\nHTM:HTM:501:VER:VER:VER:200:400:400:400:400:200:200:501:501:501:501:501:400:200:::Waveplus HTTPD\n+++:400:401:401:401:401:400:400:400:401:401:401:501:501:501:501:501:501:413:+++:::WindWeb/2.0\n+++:400:401:401:401:401:400:400:400:401:401:401:501:501:501:501:501:501:302:+++:::WindWeb/2.0\n+++:HTM:400:200:400:400:400:400:400:404:404:200:200:400:400:400:400:400:200:+++:::WYM/1.0\n+++:HTM:400:200:400:400:400:400:400:404:404:200:404:400:400:400:400:400:200:+++:::WYM/1.0\n---:---:404:200:---:---:---:---:---:404:404:200:404:404:404:404:404:404:404:404:::XLink Kai Engine/7.4.18\n200:200:404:VER:VER:200:---:---:---:404:404:200:404:404:404:404:404:404:404:404::^$:XWebPlay\nHTM:HTM:400:400:400:---:200:400:400:400:400:400:405:403:403:405:405:501:200:404:::Zeus/4.2\nHTM:HTM:400:400:400:---:200:400:400:400:400:400:405:405:501:501:501:501:200:404:::Zeus/4.3\nHTM:HTM:400:400:400:---:200:400:400:400:400:400:405:405:405:405:405:501:200:404:::Zeus/4.3\nHTM:HTM:400:400:400:501:200:400:400:400:400:400:405:400:501:501:501:501:200:404:::Zeus/4_3\nXML:XML:400:400:400:---:200:400:400:400:400:400:405:403:403:501:501:501:200:404:::Zeus/4.3\n400:500:404:VER:400:400:400:400:400:404:404:200:404:403:404:404:404:404:200:404:::Zope/(unreleased version, python 2.3.3, win32) ZServer/1.1 Plone/2.0.5\nHTM:HTM:200:200:200:200:200:xxx:HTM:404:200:400:404:500:401:404:404:200:200:404:::Zope/(Zope 2.8.8-final, python 2.3.4, linux2) ZServer/1.1 Plone/Unknown\nHTM:HTM:200:200:200:200:200:HTM:HTM:200:404:400:200:409:404:404:404:404:200:200:::Zope/(unreleased version, python 2.3.3, linux2) ZServer/1.1 Plone/2.0.3\nHTM:HTM:200:200:302:302:302:HTM:HTM:400:400:400:404:302:401:404:404:200:200:404:::Zope/(Zope 2.8.4-final, python 2.3.5, linux2) ZServer/1.1 Plone/Unknown\nHTM:HTM:200:200:200:200:200:HTM:HTM:400:400:400:404:401:401:404:404:200:200:404:::Zope/(Zope 2.9.7-final, python 2.4.4, linux2) ZServer/1.1 Plone/2.5.3-final\n+++:200:501:501:200:200:200:200:200:200:200:200:200:501:501:501:501:501:501:+++:::ZOT-828/2.01\n#################################\n#### More precise signatures ####\n#################################\n# RomPager/4.07 UPnP/1.0\n# Allegro-Software-RomPager/4.06\n400:400:405:200:200:405:405:405:405:404:404:400:400:400:405:405:405:405:400:400::^(Allegro-Software-)?RomPager/4\\.0[67]:Allegro-Software-Rompager/4.06-4.07\n400:200:405:200:200:405:405:405:405:404:404:400:400:400:405:405:405:405:400:400:::RomPager/4.07 UPnP/1.0\nHTM:HTM:400:200:200:501:HTM:HTM:HTM:400:400:400:501:501:501:501:501:501:200:404:Apache/1.1::Apache/1.1.1\nHTM:HTM:200:200:200:501:200:HTM:HTM:400:400:400:404:405:404:200:501:501:200:404:Apache/1.3 (Unix)::Apache/1.3.3 Cobalt (Unix) (Red Hat/Linux)\nHTM:HTM:200:200:302:302:302:HTM:HTM:400:400:400:404:405:404:200:501:501:302:302:Apache/1.3 (Unix)::Apache/1.3.3 Cobalt (Unix) (Red Hat/Linux)\n# Apache/1.3.12 (Unix) (SuSE/Linux) mod_fastcgi/2.2.2 balanced_by_mod_backhand/1.0.8 DAV/1.0.0 mod_perl/1.24 PHP/3.0.16\n# Apache/1.3.19 (Unix) (SuSE/Linux) mod_throttle/3.0 mod_layout/1.0 mod_fastcgi/2.2.2 balanced_by_mod_backhand/1.1.0 mod_perl/1.24\n# Apache/1.3.22 (Unix) (Red-Hat/Linux) mod_python/2.7.6 Python/1.5.2 mod_ssl/2.8.5 OpenSSL/0.9.6b DAV/1.0.2 PHP/4.0.6 mod_perl/1.24_01 mod_throttle/3.1.2\n# Apache/1.3.23 (Unix) (Red-Hat/Linux) mod_python/2.7.6 Python/1.5.2 mod_ssl/2.8.7 OpenSSL/0.9.6b DAV/1.0.3 PHP/4.1.2 mod_perl/1.26 mod_throttle/3.1.2\nHTM:HTM:200:200:200:501:200:HTM:HTM:400:400:400:404:403:403:200:404:501:200:404:Apache/1.3 (Unix):Apache/1\\.3\\.(1[2-9]|2[0-3]):Apache/1.3.12-1.3.23 (Unix)\nHTM:HTM:200:200:200:501:200:HTM:HTM:400:400:400:404:403:403:200:404:501:403:403:Apache/1.3 (Unix)::Apache/1.3.12 (Unix) PHP/4.1.2 FrontPage/4.0.4.3\n# Apache/1.3.20 Sun Cobalt (Unix) mod_ssl/2.8.4 OpenSSL/0.9.6b PHP/4.1.2 mod_auth_pam_external/0.1 FrontPage/4.0.4.3 mod_perl/1.25\n# Apache/1.3.20 Sun Cobalt (Unix) mod_ssl/2.8.4 OpenSSL/0.9.6 PHP/4.3.4 FrontPage/5.0.2.2510 mod_perl/1.26\n# Apache/1.3.20 Sun Cobalt (Unix) mod_ssl/2.8.4 OpenSSL/0.9.6b PHP/4.3.4 mod_auth_pam_external/0.1 FrontPage/4.0.4.3 mod_perl/1.25\n# Apache/1.3.6 (Unix) mod_perl/1.21 mod_ssl/2.2.8 OpenSSL/0.9.2b\nHTM:HTM:200:200:302:302:302:HTM:HTM:400:400:400:404:405:404:200:404:501:302:302:Apache/1.3 (Unix):Apache/1\\.3\\.([6-9]|1[0-9]|20):Apache/1.3.6-1.3.20 (Unix)\nHTM:HTM:200:200:400:501:200:HTM:HTM:400:400:400:404:405:404:200:404:501:200:VER:Apache/1.3 (Unix)::Apache/1.3.37 (Unix) mod_fastcgi/FSDATA-1.0 mod_jk/1.1.0 mod_throttle/3.2.0 Embperl/2.0b8 mod_perl/1.29 PHP/4.4.3 mod_ssl/2.8.28 OpenSSL/0.9.8b\nHTM:HTM:200:200:400:200:200:HTM:HTM:400:400:400:404:405:404:200:404:501:403:404:::Apache/1.3.33 (Debian GNU/Linux) mod_gzip/1.3.26.1a PHP/4.4.0-0.dotdeb.0 mod_ssl/2.8.22 OpenSSL/0.9.7e mod_perl/1.29 DAV/1.0.3\n# Apache/1.3.37 Ben-SSL/1.57 (Unix)\n# Apache/1.3.29 (Unix) PHP/4.4.1 mod_ssl/2.8.16 OpenSSL/0.9.6k\nXML:XML:200:200:400:501:200:HTM:XML:400:400:400:404:405:404:200:404:501:403:403:Apache/1.3 (Unix):Apache/1\\.3\\.(29|3[0-7]):Apache/1.3/29-37 (Unix)\n# Apache/1.3.26 (Unix)\n# Apache/1.3.26 (Unix) PHP/4.2.4-dev\nHTM:HTM:200:200:400:400:200:HTM:HTM:400:400:400:200:405:200:200:200:501:200:200:Apache/1.3 (Unix)::Apache/1.3.26 (Unix)\nHTM:HTM:200:403:400:501:403:HTM:HTM:400:400:400:404:405:404:200:404:501:403:404:Apache/1.3 (Unix)::Apache/1.3.27 (Unix) mod_gzip/1.3.19.1a PHP/4.3.1\nHTM:HTM:200:200:400:200:200:HTM:HTM:400:400:400:404:405:404:403:404:501:403:403:Apache/1.3 (Unix)::Apache/1.3.33 (Darwin) PHP/5.2.0\n# Apache/1.3.26 (Unix) PHP/4.3.9 mod_ssl/2.8.9 OpenSSL/0.9.7a\n# Apache/1.3.26 (Unix) Debian GNU/Linux FrontPage/5.0.2.263\nHTM:HTM:200:200:400:400:200:HTM:HTM:400:400:400:200:200:200:200:200:200:200:200:Apache/1.3 (Unix)::Apache/1.3.26 (Unix)\nHTM:HTM:200:200:302:302:302:HTM:HTM:400:400:400:404:403:403:200:404:501:302:302:Apache/1.3 (Unix)::Apache/1.3.20 Sun Cobalt (Unix) mod_ssl/2.8.4 OpenSSL/0.9.6b PHP/4.1.2 mod_auth_pam_external/0.1 FrontPage/4.0.4.3 mod_perl/1.25\n# Apache/1.3.29 (Unix)\n# Apache/1.3.31 (Unix) mod_ssl/2.8.17 OpenSSL/0.9.7d\n# Apache/1.3.37 (Unix) PHP/5.2.2 with Suhosin-Patch\nHTM:HTM:200:200:400:200:200:HTM:HTM:400:400:400:200:200:200:200:200:200:200:200:Apache/1.3 (Unix):Apache/1\\.3\\.(29|3[0-7]) \\(Unix\\):Apache/1.3.29-1.3.37 (Unix)\nHTM:HTM:200:200:400:200:200:HTM:HTM:400:400:400:404:405:404:403:404:501:200:404:Apache/1.3 (Unix)::Apache/1.3.33 (Debian GNU/Linux)\nHTM:HTM:200:200:400:501:200:HTM:HTM:400:400:400:404:405:404:200:404:501:200:403:Apache/1.3 (Unix)::Apache/1.3.33 (Unix) mod_jk/1.2.10 mod_ssl/2.8.22 OpenSSL/0.9.7g\nHTM:HTM:200:200:400:501:200:HTM:HTM:400:400:400:406:403:403:200:404:501:200:404:Apache/1.3 (Unix)::Apache/1.3.37 (Unix) mod_fastcgi/2.4.2 mod_gzip/1.3.26.1a mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a PHP-CGI/0.1b\nHTM:HTM:200:200:400:200:200:HTM:HTM:400:400:400:404:405:404:200:404:501:200:403:Apache/1.3 (Unix)::Apache/1.3.37 (Unix) PHP/5.2.0 mod_ssl/2.8.28 OpenSSL/0.9.7e-p1\nHTM:HTM:200:200:400:501:200:HTM:HTM:404:301:400:404:405:404:200:404:501:200:403:Apache/1.3 (Unix)::Apache/1.3.37 (Unix) FrontPage/5.0.2.2635 mod_ssl/2.8.28 OpenSSL/0.9.7l\nXML:XML:200:200:400:403:200:HTM:XML:400:400:400:404:405:404:200:404:501:200:404:Apache/1.3 (Unix)::Apache/1.3.37 (Unix) mod_ssl/2.8.28 OpenSSL/0.9.7j PHP/4.4.1\n# Apache/1.3.27 (Unix) PHP/4.3.2\n# Apache/1.3.31 (Unix) mod_python/2.7.10 Python/2.2.2 mod_webapp/1.2.0-dev mod_perl/1.29 mod_throttle/3.1.2 PHP/4.3.10 FrontPage/5.0.2.2510 mod_ssl/2.8.18 OpenSSL/0.9.7d\n# Apache/1.3.33 (Darwin) PHP/4.3.6\n# Apache/1.3.36 (Unix) PHP/4.4.2\n# Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 mod_ssl/2.8.28 OpenSSL/0.9.8b\nHTM:HTM:200:200:400:200:200:HTM:HTM:400:400:400:404:405:404:200:404:501:403:403:Apache/1.3 (Unix):Apache/1\\.3\\.(2[7-9]|3[0-7]):Apache/1.3.27-1.3.37 (Unix)\nHTM:HTM:200:200:400:200:200:HTM:HTM:400:400:400:200:200:200:200:200:200:200:404:Apache/1.3 (Unix)::Apache/1.3.27-33 (Unix)\nHTM:HTM:200:200:400:200:200:HTM:HTM:400:400:400:VER:VER:VER:200:VER:VER:200:VER:Apache/1.3 (Unix)::Apache/1.3.29 (Unix) FrontPage/5.0.2.2510 mod_ssl/2.8.16 OpenSSL/0.9.7a [w/ PHP/4.3.10]\nHTM:HTM:200:200:400:501:200:HTM:HTM:400:400:400:200:405:200:200:200:501:200:403:Apache/1.3 (Unix)::Apache/1.3.34 (Unix) PHP/4.4.2 rus/PL30.22\n# Apache/1.3.27 (Unix) mod_perl/1.27 PHP/4.2.3 mod_ssl/2.8.12 OpenSSL/0.9.7-beta3\n# Apache/1.3.27 (Unix) PHP/4.1.2 mod_ssl/2.8.11 OpenSSL/0.9.6g\n# Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_ssl/2.8.12 OpenSSL/0.9.6 DAV/1.0.2 PHP/4.1.2 mod_perl/1.24_01\n# Apache/1.3.33\n# Apache/1.3.34 (Unix) PHP/4.4.1\n# Apache/1.3.37 (Unix) PHP/5.2.2-dev\n# Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 mod_ssl/2.8.28 OpenSSL/0.9.8b\n# Apache/1.3.37 (Unix) mod_auth_pgsql/0.9.12 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7e-p1 PHP-CGI/0.1b [w/ PHP/4.3.10]\n# Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.6 mod_ssl/2.8.28 OpenSSL/0.9.7e-p1\n# Apache/1.3.33 (Unix) mod_ssl/2.8.22 OpenSSL/0.9.7d PHP/4.4.1\n# Apache/1.3.33 (Unix) PHP/4.3.10 FrontPage/5.0.2.2623\nHTM:HTM:200:200:400:501:200:HTM:HTM:400:400:400:404:405:404:200:404:501:403:403:Apache/1.3 (Unix):Apache/1\\.3\\.(2[7-9]|3[0-7]):Apache/1.3.27-1.3.37 (Unix)\nHTM:HTM:200:200:400:501:200:HTM:HTM:400:400:400:404:401:401:200:401:405:403:403:Apache/1.3 (Unix)::Apache/1.3.27 (Darwin) DAV/1.0.3\n# Apache/1.3.33 (Debian GNU/Linux) PHP/4.3.10-21 mod_ssl/2.8.22 OpenSSL/0.9.7e\n# Apache/1.3.33 (Debian GNU/Linux) PHP/4.4.6-0.dotdeb.2 with Suhosin-Patch mod_ssl/2.8.22 OpenSSL/0.9.7e\n# Apache/1.3.37 (Unix) mod_fastcgi/2.4.2 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a\n# Apache/1.3.34 Ben-SSL/1.55 (Debian) PHP/4.4.4-8+etch3\n# Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_ssl/2.8.12 OpenSSL/0.9.6m DAV/1.0.2 PHP/4.1.2 mod_perl/1.26\n# Apache/1.3.34 (Unix) FrontPage/5.0.2.2510 mod_perl/1.29 mod_ssl/2.8.25 OpenSSL/0.9.7g PHP-CGI/0.1b\n# Apache/1.3.31 (Unix) PHP/4.3.8\n# Apache-AdvancedExtranetServer/1.3.33 (Mandrakelinux/4mdk.i1) FrontPage/5.0.2.2635 mod_throttle/3.1.2 mod_ssl/2.8.22 OpenSSL/0.9.7d PHP/4.3.10\n# Oracle-Application-Server-10g/9.0.4.0.0 Oracle-HTTP-Server\n# Apache/1.3.34 (Ubuntu)\n# Apache/1.3.41 (Unix) mod_log_bytes/1.2 mod_bwlimited/1.4 mod_auth_passthrough/1.8 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.7a\n# Apache/1.3.28 (SolutionIP) mod_perl/1.28 mod_ssl/2.8.15 OpenSSL/0.9.7b\nHTM:HTM:200:200:400:501:200:HTM:HTM:400:400:400:404:405:404:200:404:501:200:404:Apache/1.3 (Unix):Oracle-Application-Server-10g/9|(Apache(-AdvancedExtranetServer)?/1\\.3\\.(2[7-9]|3[0-9]|4[01])(.*\\((Ubuntu|Unix|Debian|.*[lL]inux.*|SolutionIP)\\).*)?$):Apache/1.3.27-1.3.41 (Unix)\n# basic httpd on OpenBSD 4.0 - 4.3\n# Apache/1.3.29 (Unix) mod_ssl/2.8.16 OpenSSL/0.9.7j\n# Apache/1.3.29 (Unix) mod_ssl/2.8.16 OpenSSL/0.9.7g\nHTM:HTM:200:200:400:501:200:HTM:HTM:400:400:400:404:405:404:501:404:501:403:403:Apache/1.3 (Unix)::Apache/1.3.29 (Unix) mod_ssl/2.8.16 OpenSSL/0.9.7\nHTM:HTM:200:200:400:400:200:HTM:HTM:400:400:400:404:403:403:200:403:501:200:404:Apache/1.3 (Unix)::Apache/1.3.26 (Unix) Debian GNU/Linux PHP/4.1.2 mod_perl/1.26\nHTM:HTM:200:200:400:200:200:HTM:HTM:400:400:400:200:405:200:200:200:501:200:200:Apache/1.3 (Unix)::Apache/1.3.29 (Unix) DAV/1.0.3 PHP/4.3.4 mod_perl/1.29 mod_ssl/2.8.16 OpenSSL/0.9.7c\n# Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_ssl/2.8.12 OpenSSL/0.9.6b DAV/1.0.3 PHP/4.1.2 mod_perl/1.26 AuthMySQL/3.2\n# Apache/1.3.33 (Unix) ModVMAX/1.0 mod_fastcgi/2.4.2 mod_ssl/2.8.22 OpenSSL/0.9.7a PHP/4.4.0\n# Apache/1.3.33 (Debian GNU/Linux) PHP/4.3.10-16\n# Apache/1.3.34 (Unix) AuthMySQL/2.20 PHP/4.4.1\n# Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a PHP-CGI/0.1b\n# Apache/1.3.37 (Unix) mod_deflate/1.0.21 mod_jk/1.2.5 mod_fastcgi/2.4.2 PHP/5.1.6 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.4 FrontPage/5.0.2.2634a mod_ssl/2.8.28 OpenSSL/0.9.7a\nHTM:HTM:200:200:400:200:200:HTM:HTM:400:400:400:404:405:404:200:404:501:200:404:Apache/1.3 (Unix):Apache/1\\.3\\.(2[7-9]|3[0-7]):Apache/1.3.27-1.3.37 (Unix)\nHTM:HTM:200:200:400:501:200:HTM:HTM:400:400:400:404:403:404:403:404:405:403:403:Apache/1.3 (Unix)::Apache/1.3.33 (Darwin) mod_jk/1.2.6 DAV/1.0.3 mod_ssl/2.8.24 OpenSSL/0.9.7l PHP/4.4.4\nHTM:HTM:200:200:400:200:200:HTM:HTM:400:400:400:404:405:404:200:404:501:200:302:Apache/1.3 (Unix)::Apache/1.3.34 (Unix) DAV/1.0.3\n#\nHTM:HTM:200:200:200:501:200:HTM:HTM:200:400:400:404:405:404:200:404:501:403:404:::Apache/1.3.23 (Win32)\nHTM:HTM:200:200:400:400:200:HTM:HTM:200:400:400:404:405:404:200:404:501:403:404:Apache/1.3 (Win32)::Apache/1.3.26 (Win32) PHP/4.2.1\n# Apache/1.3.27 (Win32)\n# Apache/1.3.31 (Win32) PHP/4.2.3\n# Apache/1.3.33 (Win32) PHP/4.3.11\n# Apache/1.3.34 (Win32) PHP/4.4.1\nHTM:HTM:200:200:400:200:200:HTM:HTM:200:400:400:404:405:404:200:404:501:403:404:Apache/1.3 (Win32):Apache/1\\.3\\.(2[7-9]|3[0-4]) \\(Win32\\):Apache/1.3.27-1.3.34 (Win32)\n#\nXML:XML:200:200:200:501:200:HTM:XML:400:400:400:404:405:405:200:405:501:200:404:Apache/2.0 (Unix)::Apache/2.0.40 (Red Hat Linux)\nHTM:HTM:200:200:200:501:200:XML:HTM:400:400:400:404:403:403:200:405:405:200:404:Apache/2.0 (Unix)::Apache/2.0.40 (Red Hat Linux)\nXML:XML:200:200:200:200:200:XML:XML:400:400:400:200:200:200:200:200:200:200:404:Apache/2.0 (Unix)::Apache/2.0.49 (Linux/SuSE)\n# Apache/2.0.44 (Unix)\n# Apache/2.0.52 (Unix) DAV/2 mod_ssl/2.0.52 OpenSSL/0.9.7d mod_jk/1.2.18\n# Apache/2.2.4 (FreeBSD) mod_ssl/2.2.4 OpenSSL/0.9.7e-p1 DAV/2 PHP/5.2.3 with Suhosin-Patch mod_python/3.3.1 Python/2.4.4 SVN/1.4.3 mod_perl/2.0.3 Perl/v5.8.8\nHTM:HTM:200:200:200:501:200:HTM:HTM:400:400:400:404:405:405:200:405:405:200:403:Apache/2.0 (Unix) or Apache/2.2 (Unix):Apache/2\\.(0\\.[45][0-9]|2\\.[0-4]):Apache/2.0.40-2.2.4 (Unix)\nHTM:HTM:200:200:200:501:200:HTM:HTM:400:400:400:302:405:405:200:405:501:200:403:Apache/2.0 (Unix)::Apache/2.0.49 (Unix) PHP/4.3.6 mod_ssl/2.0.49 OpenSSL/0.9.7c-p1\n# Apache/2.0.46 (Red Hat)\n# Apache/2.0.50 (Fedora)\n# Apache/2.0.51 (Fedora)\n# Apache/2.0.54 (Fedora)\nHTM:HTM:200:200:200:501:200:HTM:HTM:400:400:400:404:405:405:200:405:405:302:404:Apache/2 (Unix):Apache/2\\.0\\.(4[6-9]|5[0-4]):Apache/2.0.46-2.0.54 (Red Hat)\nHTM:HTM:200:200:200:501:200:HTM:HTM:400:400:400:200:405:405:200:405:501:200:404:Apache/2 (Unix)::Apache/2.0.54\nHTM:HTM:200:200:200:501:200:HTM:HTM:400:400:400:302:405:405:200:405:405:200:302:Apache/2.0 (Unix)::Apache/2.0.54 (Unix) mod_perl/1.99_09 Perl/v5.8.0 mod_ssl/2.0.54 OpenSSL/0.9.7l DAV/2 FrontPage/5.0.2.2635 PHP/4.4.0 mod_gzip/2.0.26.1a\n# Apache/2.0.54 (Unix) PHP/5.0.4\n# Apache/2.0.59 (FreeBSD)\nHTM:HTM:200:200:200:200:200:HTM:HTM:400:400:400:404:405:405:200:405:501:200:403:Apache/2.0 (Unix):Apache/2\\.0\\.5[4-9]:Apache/2.0.54-2.0.59 (Unix)\n# Apache/2.0.55 (FreeBSD) DAV/2 PHP/4.4.0\n# Apache/2.0.59\n# Apache/2.2.3 (FreeBSD) mod_ssl/2.2.3 OpenSSL/0.9.7e-p1 DAV/2 PHP/5.1.6 with Suhosin-Patch\nHTM:HTM:200:200:200:200:200:HTM:HTM:400:400:400:404:405:405:200:405:405:200:403:Apache/2 (Unix):Apache/2\\.(0\\.5[5-9]|2\\.(1\\.[0-9]+|2\\.[0-3])):Apache/2.0.55-2.2.3 (Unix)\nHTM:HTM:200:200:200:200:200:HTM:HTM:400:400:400:404:405:405:200:405:501:200:302:Apache/2.0 (Unix)::Apache/2.0.59 (FreeBSD) PHP/5.1.5\n# Apache/2.0.46 (Red Hat)\n# Apache/2.0.53 (Unix) DAV/2 PHP/4.3.10\n# Apache/2.0.51 (Fedora)\n# Apache/2.0.46 (CentOS)\n# Apache/2.2.2 (Fedora)\n# Apache/2.2.3 (Debian) DAV/2 PHP/5.2.0-8+etch4 mod_ssl/2.2.3 OpenSSL/0.9.8c\n# Apache/2.2.4 (Fedora)\nHTM:HTM:200:200:200:501:200:HTM:HTM:400:400:400:404:405:405:200:405:405:200:404:Apache/2.0 (Unix) or Apache/2.2 (Unix):Apache/2\\.(0\\.[45][0-9]|2\\.[0-4]):Apache/2.0.46-2.2.4 (Linux)\n# Apache/2.0.49 (Unix) PHP/4.4.0\n# Apache/2.0.52 (Red Hat)\n# Apache/2.0.54 (Fedora)\n# Apache/2.0.59 (Unix) mod_ssl/2.0.59 OpenSSL/0.9.7g DAV/2 PHP/4.4.4\n# Apache/2.2.3 (Debian) PHP/4.4.4-8+etch1 mod_ssl/2.2.3 OpenSSL/0.9.8c\nHTM:HTM:200:200:200:200:200:HTM:HTM:400:400:400:200:200:200:200:200:200:200:200:Apache/2.0 (Unix) or Apache/2.2 (Unix):Apache/2\\.(0\\.(49|5[0-9])|2\\.[0-3]):Apache/2.0.49-2.2.3 (Linux)\nHTM:HTM:200:200:200:200:200:HTM:HTM:400:400:400:200:200:200:200:200:200:200:404:Apache/2.0 (Unix)::Apache/2.0.52 (Red Hat)\nHTM:HTM:200:200:404:403:404:HTM:HTM:400:400:400:404:403:403:200:403:403:404:404:Apache/2.0 (Unix)::Apache/2.0.59 (Unix) mod_ssl/2.0.59 OpenSSL/0.9.7j DAV/2 PHP/5.1.6\n# Apache/2.0.54 (Unix) PHP/5.2.0\n# Apache/2.2.9 (Ubuntu) mod_fastcgi/2.4.6 PHP/5.2.6-2ubuntu4 with Suhosin-Patch mod_ssl/2.2.9 OpenSSL/0.9.8g\nHTM:HTM:200:200:200:501:200:HTM:HTM:400:400:400:404:405:405:403:405:501:200:404:Apache/2.0 (Unix) or Apache/2.2 (Unix):Apache/2\\.(0\\.5[4-9]|2\\.[0-9]) \\([A-Z][a-z]+\\):Apache/2.0.54-2.2.9 (Unix)\n# Apache/2.0.44 (Unix) PHP/4.3.4\n# Apache/2.0.48 (Linux/SuSE)\n# Apache/2.0.49 (Linux/SuSE)\n# Apache/2.0.49 (Unix) PHP/4.3.2\n# Apache/2.0.53 (Unix) PHP/5.0.4\n# Apache-AdvancedExtranetServer/2.0.53 (Mandriva Linux/PREFORK-9.4.102mdk) mod_ssl/2.0.53 OpenSSL/0.9.7e PHP/4.3.10\n# Apache/2.2.4 (Unix) mod_ssl/2.2.4 OpenSSL/0.9.7d PHP/5.2.2\n# Apache/2.2.9 (Ubuntu) mod_jk/1.2.26 mod_mono/1.9 Phusion_Passenger/2.0.6 PHP/5.2.6-2ubuntu4.1 with Suhosin-Patch mod_python/3.3.1 Python/2.5.2\nHTM:HTM:200:200:200:200:200:HTM:HTM:400:400:400:404:405:405:200:405:501:200:404:Apache/2.0 (Unix) or Apache/2.2 (Unix):Apache(-AdvancedExtranetServer)?/2\\.(0\\.(4[4-9]|5[0-9])|2\\.[0-9]):Apache/2.0.44-2.2.9 (Unix)\n# Apache/2.0.40 (Red Hat Linux) mod_perl/1.99_07-dev Perl/v5.8.0 PHP/4.2.2 mod_ssl/2.0.40 OpenSSL/0.9.7a\n# Apache/2.0.44\n# Apache/2.0.46 (Red Hat)\n# Apache-AdvancedExtranetServer/2.0.48 (Mandrake Linux/6mdk) mod_ssl/2.0.48 OpenSSL/0.9.7c PHP/4.3.4\n# Apache/2.0.58 (Unix) mod_ssl/2.0.58 OpenSSL/0.9.7i\n# Apache/2.2.3 (Debian) mod_ssl/2.2.3 OpenSSL/0.9.8c PHP/4.4.4-8+etch3 mod_perl/2.0.2 Perl/v5.8.8\n# Apache/2.2.4 (Unix) mod_ssl/2.2.4 OpenSSL/0.9.8e mod_jk/1.2.19\n# Apache/2.2.6 (Gentoo) mod_ssl/2.2.6 OpenSSL/0.9.8e\n# Apache/2.2.8 (Gentoo) mod_ssl/2.2.8 OpenSSL/0.9.8g\n# Apache/2.2.9 (Gentoo) mod_ssl/2.2.9 OpenSSL/0.9.8g\n# Apache/2.2.11 (Ubuntu) PHP/5.2.10-5hardy~ppa2 with Suhosin-Patch\n# Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/1.0.0d Axis2C/1.6.0\n# Apache/2.2.15 (CentOS)\n# Apache/2.2.29 (Unix)\n# Apache/2.4.3 (Unix)\n# Apache/2.4.6 (Unix)\n# Apache/2.4.16 (Unix) found on Ubuntu 16.04.1 LTS\nHTM:HTM:200:200:200:501:200:HTM:HTM:400:400:400:404:405:405:200:405:501:200:404:Apache/2.0 (Unix) or Apache/2.2 (Unix) or Apache/2.4 (Unix):Apache(-AdvancedExtranetServer)?/2\\.(0\\.[45][0-9]|2\\.([0-9]|1[0157]|29)|4\\.([36]|16))( .*)?$:Apache/2.0.40-2.0.59, 2.2.0-2.2.10, 2.2.11, 2.2.17, 2.2.29, 2.4.3, 2.4.6, 2.4.16 (Unix) or Apache/2.2.15 (CentOS)\n# Apache 2.2.9-r1 w/ PHP 5.2.6-r6 on Gentoo 2008.0 - kernel 2.6.25-hardened-r5 :\n# Apache/2.2.9 (Gentoo) PHP/5.2.6\n# Apache 2.2.21-r1 w/ PHP 5.3.8 on kernel 3.0.6-gentoo :\n# Apache/2.2.21 (Gentoo) mod_ssl/2.2.21 OpenSSL/1.0.0e\nHTM:HTM:200:200:200:200:200:HTM:HTM:400:400:400:404:405:405:405:405:501:200:404:Apache/2.2 (Unix):^Apache/2\\.2\\.(9|1[0-9]|2[01]) \\(Gentoo\\):Apache/2.2.9-2.2.21 (Gentoo) PHP/5.2.6-5.3.8\n# Apache/2.0.54 (Unix)\n# Apache/2.2.3 (Unix) PHP/4.4.6\nHTM:HTM:200:200:200:501:200:HTM:HTM:400:400:400:200:405:405:200:405:501:200:200:Apache/2.0 (Unix) or Apache/2.2 (Unix):Apache/2\\.(0\\.5[4-9]|2\\.[0-3]):Apache/2.0.54-2.2.3 (Unix)\nXML:XML:200:200:200:200:200:XML:XML:400:400:400:404:405:405:200:405:501:200:403:Apache/2.2 (Unix)::Apache/2.2.2 (Unix) PHP/5.1.4\n# Apache/2.2.3 (CentOS)\n# Apache/2.2.4 (Unix) DAV/2\nHTM:HTM:200:200:200:501:200:HTM:HTM:400:400:400:404:405:405:403:405:405:200:404:Apache/2.2 (Unix):^Apache/2\\.2\\.[34] \\(Unix|CentOS\\):Apache/2.2.3-2.2.4 (Unix)\nXML:XML:200:200:200:200:200:XML:XML:400:400:400:404:405:405:200:405:501:200:404:Apache/2.2 (Unix)::Apache/2.2.3 (Debian) PHP/4.4.4-8+etch3 mod_ssl/2.2.3 OpenSSL/0.9.8c\nHTM:HTM:200:200:200:501:200:HTM:HTM:200:200:400:404:405:405:200:501:501:200:404:Apache/2.2 (Unix)::Apache/2.2.2 (Unix) PHP/4.4.2 mod_jk/1.2.15\nHTM:HTM:404:200:404:404:404:HTM:HTM:404:404:400:404:404:404:200:404:404:404:404:Apache/2.2 (Unix)::Apache/2.2.4 (Unix)\nHTM:HTM:200:200:200:501:200:HTM:HTM:404:301:400:404:405:405:200:405:501:200:404:Apache/2.2 (Unix)::Apache/2.2.3 (Unix) PHP/4.4.4\nHTM:HTM:200:200:200:405:200:HTM:HTM:400:400:400:405:405:405:200:405:405:200:403:::Apache/2.3.15-dev (Unix) mod_ssl/2.3.15-dev OpenSSL/1.0.0c\n#\nHTM:HTM:200:200:200:501:200:HTM:HTM:200:400:400:404:405:405:200:405:501:403:404:Apache/2.0 (Win32)::Apache/2.0.39 (Win32) PHP/4.2.2\nHTM:HTM:403:200:200:501:200:XML:HTM:200:400:400:404:405:405:200:405:501:200:302:Apache/2.0 (Win32)::Apache/2.0.55 (Win32) JRun/4.0\n# Apache/2.2.3 (Win32) PHP/5.2.13\n# Apache/2.2.3 (Win32) PHP/5.2.0RC6-dev\nXML:XML:403:200:200:501:200:HTM:XML:200:400:400:404:405:405:200:405:501:200:404:Apache/2.2 (Win32)::Apache/2.2.3 (Win32) PHP/5.2\nXML:XML:403:200:200:200:200:XML:XML:200:400:400:404:405:405:200:405:405:200:404:Apache/2.2 (Win32)::Apache/2.2.0 (Win32) DAV/2 mod_ssl/2.2.0 OpenSSL/0.9.8a mod_autoindex_color proxy_html/2.5 PHP/5.1.1\n# Raw signature\nHTM:HTM:200:401:401:401:401:HTM:HTM:401:400:400:401:401:401:200:401:401:401:401:Apache/2.2 (Win32)::Apache/2.2.8 (Win32)\n#\nxxx:xxx:405:505:400:200:200:400:400:400:400:400:411:501:501:404:404:404:404:400:::cisco-IOS\n400:400:200:505:400:501:400:400:400:404:200:400:411:404:404:501:404:501:200:500:lighttpd/1.4::lighttpd/1.4.13\n400:400:200:505:505:505:404:400:400:400:400:400:411:404:404:501:404:501:404:404:lighttpd/1.5::lighttpd/1.5.0\n# Lotus-Domino/5.0.8\n# Lotus-Domino/5.0.9\nHTM:HTM:405:200:200:200:200:HTM:HTM:200:500:400:500:405:405:405:501:501:500:500:Lotus-Domino/5.0:^Lotus-Domino/5\\.0\\.[89]:Lotus-Domino/5.0.8-5.0.9\n400:400:200:401:400:401:401:400:400:401:401:400:401:405:405:200:405:501:401:400:Lotus-Domino/6.5:^Lotus-Domino$:Lotus-Domino/R6.5.5\n#\n200:200:400:200:200:200:400:400:400:200:200:200:400:400:400:400:400:400:400:---:::McAfee-Agent-HttpSvr/1.0\n#\nHTM:HTM:404:200:HTM:501:200:400:400:200:404:200:501:501:501:501:501:501:200:500:::Microsoft-IIS/3.0\n200:200:200:200:200:400:400:400:400:400:400:400:405:403:403:200:501:501:200:404:::Microsoft-IIS/4.0\nHTM:HTM:200:200:HTM:400:400:400:400:400:400:400:405:403:403:200:501:501:200:404:::Microsoft-IIS/4.0\nHTM:HTM:404:200:HTM:404:400:400:400:400:400:400:405:404:404:404:404:404:200:404:::Microsoft-IIS/4.0\n200:200:200:200:200:400:400:400:400:400:400:400:405:403:403:200:501:501:200:200:::Microsoft-IIS/4.0\nHTM:HTM:404:200:HTM:---:400:400:400:400:400:400:405:404:404:404:404:404:404:404:::Microsoft-IIS/5.0\n200:200:400:200:200:400:400:400:400:400:400:400:302:302:302:200:302:302:200:400:::Microsoft-IIS/5.0 [w/ ASP.NET 1.1.4322]\nHTM:HTM:200:200:HTM:400:400:400:400:400:400:400:405:411:404:200:400:411:200:500:::Microsoft-IIS/5.0\nHTM:HTM:200:200:HTM:400:400:400:400:400:400:400:405:403:403:200:400:411:200:500:::Microsoft-IIS/5.0\nHTM:HTM:200:200:HTM:400:400:400:400:400:400:400:405:403:403:404:400:411:404:404:::Microsoft-IIS/5.0\nHTM:HTM:200:200:HTM:400:400:400:400:400:400:400:405:404:404:404:404:404:200:414:::Microsoft-IIS/5.0\nHTM:HTM:200:200:HTM:400:400:400:400:400:400:400:405:403:403:200:400:411:200:414:::Microsoft-IIS/5.0\n404:404:200:200:404:400:400:400:400:400:400:404:405:403:403:200:400:411:404:404:::Microsoft-IIS/5.0\n200:200:200:200:200:400:400:400:400:400:400:400:405:501:501:200:501:501:200:414:::Microsoft-IIS/5.0\nHTM:HTM:200:200:HTM:400:400:400:400:400:400:400:405:501:501:200:501:501:200:414:::Microsoft-IIS/5.0\n200:200:404:200:200:400:400:400:400:400:400:400:405:404:404:404:404:404:200:414:::Microsoft-IIS/5.0\n200:200:200:200:200:400:400:400:400:400:400:400:405:403:403:404:400:411:404:404:::Microsoft-IIS/5.0\nHTM:HTM:200:200:HTM:400:400:400:400:400:400:400:405:200:200:200:200:200:200:414:::Microsoft-IIS/5.0\nHTM:HTM:404:200:HTM:400:400:400:400:400:400:400:405:404:404:404:404:404:200:414:::Microsoft-IIS/5.0\n404:404:404:200:404:400:400:400:400:400:400:404:405:404:404:404:404:404:404:404:::Microsoft-IIS/5.0\nHTM:HTM:404:200:HTM:400:400:400:400:400:400:400:405:404:404:404:404:404:404:404:::Microsoft-IIS/5.0\n200:200:200:200:200:400:400:400:400:400:400:400:301:400:400:200:400:400:200:301:::Microsoft-IIS/5.0\n# Microsoft-IIS/5.0\n# Microsoft-IIS/5.1\nHTM:HTM:200:200:HTM:400:400:400:400:400:400:400:405:411:404:200:400:411:200:414:Microsoft-IIS/5.0 or Microsoft-IIS/5.1:^Microsoft-IIS/5\\.[01]:Microsoft-IIS/5.0-5.1\n#\n500:500:400:505:400:400:500:400:400:400:400:400:411:411:404:501:404:404:500:400:::Microsoft-IIS/6.0 [w/ ASP.NET 1.1.4322]\n200:200:200:505:400:400:200:400:400:400:400:400:411:411:403:501:400:411:200:400:::Microsoft-IIS/6.0\n500:500:200:505:400:400:500:400:400:400:400:400:411:411:403:501:400:411:500:400:::Microsoft-IIS/6.0\nHTM:HTM:200:505:400:400:200:400:400:400:400:400:411:411:501:501:501:501:200:400:::Microsoft-IIS/6.0\n200:200:200:505:400:400:200:400:400:400:400:400:411:411:501:501:501:501:200:400:::Microsoft-IIS/6.0\nHTM:HTM:200:505:400:400:200:400:400:400:400:400:411:411:404:501:400:411:200:400:::Microsoft-IIS/6.0\n400:400:500:200:400:400:200:400:400:500:500:200:411:411:501:200:501:501:200:400:::Microsoft-IIS/6.0\n500:500:200:505:400:400:200:400:400:400:400:200:411:411:501:501:501:501:500:400:::Microsoft-IIS/6.0 [w/ PHP/5.2.3]\nHTM:HTM:200:505:400:400:400:400:400:400:400:400:411:411:403:501:400:400:400:400:::Microsoft-IIS/6.0\n#\n400:400:400:400:400:400:200:400:400:200:200:200:200:400:400:400:400:400:200:200:::MiniServ/0.01\n400:HTM:200:200:400:400:200:400:200:404:404:200:500:500:500:200:500:500:404:403:Netscape/3::Netscape-Enterprise/3.6 SP3\n---:HTM:200:505:HTM:501:200:HTM:HTM:HTM:HTM:400:200:200:200:200:501:501:200:200:Netscape/4::Netscape-Enterprise/4.1\n---:HTM:200:505:HTM:501:200:HTM:HTM:HTM:HTM:400:405:404:404:200:501:501:200:404:Netscape/4::Netscape-Enterprise/4.1\n---:HTM:200:505:HTM:501:200:HTM:HTM:HTM:HTM:400:405:401:401:405:501:501:200:403:::Sun-ONE-Web-Server/6.1\n# Netscape-Enterprise/6.0\n# Sun-ONE-Web-Server/6.1\n---:HTM:200:505:HTM:501:200:HTM:HTM:HTM:HTM:400:404:401:401:200:501:501:200:403:Netscape/6:^(Netscape-Enterprise/6.0|Sun-ONE-Web-Server/6.1):Netscape-Enterprise/6.0 or Sun-ONE-Web-Server/6.1\n---:HTM:200:505:HTM:501:200:HTM:HTM:HTM:HTM:400:405:401:401:200:501:501:200:403:Netscape/4::Netscape-Enterprise/4.1\n---:HTM:200:505:HTM:501:200:HTM:HTM:HTM:HTM:400:405:405:405:200:501:501:200:403:Netscape/4::Netscape-Enterprise/4.1\n#\n500:500:500:VER:VER:400:500:500:500:500:500:400:404:404:404:404:404:404:401:500:sap-web-appl-srv:^$:SAP Web Application Server [R3S]\n400:400:400:400:400:400:400:400:400:400:400:400:200:200:200:200:200:200:200:200:::SAP Web Application Server (1.0;700) or SAP NetWeaver Application Server / ABAP 700\n400:400:200:VER:VER:VER:400:400:400:200:200:200:200:200:200:200:200:200:200:200:sap-bw-srv:^$:SAP BW [unconfigured host]\n#\n401:401:400:401:401:401:401:400:400:401:400:401:401:400:400:400:400:400:400:400:::Speed Touch WebServer/1.0\n# Oracle9iAS/9.0.2 Oracle HTTP Server\n# Apache/1.3.9 (Unix) (Red Hat/Linux) mod_jk/1.2.2\n# Apache/1.3.12 (Unix) (Red Hat/Linux) mod_ssl/2.6.6 OpenSSL/0.9.5a mod_perl/1.24\n# Apache/1.3.20 Sun Cobalt (Unix) mod_ssl/2.8.4 OpenSSL/0.9.6 PHP/4.3.10 FrontPage/5.0.2.2510 mod_perl/1.26\n# Apache/1.3.23 (Unix) PHP/4.1.0\n# Apache/1.3.23 (Unix) PHP/4.0.6 FrontPage/4.0.4.3\n# Apache/1.3.23 (Unix) (Red-Hat/Linux) mod_ssl/2.8.7 OpenSSL/0.9.6b DAV/1.0.3 PHP/4.1.2 mod_perl/1.26\nHTM:HTM:200:200:200:501:200:HTM:HTM:400:400:400:404:405:404:200:404:501:200:404:Apache/1.3 (Unix):(Apache/1.3\\.(9|1[0-9]|2[0-3]))|Oracle9iAS/9:Apache/1.3.9-1.3.23 (Unix) or Oracle9iAS/9.0.2 Oracle HTTP Server\n200:200:501:VER:VER:501:400:400:400:404:501:200:404:501:501:501:501:501:404:404:::OwnServer1.0 [eyeMax DVR]\n# Resin/2.1.10\t# Resin/2.1.16\nHTM:HTM:HTM:200:HTM:200:200:---:---:HTM:HTM:400:404:501:501:501:501:501:200:400:Resin/2:Resin/2\\.1\\.1[0-6]:Resin/2.1.10-2.1.16\n200:200:405:200:200:405:405:405:405:404:404:400:400:400:405:405:405:405:400:400:::RomPager/4.07 UPnP/1.0\n501:501:xxx:404:404:xxx:xxx:xxx:xxx:501:xxx:404:xxx:xxx:xxx:xxx:xxx:xxx:404:404::^$:Skype [not a real web server]\n200:200:---:200:200:---:200:200:200:200:---:200:200:---:---:---:---:---:200:---:::SQ-WEBCAM [AV-TECH AVC787 Digital Video Recorder]\n# WDaemon/6.0.8\n# WDaemon/9.0.7\n200:400:501:200:200:200:400:400:400:404:404:200:404:501:501:501:501:501:404:404:WDaemon:WDaemon/[6-9]\\.[0-9]:WDaemon/6.0.8 to 9.0.7\n400:400:501:200:200:200:400:400:400:404:404:400:404:501:501:501:501:501:404:404:WDaemon::WDaemon/10.0.0\n400:400:200:200:200:200:400:400:400:200:200:200:501:501:501:501:501:501:413:413:::WindWeb/2.0\nHTM:HTM:400:400:400:501:200:400:400:400:400:400:405:405:405:405:405:501:200:404:Zeus/4::Zeus/4.2\nHTM:HTM:302:400:400:200:400:400:400:400:400:400:404:405:405:403:501:501:404:404::^$:Zimbra Collaboration Suite\n# BigIP filtering proxy\n302:302:302:302:302:302:---:---:---:302:302:302:302:302:302:302:302:302:302:302::RAW:BigIP\n302:302:301:301:302:302:---:---:---:302:302:302:301:301:301:301:301:301:302:302::RAW:BigIP\n##############################\n### Conflicting signatures ###\n##############################\n# Apache/1.3.0 Ben-SSL/1.18 (Unix) FrontPage/3.0.4.2\n# Apache/1.3.1.1 SSL/1.15 PHP/4.0b2\nHTM:HTM:200:200:200:501:200:HTM:HTM:400:400:400:404:403:403:200:501:501:403:403:Apache/1.3 (Unix):^Apache/1\\.3\\.[01](\\..*| .*|)$:Apache/1.3.0-1.3.1 (Unix)\n# Apache/1.2.6 FrontPage/3.0.4\n# Apache/1.3.1.1 SSL/1.15 PHP/4.0b2\n# Unix: unsure?!\nHTM:HTM:200:200:200:501:200:HTM:HTM:400:400:400:404:405:404:200:501:501:403:403:Apache/1.2 (Unix) or Apache/1.3 (Unix):Apache/1\\.(2\\.[6-9]|3[01]):Apache/1.2.6-1.3.1 (Unix)\nHTM:HTM:200:200:200:501:200:HTM:HTM:400:400:400:200:405:200:200:200:501:200:403:Apache/1.3 (Unix)::Apache/1.3.12 (Unix)\nHTM:HTM:200:200:200:501:200:HTM:HTM:400:400:400:200:405:200:200:200:501:200:200:Apache/1.3 (Unix)::Apache/1.3.14 (Unix) mod_jk PHP/4.0.2\n# Apache/1.3.6 (Unix)\n# Apache/1.3.9 (Unix)\n# Apache/1.3.12 (Unix) PHP/3.0.16 PHP/4.3.9\n# Apache/1.3.12 (Unix) mod_perl/1.24 ApacheJserv/1.1.2\n# Apache/1.3.19 Ben-SSL/1.44 (Unix)\n# Apache/1.3.22 (Unix) PHP/4.0.6 rus/PL30.9\n# Apache/1.3.24 (Unix) PHP/4.1.2\nHTM:HTM:200:200:200:501:200:HTM:HTM:400:400:400:404:405:404:200:404:501:403:403:Apache/1.3 (Unix):Apache/1\\.3\\.([6-9]|1[0-9]|2[0-4]) .*\\(Unix\\):Apache/1.3.6-1.3.24 (Unix)\nHTM:HTM:200:200:200:200:200:HTM:HTM:400:400:400:200:200:200:200:200:200:200:403:Apache/1.3 (Unix)::Apache/1.3.22 (Unix)\nHTM:HTM:200:200:200:200:200:HTM:HTM:400:400:400:404:405:404:200:404:501:200:404:Apache/1.3 (Unix)::Apache/1.3.20 (Linux/SuSE) mod_jk mod_ssl/2.8.4 OpenSSL/0.9.6b PHP/4.0.6 mod_perl/1.26 mod_fastcgi/2.2.2\nHTM:HTM:200:200:400:200:200:HTM:HTM:400:400:400:404:405:404:200:404:501:302:302:Apache/1.3 (Unix)::Apache/1.3.37 (Unix) PHP/5.2.2 mod_ssl/2.8.28 OpenSSL/0.9.7f\n# Apache/1.3.29 (Unix) FrontPage/5.0.2.2635 DAV/1.0.3 PHP/4.3.10 mod_gzip/1.3.19.1a mod_fastcgi/2.2.12 mod_ssl/2.8.16 OpenSSL/0.9.7a\n# Apache/1.3.29 (Unix) PHP/4.3.4\n# Apache/1.3.31 (Unix) FrontPage/5.0.2.2635 PHP/4.4.7 with Suhosin-Patch\nHTM:HTM:403:200:400:501:200:HTM:HTM:400:400:400:404:405:404:200:404:501:200:404:Apache/1.3 (Unix):Apache/1\\.3\\.(29|3[01]):Apache/1.3.29-1.3.31 (Unix)\n# Apache/1.3.26 (Unix) PHP/4.3.3\n# Apache/1.3.26 (Unix) mod_gzip/1.3.26.1a FrontPage/5.0.2.2623 mod_ssl/2.8.9 OpenSSL/0.9.6a\nHTM:HTM:200:200:400:400:200:HTM:HTM:400:400:400:404:405:404:200:404:501:403:403:Apache/1.3 (Unix)::Apache/1.3.26 (Unix)\n# Apache/1.3.26 (Unix) PHP/4.2.2\n# Apache/1.3.26 (Unix) PHP/4.3.9\nHTM:HTM:200:200:400:400:200:HTM:HTM:400:400:400:200:200:200:200:200:200:200:404:Apache/1.3 (Unix)::Apache/1.3.26 (Unix) PHP/4\nHTM:HTM:200:200:400:200:200:HTM:HTM:400:400:400:404:405:404:200:404:501:302:404:Apache/1.3 (Unix)::Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_jk/1.2.0 PHP/4.3.3 FrontPage/5.0.2 mod_ssl/2.8.12 OpenSSL/0.9.6b\nxxx:xxx:200:200:400:200:200:xxx:xxx:400:400:400:404:405:404:200:404:501:200:404:Apache/1.3 (Unix)::Apache/1.3.28 (Linux/SuSE) PHP/4.3.3 [X-Accelerated-By: PHPA/1.3.3r2]\n# Apache/1.3.33 (Debian GNU/Linux) PHP/4.3.10-19 mod_ssl/2.8.22 OpenSSL/0.9.7e\n# Apache/1.3.33 (ALT Linux/alt1.M24.3) mod_ssl/2.8.24 OpenSSL/0.9.7d PHP/4.3.10-ALT\nHTM:HTM:403:200:400:200:200:HTM:HTM:400:400:400:404:405:404:200:404:501:200:404:Apache/1.3 (Unix):Apache/1\\.3\\.33:Apache/1.3.33 (Linux)\n# Apache/1.3.34 (Unix) PHP/4.4.2\n# Apache/1.3.37\nHTM:HTM:200:200:400:501:200:HTM:HTM:400:400:400:302:405:302:200:302:501:403:403:Apache/1.3 (Unix):Apache/1\\.3\\.3[4-7]:Apache/1.3.34-1.3.37 (Unix)\nHTM:HTM:200:200:400:501:200:HTM:HTM:400:400:400:404:403:403:200:404:501:200:403:Apache/1.3 (Unix)::Apache/1.3.34 MicroRack (Unix) PHP/4.4.4 mod_ssl/2.8.25 OpenSSL/0.9.8a\nHTM:HTM:403:200:400:501:200:HTM:HTM:400:400:400:200:405:200:200:200:501:403:403:Apache/1.3 (Unix)::Apache/1.3.36 (Unix) PHP/4.4.2\nHTM:HTM:200:200:400:403:200:HTM:HTM:400:400:400:404:403:403:200:403:403:403:403:Apache/1.3 (Unix)::Apache/1.3.37 (Unix) mod_ssl/2.8.28 OpenSSL/0.9.7e-p1 PHP/4.4.6 FrontPage/5.0.2.2510\nHTM:HTM:200:200:400:501:200:HTM:HTM:400:400:400:302:405:302:200:302:501:200:404:Apache/1.3 (Unix)::Apache/1.3.37 (Unix) PHP/4.4.4 mod_throttle/3.1.2 FrontPage/5.0.2.2635 mod_psoft_traffic/0.2 mod_ssl/2.8.28 OpenSSL/0.9.7a\n# Apache/1.3.27 (Unix) (Red-Hat/Linux) PHP/4.1.2 mod_perl/1.26\n# Apache/1.3.33 (Debian GNU/Linux) mod_fastcgi/2.4.2 PHP/4.3.10-18\n# Apache/1.3.37 (Unix) mod_gzip/1.3.26.1a mod_throttle/3.1.2\nHTM:HTM:200:200:400:200:200:HTM:HTM:400:400:400:302:405:302:200:302:501:200:302:Apache/1.3 (Unix):Apache/1\\.3\\.(2[7-9]|3[3-7]):Apache/1.3.27-1.3.37 (Unix)\nXML:XML:200:200:400:200:200:XML:XML:400:400:400:404:405:404:501:404:501:403:403:Apache/1.3 (Unix)::Apache/1.3.29 (Unix) PHP/5.1.4 mod_jk/1.2.15 mod_ssl/2.8.16 OpenSSL/0.9.7j\n# Apache/1.3.27 (Unix) PHP/4.3.2 mod_ssl/2.8.14 OpenSSL/0.9.7b\n# Apache/1.3.37 (Unix) PHP/4.4.7 with Suhosin-Patch mod_ssl/2.8.28 OpenSSL/0.9.7e-p1\nHTM:HTM:200:403:400:501:403:HTM:HTM:400:400:400:404:405:404:200:404:501:403:403:Apache/1.3 (Unix):Apache/1\\.3\\.(2[7-9]|3[0-7]) \\(Unix\\) PHP/4:Apache/1.3.27-1.3.37 (Unix) PHP/4\n# Apache/1.3.37 Ben-SSL/1.57 (Unix) FrontPage/5.0.2.2635 PHP/4.1.2\n# Apache/1.3.37 Ben-SSL/1.57 (Unix) PHP/4.4.1 FrontPage/5.0.2.2510\nHTM:HTM:200:200:400:200:200:HTM:HTM:400:400:400:404:403:403:200:404:501:403:403:Apache/1.3 (Unix)::Apache/1.3.37 Ben-SSL/1.57 (Unix)\nHTM:HTM:404:200:400:200:200:HTM:HTM:400:400:400:404:404:404:200:404:404:200:403:Apache/1.3 (Unix)::Apache/1.3.33 (Unix) PHP/4.3.8 rus/PL30.20\nHTM:HTM:200:200:400:501:200:HTM:HTM:400:400:400:404:403:403:200:403:501:200:404:Apache/1.3 (Unix)::Apache/1.3.28 (Linux/SuSE) mod_jk/1.2.3-dev mod_ssl/2.8.15 OpenSSL/0.9.7b\nHTM:HTM:404:200:400:501:200:HTM:HTM:400:400:400:404:404:404:200:404:404:200:404:Apache/1.3 (Unix)::Apache/1.3.33 (Unix) mod_ssl/2.8.22 OpenSSL/0.9.7d VDB/1.1.1-se\n# Apache/1.3.27 (Unix) (Red-Hat/Linux) PHP/4.3.0\n# Apache/1.3.28 (Unix)\n# Apache/1.3.33 (Unix)\n# Apache/1.3.37 (Unix)\nHTM:HTM:200:200:400:501:200:HTM:HTM:400:400:400:302:405:302:200:302:501:200:302:Apache/1.3 (Unix):Apache/1\\.3\\.(2[7-9]|3[0-7]):Apache/1.3.27-1.3.37 (Unix)\nHTM:HTM:200:200:400:501:200:HTM:HTM:400:400:400:403:403:403:200:403:403:200:403:Apache/1.3 (Unix)::Apache/1.3.28 (Unix) PHP/4.3.4\n# Apache/1.3.31 (Unix) PHP/4.3.0\n# Apache/1.3.33 (Debian GNU/Linux) PHP/4.3.10-16\nHTM:HTM:200:200:400:302:302:HTM:HTM:400:400:400:404:405:404:200:404:501:302:404:Apache/1.3 (Unix):Apache/1\\.3\\.3[1-3] .* PHP/4\\.3:Apache/1.3.31-1.3.33 (Unix) PHP/4.3\nHTM:HTM:400:200:400:501:200:HTM:HTM:400:400:400:404:405:404:200:404:501:403:403:Apache/1.3 (Unix)::Apache/1.3.33 (Unix) mod_perl/1.27\n# Apache/1.3.22 (Unix) (Red-Hat/Linux)\n# Apache/1.3.26 (Linux/SuSE) mod_ssl/2.8.10 OpenSSL/0.9.6g mod_jk/1.2.0\n# Apache/1.3.26 (Unix) Debian GNU/Linux mod_gzip/1.3.19.1a mod_auth_pgsql/0.9.12 ApacheJServ/1.1.2 mod_ssl/2.8.9 OpenSSL/0.9.6c\nHTM:HTM:200:200:400:400:200:HTM:HTM:400:400:400:404:405:404:200:404:501:200:404:Apache/1.3 (Unix):Apache/1\\.3\\.2[2-6] :Apache/1.3.22-1.3.26 (Unix)\nHTM:HTM:200:200:400:301:301:HTM:HTM:400:400:400:404:405:404:200:404:501:301:301:Apache/1.3 (Unix)::Apache/1.3.33 (Debian GNU/Linux) mod_gzip/1.3.26.1a mod_python/2.7.10 Python/2.3.5 PHP/4.3.10-21\nHTM:HTM:200:200:400:301:301:HTM:HTM:400:400:400:404:405:404:200:404:501:301:403:Apache/1.3 (Unix)::Apache/1.3.33 (Unix) PHP/4.4.1\nHTM:HTM:200:200:400:200:200:HTM:HTM:400:400:400:302:405:302:200:302:501:200:200:Apache/1.3 (Unix)::Apache/1.3.33 (Debian GNU/Linux) PHP/4.3.10-19\nHTM:HTM:403:200:400:501:200:HTM:HTM:400:400:400:404:405:404:200:404:501:403:403:Apache/1.3 (Unix)::Apache/1.3.34 (Unix) PHP/4.4.1 mod_ssl/2.8.25 OpenSSL/0.9.7e\nHTM:HTM:200:200:400:400:200:HTM:HTM:400:400:400:404:403:403:200:404:501:200:404:Apache/1.3 (Unix)::Apache/1.3.26 (Unix) PHP/3.0.18 FrontPage/4.0.2.6920\n# Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_fastcgi/2.2.12 mod_jk/1.2.0 mod_perl/1.26 PHP/4.3.3 FrontPage/5.0.2 mod_ssl/2.8.12 OpenSSL/0.9.6b\n# Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_perl/1.26 PHP/4.3.3 FrontPage/5.0.2 mod_ssl/2.8.12 OpenSSL/0.9.6b\nHTM:HTM:200:200:400:501:200:HTM:HTM:400:400:400:404:405:404:200:404:501:302:404:Apache/1.3 (Unix)::Apache/1.3.27 (Unix) (Red-Hat/Linux)\n# Apache/1.3.33 (Darwin)\n# Apache/1.3.34 (Unix) FrontPage/5.0.2.2623\n# Apache/1.3.41 (Darwin\nHTM:HTM:200:200:400:501:200:HTM:HTM:400:400:400:404:405:404:403:404:501:403:403:Apache/1.3 (Unix):Apache/1\\.3\\.(3[3-9]|4[01]):Apache/1.3.33-1.3.41 (Unix)\n# Apache/1.3.33 (Unix) PHP/4.3.10 mod_ssl/2.8.22 OpenSSL/0.9.7e\n# Apache/1.3.34 (Unix) PHP/4.3.7\nHTM:HTM:200:200:400:200:200:HTM:HTM:400:400:400:200:200:200:200:200:200:200:403:Apache/1.3 (Unix):Apache/1\\.3\\.3[34] \\(Unix\\):Apache/1.3.33-1.3.34 (Unix)\nHTM:HTM:200:200:400:200:200:HTM:HTM:400:400:400:404:403:403:200:404:501:200:404::Apache/1.3 (Unix)::Apache/1.3.34 (Unix) PHP/5.0.5 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_ssl/2.8.25 OpenSSL/0.9.7f\n# Apache/1.3.29 (Unix) PHP/4.3.6 mod_perl/1.29\n# Apache/1.3.36 (Unix) mod_perl/1.29 PHP/4.3.11 mod_ssl/2.8.27 OpenSSL/0.9.7d\n# Apache/1.3.33 (Debian GNU/Linux) PHP/4.3.10-19 mod_perl/1.29\n# Apache/1.3.37 (Unix) PHP/4.4.6 mod_deflate/1.0.21 mod_ssl/2.8.28 OpenSSL/0.9.8c\nHTM:HTM:200:200:400:501:200:HTM:HTM:400:400:400:200:405:200:200:200:501:200:200:Apache/1.3 (Unix):Apache/1\\.3\\.(29|3[0-7]):Apache/1.3.29-1.3.37 (Unix)\n# Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_python/2.7.8 Python/1.5.2 mod_ssl/2.8.12 OpenSSL/0.9.6b DAV/1.0.3 PHP/4.1.2 mod_perl/1.26 mod_throttle/3.1.2\n# Apache/1.3.33 (Debian GNU/Linux) Sun-ONE-ASP/4.0.0 FrontPage/5.0.2.2635 mod_ssl/2.8.22 OpenSSL/0.9.7e\n# Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.6 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a\nHTM:HTM:200:200:400:501:200:HTM:HTM:400:400:400:404:403:403:200:404:501:200:404:Apache/1.3 (Unix):Apache/1\\.3\\.(2[7-9]|3[3-7]):Apache/1.3.27-1.3.37 (Unix)\n# Apache/1.3.33 (Unix) PHP/5.0.4 FrontPage/5.0.2.2635 mod_ssl/2.8.22 OpenSSL/0.9.7d\n# Apache/1.3.37 Ben-SSL/1.57 (Unix) PHP/4.3.10 FrontPage/5.0.2.2510\nHTM:HTM:200:200:400:501:200:HTM:HTM:400:400:400:404:403:403:200:404:501:403:403:Apache/1.3 (Unix):Apache/1\\.3\\.3[3-7]:Apache/1.3.33-1.3.37 (Unix)\n# Apache/1.3.37 (Unix) mod_ssl/2.8.28 OpenSSL/0.9.7a PHP/4.4.4 mod_perl/1.29 FrontPage/5.0.2.2510\n# Apache/1.3.37 (Unix) mod_ssl/2.8.28 OpenSSL/0.9.7e PHP/4.3.11\nHTM:HTM:200:200:400:403:200:HTM:HTM:400:400:400:404:403:403:200:403:403:200:404:Apache/1.3 (Unix)::Apache/1.3.37 (Unix)\n#\n# Apache/2.0.40 (Red Hat Linux)\n# Apache/2.0.52 (Red Hat)\n# Apache/2.0.54 (Unix) DAV/2 PHP/5.1.1\n# Apache/2.0.55 (Unix) mod_perl/1.99_17-dev Perl/v5.8.5 mod_ssl/2.0.55 OpenSSL/0.9.7a PHP/4.3.11 FrontPage/5.0.2.2634\n# Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8b DAV/2 PHP/5.2.8\nHTM:HTM:200:200:200:403:200:HTM:HTM:400:400:400:404:403:403:200:403:403:200:404:Apache/2 (Unix):Apache/2\\.(0\\.[4][0-9]|2\\.([0-9]( |$)|1[01])):Apache/2.0.40-2.2.11 (Unix)\nHTM:HTM:200:200:200:200:200:HTM:HTM:400:400:400:302:405:405:200:405:501:200:403:Apache/2.0 (Unix)::Apache/2.0.48 [PHP/4.3.4]\n# Apache/2.0.43 (Unix) mod_ssl/2.0.43 OpenSSL/0.9.7a mod_jk/1.2.1\n# Apache/2.0.52 (FreeBSD) PHP/4.3.9\n# Apache/2.0.52 (FreeBSD) PHP/4.3.9 mod_ssl/2.0.52 OpenSSL/0.9.7d\n# Apache/2.0.54 (FreeBSD) PHP/5.2.0 with Suhosin-Patch mod_ssl/2.0.54 OpenSSL/0.9.7d\n# Apache/2.0.55 (Unix) PHP/5.0.5 mod_ssl/2.0.55 OpenSSL/0.9.7g\n# Apache/2.2.3 (Unix) PHP/4.4.3\n# Apache/2.3.0-dev (Unix)\n# Apache/2.0.63 (FreeBSD) PHP/5.2.9 with Suhosin-Patch\n# Apache/2.4.26 (FreeBSD)\nHTM:HTM:200:200:200:501:200:HTM:HTM:400:400:400:404:405:405:200:405:501:200:403:Apache/2.0 (Unix) or Apache/2.2 (Unix) or Apache 2.2 (FreeBSD) or Apache/2.3 (Unix):Apache/2\\.(0\\.(4[3-9]|[56][0-9])|2\\.[0-9]|3\\.O-dev|4\\.16):Apache/2.0.43-2.3.0-dev (Unix) or Apache/2.4.16 (FreeBSD)\n# Apache/2.0.52 (CentOS)\n# Apache/2.0.54 (Debian GNU/Linux) mod_python/3.1.3 Python/2.3.5 PHP/5.0.5-Debian-0.8~sarge1 mod_perl/1.999.21 Perl/v5.8.4\nHTM:HTM:200:200:200:200:200:HTM:HTM:400:400:400:302:405:405:200:405:501:200:404:Apache/2.0 (Unix):Apache/2\\.0\\.5[2-4]:Apache/2.0.52-2.0.54 (Linux)\n# Apache/2.0.54 (Debian GNU/Linux) mod_ssl/2.0.54 OpenSSL/0.9.7d mod_auth_pgsql/2.0.1 mod_perl/1.999.21 Perl/v5.8.4\n# Apache/2.2.3 (Unix) mod_ssl/2.2.3 OpenSSL/0.9.6b PHP/5.1.6\nHTM:HTM:200:200:200:200:200:HTM:HTM:400:400:400:302:405:405:200:405:501:200:302:Apache/2.0 (Unix) or Apache/2.2 (Unix):Apache/2\\.(0\\.5[4-9]|2\\.[0-3]):Apache/2.0.54-2.2.3 (Unix)\n# Apache/2.2.8 (Win32) PHP/6.0.0-dev\n# Apache/2.2.8 (Win32) PHP/5.2.6\n# Apache/2.2.11 (Win32) PHP/5.2.6\n# Apache/2.2.17 (Win32) mod_ssl/2.2.17 OpenSSL/0.9.8o PHP/5.3.4 mod_perl/2.0.4 Perl/v5.10.1\n# Apache/2.2.21 (Win32) mod_ssl/2.2.21 OpenSSL/1.0.0e PHP/5.3.8 mod_perl/2.0.4 Perl/v5.10.1\nHTM:HTM:200:200:200:200:200:HTM:HTM:200:400:400:404:405:405:200:405:501:200:404:Apache/2.2 (Win32):^Apache/2\\.2\\.([89]|1[0-7]|21) \\(Win32\\):Apache/2.2.8-2.2.21 (Win32)\n# Apache/2.0.52 (CentOS)\n# Apache/2.0.53 (Fedora)\nHTM:HTM:200:200:200:501:200:HTM:HTM:400:400:400:404:403:403:200:405:405:200:404:Apache/2.0 (Unix):Apache/2\\.0\\.5[23] \\((CentOS|Fedora)\\):Apache/2.0.52-2.0.53 (Red Hat)\n# Apache/2.0.40 (Red Hat Linux)\n# Apache/2.0.48 (Fedora)\n# Apache/2.0.50 (Fedora)\n# Apache/2.0.51 (Fedora)\n# Apache/2.0.53 (Fedora)\n# Apache/2.0.54 (Fedora) [w/ PHP/5.0.4]\n# Apache/2.0.54 (Debian GNU/Linux) DAV/2 mod_ssl/2.0.54 OpenSSL/0.9.7e mod_perl/1.999.21 Perl/v5.8.4\n# Apache/2.2.2 (Fedora)\n# Apache/2.2.3 (Fedora)\n# Apache/2.2.4 (Unix) DAV/2 mod_ssl/2.2.4 OpenSSL/0.9.8e PHP/4.4.7 mod_apreq2-20051231/2.5.7 mod_perl/2.0.2 Perl/v5.8.7\n# Apache/2.2.14 (Unix) DAV/2 mod_ssl/2.2.14 OpenSSL/0.9.8l PHP/5.3.1 mod_apreq2-20090110/2.7.1 mod_perl/2.0.4 Perl/v5.10.1\nHTM:HTM:200:200:200:200:200:HTM:HTM:400:400:400:404:405:405:200:405:405:200:404:Apache/2.0 (Unix) or Apache/2.2 (Unix):Apache/2\\.(0\\.[45][0-9]|2\\.([0-9][^0-9]|1[0-4])):Apache/2.0.50-2.2.14 (Linux)\nHTM:HTM:403:200:302:302:302:HTM:HTM:302:302:400:403:403:403:403:403:403:302:302:Apache/2.0 (Unix)::Apache/2.0.55 (Unix) Ganesh/2.2.0\n# Apache/2.0.49 (Linux/SuSE)\n# Apache/2.0.50 (Linux/SUSE)\n# Apache/2.0.53 (Linux/SUSE)\n# Apache/2.0.54 (Debian GNU/Linux) FrontPage/5.0.2.2635 mod_python/3.1.3 Python/2.3.5 PHP/4.3.10-21 mod_ssl/2.0.54 OpenSSL/0.9.7e mod_webapp/1.2.0-dev mod_perl/1.999.21 Perl/v5.8.4\n# Apache/2.0.54 (Debian GNU/Linux) FrontPage/5.0.2.2635 mod_python/3.1.3 Python/2.3.5 PHP/4.3.10-16 mod_ssl/2.0.54 OpenSSL/0.9.7e mod_webapp/1.2.0-dev mod_perl/1.999.21 Perl/v5.8.4\n# Apache/2.0.54 (Debian GNU/Linux) FrontPage/5.0.2.2635 mod_python/3.1.3 Python/2.3.5 PHP/4.3.10-21 mod_ssl/2.0.54 OpenSSL/0.9.7e mod_webapp/1.2.0-dev mod_perl/1.999.21 Perl/v5.8.4\n# Apache/2.2\n# Apache/2.2.3 (Linux/SUSE)\n# Apache/2.4.10 (Linux/SUSE)\nHTM:HTM:200:200:200:501:200:XML:HTM:400:400:400:404:405:405:200:405:501:200:404:Apache/2.0 (Unix) or Apache/2.2 (Unix) or Apache/2.4 (Linux/SUSE):Apache/2\\.(0\\.[45][0-9]|2|4\\.10):Apache/2.0.50-2.4.10 (Linux)\n# Apache/2.0.59 (Unix) PHP/4.4.4\n# Apache/2.0.59 (NETWARE) mod_jk/1.2.15\n# Apache/2.0.52 (NETWARE) PHP/5.0.3 mod_jk/1.2.6a\nHTM:HTM:200:200:200:501:200:XML:HTM:400:400:400:404:405:405:200:405:501:200:403:Apache/2.0 (Unix) or Apache/2.0 (NETWARE):Apache/2\\.0\\.5[2-9]:Apache/2.0.52-2.0.59 (Unix / NETWARE)\n# Apache/2.0.52 (Red Hat)\n# Apache/2.2.3 (Red Hat) [w/ PHP/5.1.6]\nXML:XML:200:200:200:200:200:XML:XML:400:400:400:404:405:405:200:405:405:200:404:Apache/2.0 (Unix) or Apache/2.2 (Unix):Apache/2\\.(0\\.5[2-9]|2\\.[0-3]):Apache/2.0.52-2.2.3 (Unix)\nHTM:HTM:200:200:200:200:200:HTM:HTM:302:302:400:302:302:302:200:302:302:200:302:Apache/2.2 (Unix)::Apache/2.2.0 (Linux/SUSE)\nHTM:HTM:200:200:200:501:200:XML:HTM:400:400:400:404:405:405:200:405:405:200:403:Apache/2.2 (Unix)::Apache/2.2.4 (FreeBSD) DAV/2\nxxx:xxx:200:200:200:501:200:HTM:xxx:400:400:400:404:405:405:200:405:405:200:404:Apache/2.2 (Unix)::Apache/2.2.0 (Unix) DAV/2 PHP/4.4.2\n# Apache/2.0.48 (Unix) PHP/4.3.9 mod_ssl/2.0.48 OpenSSL/0.9.6b DAV/2\n# Apache/2.2.0 (Linux/SUSE) [w/ PHP/4.4.0]\nHTM:HTM:200:200:200:200:200:HTM:HTM:200:200:400:200:200:200:200:200:200:200:200:Apache/2.0 (Unix) or Apache/2.2 (unix):Apache/2.(0.(4[89]|5[0-9])|2\\.0):Apache/2.0.48-2.2.0 (Unix)\nHTM:HTM:200:200:302:302:302:HTM:HTM:400:400:400:200:200:200:200:200:200:302:404:Apache/2.2 (Unix)::Apache/2.2.3 (Debian) mod_jk/1.2.18 PHP/5.2.0-8\n#\n# Apache/2.0.44 (Win32)\n# Apache/2.0.47 (Win32)\n# Apache/2.0.59 (Win32)\n# Apache/2.0.63 (Win32)\n# Apache/2.2.3 (Win32) PHP/5.1.6\n# Apache/2.2.4 (Win32)\nHTM:HTM:403:200:200:501:200:HTM:HTM:200:400:400:404:405:405:200:405:501:200:404::Apache/2\\.(0\\.(4[4-9]|[56][0-9])|2\\.[0-4]) \\(Win32\\):Apache/2.0.44-2.2.4 (Win32)\n# Apache/2.2.4 (Win32) DAV/2 mod_ssl/2.2.4 OpenSSL/0.9.8d mod_autoindex_color PHP/5.2.1 mod_jk/1.2.20 mod_perl/2.0.3 Perl/v5.8.8\n# Apache/2.2.6 (Win32) DAV/2 mod_ssl/2.2.6 OpenSSL/0.9.8e mod_autoindex_color PHP/5.2.4\nHTM:HTM:403:200:200:501:200:XML:HTM:200:400:400:404:405:405:200:405:405:200:404:Apache/2.2 (Win32):Apache/2\\.2\\.[4-6] \\(Win32\\):Apache/2.2.2-2.2.6 (Win32)\n# Windows 7 running apache 2.2.14 (win32)\nHTM:HTM:200:401:401:401:401:HTM:HTM:401:400:400:401:401:405:405:405:501:401:401:Apache/2.2 (Win32)::Apache/2.2.14 (Win32)\n200:200:200:200:400:501:200:400:400:400:400:400:404:405:404:200:404:501:200:404:::Oracle-Application-Server-10g/10.1.2.0.2 Oracle-HTTP-Server OracleAS-Web-Cache-10g/10.1.2.0.2\n# Indy/10.0.52\n# Indy/9.00.10\n200:200:---:200:200:200:---:---:---:200:200:200:---:---:---:---:---:---:404:404:Indy:^Indy/(9|10\\.)[0-9.]+:Indy/9.00.10-10.0.52\n400:400:501:VER:VER:400:501:501:501:200:404:400:---:501:501:501:501:501:200:200:::Ipswitch-IMail/6.00\n# Ipswitch-IMail/7.15\n# Ipswitch-IMail/8.05\nVER:VER:501:VER:VER:VER:501:501:501:200:404:400:---:501:501:501:501:501:200:HTM:Ipswitch-IMail:^Ipswitch-IMail/[78]\\.:Ipswitch-IMail/7.15-8.05\n200:200:404:200:200:400:400:400:400:400:400:400:405:404:404:404:404:404:200:404:::Microsoft-IIS/4.0\n# Microsoft-IIS/4.0\n# Microsoft-IIS/5.0\n200:200:200:200:200:400:400:400:400:400:400:400:200:200:200:200:200:200:200:200:Microsoft-IIS/4.0 or Microsoft-IIS/5.0:^Microsoft-IIS/[45]\\.0:Microsoft-IIS/4.0-5.0\n200:200:404:200:200:400:400:400:400:400:400:400:405:404:404:404:404:404:404:404:Microsoft-IIS/5.0::Microsoft-IIS/5.0 [w/ PHP/4.3.3 & ASP.NET]\n# Netscape-Enterprise/3.0L\n# Netscape-Enterprise/3.5.1G\n200:HTM:200:400:200:500:400:400:400:404:404:400:500:401:401:200:500:400:404:403:Netscape/3:Netscape-Enterprise/3:Netscape-Enterprise/3.0L-3.5.1G\n400:HTM:200:400:400:400:400:400:400:404:404:400:404:401:401:200:404:404:404:403:Netscape/3::Netscape-Enterprise/3.6 SP2\nHTM:HTM:HTM:200:HTM:HTM:HTM:HTM:HTM:HTM:HTM:400:411:411:405:405:405:405:200:302:::nginx/0.5.24\n200:200:501:200:200:200:501:501:501:200:501:200:501:501:501:501:501:501:400:400:::Xunlei Http Server/1.0\n# Cerberus FTP 5.0.6, port 443\n200:200:405:200:200:---:---:---:---:200:200:200:200:200:200:200:---:---:200:200:::CerberusFTPServer/5.0Server: CerberusFTPServer/5.0\n# Cerberus FTP 5.0.6, port 10000\n---:---:200:200:200:---:405:405:---:200:200:200:---:405:405:405:405:405:414:414:::gSOAP/2.8\n# Fedora 22 Apache\n# Fedora 23 Apache\n# Fedora 25 Apache\nHTM:HTM:200:403:403:501:403:400:400:400:400:400:404:405:405:200:405:405:403:404:Apache/2.4:^Apache/2\\.4\\.(18( \\(Fedora\\))? PHP\\/5\\.6\\.(21|22)|23( \\(Fedora\\))?( PHP\\/(5\\.6\\.2[3456789]|7\\.0\\.13))?):Apache/2.4.18 (Fedora) PHP/5.6.21-23 or Apache 2.4.23 (Fedora) or Apache 2.4.23 (Fedora) PHP/5.6.23-29 or Apache 2.4.23 (Fedora) PHP/7.0.13 [R]\n# openSuSE 13.2 Tomcat 7.0.55\nHTM:HTM:200:505:505:505:500:400:400:400:400:400:404:403:403:405:501:501:500:404:::Apache-Coyote/1.1 [R]\n# Scientific Linux 6.7 Tomcat 6.0.24\n---:---:400:505:505:505:400:400:400:400:400:400:400:400:400:405:400:400:400:400:::Apache-Coyote/1.1 [R]\nHTM:HTM:200:505:505:505:200:---:400:400:400:400:404:403:403:405:501:501:200:404:::Apache-Coyote/1.1 [R]\n# RHEL 6.8 Tomcat 6.0.24\n---:---:400:505:505:505:400:---:400:400:400:400:400:400:400:405:400:400:400:400:::Apache-Coyote/1.1 [R]\n# Nessus WWW\n400:400:405:505:400:400:400:400:400:400:400:200:411:405:405:405:405:405:403:403:::NessusWWW [R]\n400:400:405:505:400:400:400:400:400:400:400:404:411:405:405:405:405:405:404:404:::NessusWWW [R]\n400:400:405:505:400:400:400:400:400:405:405:200:411:411:405:405:405:405:404:400:::NessusWWW [R]\n400:400:405:505:400:400:400:400:400:405:405:200:411:411:405:405:405:405:404:404:::NessusWWW [L]\n---:---:400:400:400:400:400:400:400:400:400:400:400:400:400:400:400:400:400:400:::NessusWWW [L]\n400:400:405:505:400:400:400:400:400:405:405:200:405:405:405:405:405:405:404:404:::NessusWWW [R]\n# CentOS 5.11 Tomcat 5.5.23\n---:---:400:505:505:505:---:---:---:400:400:400:400:400:400:405:400:400:400:400:::Apache-Coyote/1.1 [R]\n# Debian 8 Tomcat 7.0.64\nXML:XML:200:505:505:505:200:400:---:400:400:400:404:403:403:405:501:501:200:404:::Apache-Coyote/1.1 [R]\n# Debian 7.11 Tomcat 6.0.45\nXML:XML:200:505:505:505:200:---:---:400:400:400:404:403:403:405:501:501:200:404:::Apache-Coyote/1.1 [R]\n# Debian 8.5 Tomcat 8.0.14\nXML:XML:500:505:505:505:200:400:400:400:400:400:404:403:403:405:501:501:200:404:::Apache-Coyote/1.1 [R]\n# Fedora 21 Apache/2.4.16 (Fedora) PHP/5.6.15\n200:200:200:200:200:501:403:HTM:HTM:400:400:400:404:405:405:200:405:405:403:404:::Apache/2.4.16 (Fedora) PHP/5.6.15 [R]\n# Windows 2012r2 Node.js 0.12.7\n---:200:404:200:---:---:---:---:---:---:---:200:404:404:404:404:404:404:404:404:::Node.js 0.12.7 [R]\n# CentOS Embedded Tomcat via Sonarqube\nHTM:HTM:200:505:505:505:200:400:400:400:400:400:404:404:404:405:501:501:404:404:::Apache-Coyote/1.1 [Sonarqube]\n# Ubuntu MiniServe 1.791 via Webmin\n---:---:200:---:---:---:200:---:---:200:200:200:200:400:200:405:200:400:200:200:::MiniServ/1.791 [Webmin]\n# RHEL 4 32bit CUPS/1.1\n403:403:200:505:400:400:403:400:400:405:405:403:403:403:403:403:400:400:400:400:::CUPS/1.1 [R]\n# CentOS gunicorn/19.4.5\n400:400:200:VER:400:400:200:400:200:200:200:200:200:200:200:200:200:200:200:200:::gunicorn/19.4.5 [R]\n# RHEL 6 64bit lighttpd 1.4.35\n400:400:200:505:400:501:400:400:400:404:404:400:411:404:404:404:404:404:404:404:::lighttpd/1.4.35 [R]\n# CentOS Apache/2.2.15\nHTM:HTM:404:200:200:200:200:HTM:HTM:400:400:400:200:200:200:200:200:200:200:200:::Apache/2.2.15 (CentOS) [R]\n# Ubuntu 16.04 Apache/2.4.18 (Ubuntu)\nHTM:HTM:200:200:200:501:200:400:400:400:400:400:404:405:405:405:405:501:200:404:::Apache/2.4.18 (Ubuntu) [R]\n# Windows Selenium 2.48.1 with Jetty/5.1.x\nHTM:HTM:403:403:403:403:---:---:---:403:400:400:403:403:403:403:403:403:403:403:::Jetty/5.1.x (Windows 7/6.1 amd64 java/1.8.0_73 [Selenium Standalone 2.48.1]\n# FreeBSD 10.3 Apache/2.4.23\nHTM:HTM:200:200:200:501:200:400:400:400:400:400:404:405:405:200:405:501:200:403:::Apache/2.4.23 (FreeBSD) [R]\n# Fedora 24 Apache/2.4.23\n200:200:200:200:200:200:200:200:400:200:200:200:200:200:200:200:200:200:200:200:::Apache/2.4.23 (Fedora) PHP/5.6.28 [R]\n# Fedora 23 Tomcat 8.0.39\nHTM:HTM:200:505:505:400:200:400:400:400:400:400:404:403:403:405:501:501:200:404:::Apache-Coyote/1.1 [L]\n# Fedora 24 Apache/2.4.25\n# RHEL Apache/2.4.25 PHP 5.4.16\nHTM:HTM:200:400:400:400:400:400:400:400:400:400:404:405:405:200:405:405:403:404:Apache/2.2 or Apache/2.4:^Apache/2\\.(2\\.15|4\\.(6|25|26)( \\(Fedora\\)| \\(Red Hat Enterprise Linux\\)))?( PHP\\/5\\.(6\\.(29|30)|4\\.16))?:Apache/2.2.15 (Oracle) or Apache/2.2.15 (Scientific Linux) or Apache/2.2.15 (Red Hat) or Apache/2.2.15 (CentOS) or Apache/2.4.25-26 (Fedora) PHP/5.6.29-30 or Apache/2.4.6 (Red Hat Enterprise Linux) PHP/5.4.16 [R]\n# Apache Traffic Server\n400:400:400:200:400:400:400:400:400:400:404:400:200:200:403:200:200:200:400:400:::ATS/7.0.0 [R]\n# Debian 7 Apache/2.2.22\n# Debian 8 Apache/2.4.10\n# Ubuntu Apache/2.4.7\nHTM:HTM:200:400:400:400:400:400:400:400:400:400:404:405:405:405:405:501:200:404:Apache 2.2 or Apache 2.4:^Apache/2\\.(2\\.22 \\(Debian\\)|4\\.(7|10|25) (\\(Ubuntu\\)|\\(Debian\\))):Apache/2.2.22 (Debian) or Apache/2.4.10 (Debian) or Apache/2.4.25 (Debian) or Apache/2.4.7 (Ubuntu)\n# GE Multilin Relays\n200:200:---:200:200:---:200:200:200:HTM:---:200:---:---:---:---:---:---:HTM:200:::GE Industrial Systems UR [R] \n# Riverbed Steelhead\n---:---:404:400:400:400:400:400:400:400:400:400:403:403:403:405:403:403:200:200:::Apache [R] \n---:---:200:400:400:400:400:400:400:400:400:400:403:403:403:405:403:403:200:200:::Apache [R] \n---:---:404:400:400:400:400:400:400:400:400:400:403:403:403:405:403:403:302:302::RAW:Apache\n---:---:200:400:400:400:400:400:400:400:400:400:403:403:403:405:403:403:302:302::RAW:Apache\n#End of list\";\n\n#### Start of main code\n\ninclude('global_settings.inc');\ninclude(\"misc_func.inc\");\ninclude(\"http.inc\");\n\n## DEBUG\n#if (COMMAND_LINE)\n#{\n# foreach port(make_list(80, 8000, 8080))\t# 9090, 6800...\n# if ((s = open_sock_tcp(port)) != 0) break;\n# if (!s) exit(0);\n# close(s);\n# # thorough_tests = 1;\n#}\n#else\n\nif (safe_checks()) e = 0; else e = 1;\nport = get_http_port(default: 80, embedded: e, dont_break: TRUE);\n\nver = int(get_kb_item(\"http/\" + port));\nno404 = get_kb_item(\"www/no404/\" + port);\n\nbad = 0;\nif (COMMAND_LINE && ! debug_level) debug_level = 1;\nverbose_test = experimental_scripts || report_verbosity > 1 || COMMAND_LINE;\nif (verbose_test)\n debug_print('Verbose mode enabled (old behavior).\\n');\nelse\n debug_print('Terse mode enabled (new behavior).\\n');\n\nif (http_is_dead(port: port))\n{\n exit(0, \"Web server is dead.\");\n}\n\n####\n\noutdated = 0;\nplugintime = cvsdate2unixtime(date: \"$Date: 2018/02/26 16:33:28 $\");\nif (plugintime > 0)\n outdated = (unixtime() - plugintime > 86400 * 60);\t# Two months\n\n####\n\ndebug_print(level: 2, '** Fingerprinting ', get_host_ip(), ':', port, ' **\\n');\n\nglobal_var\twa;\t# Reused by \"no200\" detection\n\nsiglen = 80;\t# IMPORTANT! Update this when request are added or removed!\n\ntimeout = 5;\nfunction testreq1(port, request, no404, no200)\n{\n local_var\ts, i, j, c, h, b, wansp, wa_len, sl;\n local_var\tconnect_refused;\n local_var\tt1, t2;\n\n sl = 1;\n if (thorough_tests) j = 2; else j = 1; # We try twice to get data in thorough_tests\n# TEST\nif (COMMAND_LINE) j = 3;\n while (j -- > 0 && !c)\n {\n if (thorough_tests) i = 3; else i = 1; # We try 3*2 times to connect to the server in thorough_tests\n# TEST\nif (COMMAND_LINE) i = 4;\n while (i -- > 0 && ! s)\n {\n s = http_open_socket(port);\n if (!s)\n {\n connect_refused ++;\n if (i <= 0) break;\n debug_print(level: 2, 'Connection refused - sleeping ', sl, ' s and retrying.\\n');\n sleep(sl ++);\n }\n else\n {\n connect_refused = 0;\n }\n }\n if (s)\n {\n send(socket: s, data: request);\n t1 = unixtime();\n c = recv_line(socket: s, length: 1024, timeout: timeout);\n if (c)\n {\n h = http_recv_headers3(socket:s);\n b = http_recv_body(socket: s, headers: h);\n }\n else\n {\n t2 = unixtime();\n if (t2 - t1 < timeout) return '---';\n }\n http_close_socket(s); s = NULL;\n }\n }\n if (sl > 1)\n {\n if (c)\n debug_print('Problem reading data from ', get_host_ip(), '. Try to increase the timeouts.\\n');\n }\n\n if (connect_refused)\n {\n debug_print('Connection refused on port ', port, ' - exiting.\\n');\n exit(0);\n }\n if (! c) return '---';\n\n if (h)\n wa = c + h + '\\r\\n' + b;\t# Whole answer\n else\n wa = c + b;\n\n i = 0;\n wa_len = strlen(wa);\n while ( i < wa_len && (wa[i] == ' ' || wa[i] == '\\t' || wa[i] == '\\r' || wa[i] == '\\n'))\n i ++;\n\n if ( i >= wa_len ) return NULL;\n\n # We truncate the string, because ereg functions do not work on big strings\n wansp = substr(wa, i, i + 2048);\n\n # Just a try. If it breaks anything, just remove this line\n # and change back BLK to xxx in the signatures\n # if (wa =~ '^[ \\t\\r\\n]*$') return 'BLK';\n if (wansp == '') return 'BLK';\n\n debug_print(level: 4, 'code=', c, '\\n');\n\n if (! preg(string: c, pattern: \"^HTTP(/[0-9]\\.[0-9])? +[0-9][0-9][0-9] \") &&\n c !~ \"^(HTTP/NESSUS)/[0-9A-Z.]* 5[0-9][0-9] \")\n {\n if (c =~ \"^HTTP/[0-9A-Z.]* \")\n return 'VER';\n\n if (wansp =~ '^<\\\\?xml')\n return 'XML';\t# Maybe I should return HTM ?\n\n if (wansp =~ '^<[ \\t\\r\\n]*(HTML|TITLE|HEAD|BODY|SCRIPT|X-HTML|BR|HR|P)[ \\t\\r\\n]*>' ||\n\twansp =~ '^<[ \\t\\r\\n]*(BODY|HTML|BR|HR|BGSOUND|FRAMESET)[ \\t\\r\\n]+[A-Z\\'\"=*,#0-9.:/ \\t\\r\\n-]*>' ||\n\twansp =~ '^<[ \\t\\r\\n]*META[ \\t\\r\\n]' ||\n\twansp =~ '^<[ \\t\\r\\n]*(A|BASE)[ \\t\\r\\n]+HREF[ \\t\\r\\n]*=[ \\t\\r\\n]*\"' ||\n\twansp =~ '<[ \\t\\r\\n]*(PRE|H[1-9]|P|B)[ \\t\\r\\n]*>.*<[ \\t\\r\\n]*/(PRE|H[1-9]|P|B)[ \\t\\r\\n]*>' ||\n\twansp =~ '^<[ \\t\\r\\n]*script +(type|language)=[\"\\']?(text/javascript|JavaScript|jscript\\\\.encode)[\"\\']?[ \\t\\r\\n]*>?' ||\n\twansp =~ '^<jsp:useBean +[A-Z\"=#0-9 \\t\\r\\n]*/>[ \\t\\r\\n]*<[ \\t\\r\\n]*HTML[ \\t\\r\\n]*>' ||\n\twansp =~ '^<!DOCTYPE +(HTML|doctype|PUBLIC)' ||\n\twansp =~ '^<[ \\t\\r\\n]SCRIPT +(SRC|LANGUAGE)=\"' ||\n\twansp =~ '^<[ \\t\\r\\n]*LINK[ \\t\\r\\n]+rel=\"[a-z]+\"' ||\n\twansp =~ '<[ \\t\\r\\n]*\\\\?php [^>]*>' ||\n\twansp =~ '<[ \\t\\r\\n]*CENTER[ \\t\\r\\n]*>' ||\n\twa =~ '<[ \\t\\r\\n]*STYLE[ \\t\\r\\n]+TYPE=\"text/css\"[ \\t\\r\\n]*>' ||\n\twa =~ '<[ \\t\\r\\n]*TABLE([ \\t\\r\\n]+[A-Z]+=([0-9]+%?|[a-z]+))*[ \\t\\r\\n]*>' ||\n\twa =~ '<[ \\t\\r\\n]*STYLE[ \\t\\r\\n]*>\\\\.[a-z]+' ||\n\twansp =~ '^<[ \\t\\r\\n]*(BODY|HTML)[ \\t\\r\\n]+lang=\"[^\"]+\">[ \\t\\r\\n>]' ||\n\twansp =~ '^<\\\\?php[ \\t\\r\\n]' ||\n\twansp =~ '<[ \\t\\r\\n]*(PRE|H[1-9]|P|B)[ \\t\\r\\n]*>[ \\t\\r\\n]*<[ \\t\\r\\n]*FONT([ \\t\\r\\n]+SIZE=\"\\\\+?[0-9]+\")?[ \\t\\r\\n]*>' ||\n\twansp =~ '<[ \\t\\r\\n]*IFRAME[ \\t\\r\\n]+SRC=.*>' || wansp =~ '<[ \\t\\r\\n]*FRAMESET[ \\t\\r\\n]*>' ||\n\t# If we get an HTML comment, there is a high probability that what\n\t# comes next is HTML\n\twansp =~ '^<!--.*-->')\n return 'HTM';\n else if (wa =~ '501 Method not implemented')\n return 501;\n else\n {\n debug_print(level: 2, '**** Request ****\\n', request, '**** answer ****\\n', wansp, '****\\n');\n return 'xxx';\n }\n }\n\n if (c =~ \"^HTTP(/[0-9.]+)? 200\" && no404 && no404 >< wa)\n return 404;\n if (c=~ \"^HTTP(/[0-9.]+)? 404\" && no200 && no200 >< wa)\n return 200;\n\n c = strstr(c, ' ');\n return int(substr(c, 1, 3));\n}\n\nfunction same_start(s1, s2)\n{\n local_var\tl, l2, i;\n\n l = strlen(s1);\n l2 = strlen(s2);\n if (l > l2) l = l2;\n\n for (i = 0; i < l; i ++)\n if (s1[i] != s2[i])\n return 0;\n return 1;\n}\n\nglobal_var\tnreq, longestreq, longestreqtime;\nnreq = 0; longestreq = 0; longestreqtime = 0;\n\nfunction testreq(port, request, no404, no200)\n{\n local_var\tt1, t2, dt, t;\n\n nreq ++;\n if (debug_level > 0) { t1 = gettimeofday(); }\n t = testreq1(port: port, request: request, no404: no404, no200: no200);\n if (debug_level > 0)\n {\n t2 = gettimeofday();\n dt = difftime(t1: t1, t2: t2);\n if (dt > 500000)\n debug_print('Request #', nreq, ' took ', dt / 1000, ' ms.\\n');\n if (dt > longestreqtime) { longestreqtime = dt; longestreq = nreq; }\n }\n return t;\n}\n\nfunction banner_is_informative(name)\n{\n if (isnull(name) || name == '') return 0;\n if (name == 'Apache') return 0;\n\n # We cannot be more precise for those servers\n # If we get some information, we'll have to remove some names from this list\n if (name == 'micro_httpd' || name == 'Rational_Web_Platform'\n || name == 'BATM' || name == 'FTGate' || name == 'JRun Web Server'\n || name == 'aMule'\n || name == 'Kerio Personal Firewall' || name == 'Sunbelt Personal Firewall')\n\treturn 1;\n\n if (name =~ '^[a-z _-]+$') return 0;\n return 1;\n}\n\n#### Banner\n\nbanner = get_http_banner(port: port);\nif (isnull(banner))\n{\n debug_print('Broken web server.\\n');\n exit(0);\n}\nelse\n{\n # MA 2007-06-04: Renaud found that HMAP kills iTunes\n # The lethal request is \"GET /\\r\\n\\r\\n\" but any other request that does not have a third part is also toxic.\n # It should be declared as 'broken', but let's double-check, just in case...\n if (egrep(string: banner, pattern: '^DAAP-Server:[ \\t]*iTunes/'))\n {\n exit(0, 'Server is iTunes; HMAP would kill it');\n }\n\n xheaders = \"\"; b = banner;\n for (i = 0; i < 9; i ++)\t# Don't loop on kazillons of headers\n {\n # Interesting headers: X-Powered-By, Ms-Author-Via, ETag,\n # and Via (a proxy may disturb the signature)\n xx = egrep(pattern: '^(([a-zA-Z-]*Via)|(X-[a-zA-Z-]+)|ETag):', string: b);\n if (!xx) break;\n # egrep may return a multiline result\n foreach x (split(xx)) {\n b -= x;\n x -= '\\r';\n xheaders += x;\n }\n }\n serverheader = egrep(pattern: '^Server:', string: banner, icase: 1);\n}\n\n# So far, this script is experimental. We enable it if there is no banner, or a simplified banner\nif (! COMMAND_LINE && ! experimental_scripts && ! thorough_tests &&\n serverheader && banner_is_informative(name: serverheader))\n{\n exit(0, \"HTTP banner on port \"+port+\" is detailed enough.\");\n}\n\nif (xheaders)\n debug_print(level: 1, 'Server=', serverheader, '\\n**** X ****\\n', xheaders, '***********\\n');\n\nif (serverheader)\n{\n serverheader = ereg_replace(string: serverheader, pattern: \"^Server: *(.*)$\", replace: \"\\1\", icase: 1);\n serverheader -= '\\r\\n';\n}\n\n#### Reference request\n\nr = http_get(port: port, item: \"/\");\nt = testreq(port: port, request: r, no404: no404);\nno200=\"\";\n\nredir = NULL;\nslash_is_forbidden = NULL;\n\nif (! t)\n{\n # Very unreliable!\n exit(0, 'Web server is dead or very slow.');\n}\n# MA 2007-06-05: this code has been dead for a long time...\n# else if (t == 'H')\n# {\n# if (ver > 9)\n# {\n# debug_print('hmap: inconsistent HTTP/0.9 answer with version ', ver, '\\n');\n# exit(0);\n# }\n# ver = 9;\n# }\nelse if (t == 301 || t == 302 || t == 303)\n{\n debug_print('/ is redirected, signature may be unreliable.\\n');\n redir = t;\n debug_print(level: 2, 'redir=', redir, '\\n');\n bad ++;\t# Is this so bad?\n}\nelse if (t == 404)\n{\n debug_print('/ is not found, expect problems.\\n');\n # Try to fix\n no200 = egrep(string: wa, pattern: \".*(<h1>[^<]*</h1>).*\", icase: 1);\n if (! no200)\n no200 = egrep(string: wa, pattern: \".*(<h2>[^<]*</h2>).*\", icase: 1);\n if (no200)\n no200 = ereg_replace(string: no200, pattern: \".*(<h[12]>[^<]*</h[12]>).*\", icase: 1, replace: \"\\1\");\n if (no200) debug_print(level: 2, 'no200=', no200, '\\n');\n if (! no200) bad ++;\n}\nelse if (t == 401)\n{\n# Note that we should not do this with 403, because it might be returned by\n# some servers which \"forbid\" some odd requests.\n slash_is_forbidden = \"401\";\n}\nelse if (t != 200)\n{\n debug_print('/ is forbidden or in error, expect problems (code=', t, ').\\n');\n bad ++;\n}\n\nlast_code = t;\nbroken_srv = 1;\n\n####\n\nh = get_host_name();\n\n# Might be useful:\n# 'HEAD /asdfasdfasdfasdfasdf/../ HTTP/1.0'\t(thttpd 2.10 / 2.20)\n\nreqL1 = make_list(\n'GET / \\r\\n\\r\\n',\t\t\t\t# HTTP/0.9 + space\n'GET /\\r\\n\\r\\n',\t\t\t\t# HTTP/0.9\n'OPTIONS * HTTP/1.1\\r\\nHost: ' + h + '\\r\\n\\r\\n',# OPTIONS *\n'GET / HTTP/3.14\\r\\nHost: ' + h + '\\r\\n\\r\\n',\t# SciFi\n'GET / HTTP/\\r\\n\\r\\n',\t\t\t\t# Incomplete\n'get / http/1.0\\r\\n\\r\\n',\t\t\t# Lowercase method\n'GET\\t/\\tHTTP/1.0\\r\\n\\r\\n',\t\t\t# Tab separator\n'GET/HTTP/1.0\\r\\n\\r\\n',\t\t\t\t# No separator\n'GET\\n/\\nHTTP/1.0\\r\\n\\r\\n',\t\t\t# \\n instead of blank\n'GET \\\\ HTTP/1.0\\r\\n\\r\\n',\t\t\t# Windows like URI\n'HEAD .. HTTP/1.0\\r\\n\\r\\n',\t\t\t# relative + forbidden\n'GET / HTTP/1.1\\r\\n\\r\\n'\t\t\t# Incomplete HTTP/1.1 request\n);\n###Useless\n###'GET / HTTP/1.X\\r\\n\\r\\n',\t\t\t# Alphanum HTTP version\n##'GET / HTTP/1.0\\r\\n\\r\\n',\t\t\t# HTTP/1.0\n## Removed: always got 200\n##'GET / HTTP/1.1\\r\\nHost: ' + h + '\\r\\n\\r\\n',\t# HTTP/1.1\n###Useless\n###'GET\\r\\n\\r\\n',\t\t\t\t\t# Very incomplete!\n###Useless\n###'GET / NESSUS/1.0\\r\\n\\r\\n',\t\t\t# Unknown protocol\n## Only distinguish userver/0.3 from userver/0.4\n##'GET / HTTP/1.0\\n\\n',\t\t\t\t# LF instead of CRLF\n##Useless but for apt-proxy?\n##'GET . HTTP/1.0\\r\\n\\r\\n',\t\t\t# relative URI\n## Not added: I thought that it might help recognize Netscape/4.1 from\n## Netscape/6.0, but not always.\n## 'HEAD /../ HTTP/1.0\\r\\n\\r\\n',\t\t# forbidden\n\n\nmethods = make_list(\n## GET & HEAD removed: always returned 404\n\t'POST',\t# Dangerous - disabled in \"safe checks\" below\n\t'PUT', 'DELETE',\n###Useless\n###\t'OPTIONS',\n\t 'TRACE',\n## MOVE, MKCOL, PROPFIND, PROPPATCH, LOCK, UNLOCK\n## returned the same results as COPY\n\t'COPY', 'SEARCH'\n\t);\n\n# Dangerous requests\nreqL2 = make_list(\n'GET ' + crap(data: \"////////\", length: 1024) + ' HTTP/1.0\\r\\n\\r\\n',\n'GET ' + crap(data: '/ABC', length: 2048) + ' HTTP/1.0\\r\\n\\r\\n'\n);\n\nsign = \"\";\nrawsign = \"\";\n\n# Ignore safe_checks if server is supposed to be Apache\n# (or anything else that is robust enough):\n# 1. the server is not vulnerable to a too long request\n# 2. we need such request to differentiate close versions or\n# configurations of Apache.\nno_dangerous_req = safe_checks() && (serverheader !~ \"^((.*Powered by )?Apache|IBM_HTTP_SERVER|Oracle|Lotus-Domino|Microsoft-IIS|CompaqHTTPServer)\");\n\n# Get authorization string - we do not support complex schemes here\na = get_kb_item(\"/tmp/http/auth/\"+port);\nif (! a)\n a = get_kb_item(\"http/auth\");\n\nnreq = 0;\nforeach r (reqL1)\n{\n if (a)\n r = str_replace(find: '\\n', string: r, replace: '\\n'+a+'\\r\\n', count: 1);\n t = testreq(port: port, request: r, no404: no404, no200: no200);\n if (isnull(t))\n {\n debug_print('Request #', nreq, ' failed somehow\\n');\n if (!thorough_tests) exit(0);\n bad ++; t = '+++';\n }\n else if (t != last_code) broken_srv = 0;\n rawsign = rawsign + t + \":\";\n if (t == redir || t == slash_is_forbidden) t = \"200\";\n sign = sign + t + \":\";\n}\n\nforeach m (methods)\n{\n if (no_dangerous_req && m == 'POST')\n {\n t = '+++';\n nreq ++;\n }\n else\n {\n# if (a)\n# r = str_replace(find: '\\n', string: r, replace: '\\n'+a+'\\r\\n', count: 1);\n r = http_get(item: \"/\" + rand_str(), port: port);\n r = ereg_replace(pattern: \"^GET\", replace: m, string: r);\n t = testreq(port: port, request: r, no404: no404, no200: no200);\n if (isnull(t))\n {\n debug_print('Request #', nreq, ' failed somehow.\\n');\n if (!thorough_tests) exit(0);\n t = '+++'; bad ++;\n }\n }\n if (t != '+++' && t != last_code) broken_srv = 0;\n rawsign = rawsign + t + \":\";\n if (t == redir || t == slash_is_forbidden) t = \"200\";\n sign = sign + t + \":\";\n}\n\nforeach r (reqL2)\n{\n if (! no_dangerous_req)\n {\n t = testreq(port: port, request: r, no404: no404, no200: no200);\n if (isnull(t))\n {\n debug_print('Request #', nreq, ' failed somehow\\n');\n if (! thorough_tests) exit(0);\n t = '+++'; bad ++;\n }\n else if (t != last_code) broken_srv = 0;\n rawsign = rawsign + t + \":\";\n if (t == redir || t == slash_is_forbidden) t = \"200\";\n sign = sign + t + \":\";\n }\n else\n {\n nreq ++;\n rawsign += '+++:';\n sign += '+++:';\n }\n}\n\nif (strlen(sign) != siglen) {\n err_print('This script is badly broken: strlen(sig)=', strlen(sign), ' siglen=', siglen, '\\n');\n exit(1);\n}\n\ndebug_print('The longest (#', longestreq, ') request took ', longestreqtime / 1000, 'ms.\\n');\n\ndebug_print('sign = ', sign, '\\n');\nif (sign != rawsign) debug_print('rawsign= ', rawsign, '\\n');\n\nif (xheaders)\n debug_print('--- xheaders ---\\n', xheaders, '----------------\\n');\n# 2006-05-18: replace wildcard +++ by ...\npat = '^' + str_replace(string: rawsign, find: '+++', replace: '...') + \"[^:]*:\";\ns = egrep(string: fingerprints, pattern : pat);\nif (!s)\n{\n pat = '^' + str_replace(string: sign, find: '+++', replace: '...') + \"[^:]*:\";\n s = egrep(string: fingerprints, pattern : pat);\n}\n\n# TBD: if Etag is present, there should be a way to match it.\n\nif (broken_srv)\n{\n exit(0);\n}\n\n#### Fuzzy match\n\nglobal_var\tdifferences, rawdifferences;\n\nif (!s)\n{\n results = split(sign, sep: \":\", keep: 0);\n rawresults = split(rawsign, sep: ':', keep: 0);\n n1 = max_index(results);\n n2 = max_index(rawresults);\n if (n1 != n2)\n {\n err_print('n1=', n1, ' n2=', n2, ' - This script is badly broken, exiting.\\n');\n exit(1);\n }\n\n foreach sig (split(fingerprints, keep: 0))\n {\n if (strlen(sig) > 0 && ! match(string: sig, pattern: \"#*\"))\n {\n v = split(substr(sig, 0, siglen-1), sep: \":\", keep: 0);\n v2 = pregmatch(string: substr(sig, siglen), pattern: '^([^:]*):([^:]*):(.*)$');\n n2 = max_index(v);\n if (n2 != n1 || isnull(v2))\n {\n err_print('Invalid signature: n2=', n2, ' n1=', n1, '\\n', sig);\n continue;\n }\n\n if (verbose_test || strlen(v2[1]) == 0)\n srv = v2[3] - '\\n';\n else\n srv = v2[1];\n re = v2[2];\n diff = 0; rawdiff = 0;\n for (i = 0; i < n2; i ++)\n if (v[i] != '+++' && results[i] != '+++')\n {\n if (v[i] != results[i])\n {\n diff ++;\n }\n if (v[i] != rawresults[i])\n\t {\n rawdiff ++;\n\t }\n }\n if (isnull(differences[srv]) || differences[srv] > diff)\n differences[srv] = diff;\n if (isnull(rawdifferences[srv]) || rawdifferences[srv] > rawdiff)\n rawdifferences[srv] = rawdiff;\n\n if (rawdiff == 0 && !s)\n {\n debug_print('S=', rawsign, '\\n matches: \\nS=', sig, '\\n');\n s = sig;\n break;\n }\n if (diff == 0 && !s)\n {\n debug_print('S=', rawsign, '\\n matches: \\nS=', sig, '\\n');\n s = sig;\n break;\n }\n }\n }\n\n m = 999999;\n foreach d (differences) { if (d < m) m = d; }\n foreach d (rawdifferences) { if (d < m) m = d; }\n\n hyp = \"\"; prev = \"\"; nb_hyp = 0;\n foreach i (keys(differences))\n if (rawdifferences[i] == m)\n {\n if (i != prev)\n hyp = string(hyp, i, \"\\n\");\n prev = i;\n nb_hyp ++;\n }\n else if (differences[i] == m)\n {\n if (i != prev)\n hyp = string(hyp, i, \"\\n\");\n prev = i;\n nb_hyp ++;\n }\n## display(\"nb_hyp=\", nb_hyp, \"\\n\");\n}\n\nset_kb_item(name: \"www/hmap/\"+port+\"/signature\", value: sign);\nset_kb_item(name: \"www/hmap/\"+port+\"/raw_signature\", value: rawsign);\n\nif (http_is_dead(port: port))\nsecurity_note(port: port, extra: \"\nIt seems your web server stopped responding while it was being\ntested.\n\nPlease send the following data to www-signatures@nessus.org :\n\n\" + \" - Sig : \" + sign + '\\n - RawSig : ' + rawsign + '\\n - Server header : ' + serverheader);\n\nif (islocalnet()) local = ' [L] '; else local = ' [R] ';\n\nsend_flag = 0;\nif (s)\n{\n s = chomp(s);\n v2 = pregmatch(string: substr(s, siglen), pattern: '^([^:]*):([^:]*):(.*)$');\n if (isnull(v2))\n {\n err_print('This script is broken - invalid signature: \\n', s);\n exit(1);\n }\n srv2 = ereg_replace(string: v2[3], pattern: ' +\\\\[[^]]+\\\\]$', replace: '');\n if (verbose_test)\n srv = v2[3];\n else if (strlen(v2[1]) == 0)\n srv = srv2;\n else\n srv = v2[1];\n\n re = v2[2];\n re = ereg_replace(string: re, pattern: \"^\\^Apache\",\n replace: '^([A-Za-z_-]+(/[0-9.]+)?[ \\t]+)?Apache');\n\n debug_print(level: 4, 'serverheader=', serverheader, '\\nRE=', re, '\\nSRV=', srv, '\\nSRV2=', srv2, '\\n');\n\n if (re)\n set_kb_item(name: \"www/hmap/\"+port+\"/banner_regex\", value: re);\n if (strlen(v2[3]) > 0)\n set_kb_item(name: \"www/hmap/\"+port+\"/description\", value: v2[3]);\n if (strlen(v2[1]) > 0)\n set_kb_item(name: \"www/hmap/\"+port+\"/type\", value: v2[1]);\n\n more_info = 1;\n if (! verbose_test)\n rep = \"This web server was fingerprinted as : \" + srv;\n else\n if (! serverheader)\n {\n if (re == \"^$\")\n rep = \"This web server was fingerprinted as : \" + srv;\n else\n rep = \"Although it tries to hide its version +\nthis web server was fingerprinted as : \" + srv;\n }\n else if (\tre && preg(string: serverheader, pattern: re) ||\n\t\t! re && serverheader == srv2 )\n {\n rep = \"This web server was fingerprinted as : \" + srv + \"\nwhich is consistent with the displayed banner : \" + serverheader;\n set_kb_item(name: \"www/hmap/\"+port+\"/banner_ok\", value: 1);\n }\n# Apache short banners are a special case\n else if ((! re || serverheader =~ \"^Apache(/[1-9](\\.[0-9]+)?)?$\") && same_start(s1: serverheader, s2: srv))\n {\n rep = \"This web server was fingerprinted as : \" + srv + \"\nThis seems to be consistent with the displayed banner : \" + serverheader;\n set_kb_item(name: \"www/hmap/\"+port+\"/banner_ok\", value: 1);\n }\n else\n {\n rep = \"This web server was fingerprinted as : \" + srv + \"\nwhich is not consistent with the displayed banner : \" + serverheader;\n more_info = 0;\n if (!bad)\n if (outdated)\n {\n rep = (rep + '\\n\\nThis plugin seems out of date.\\nYou should run nessus-update-plugins to get better results.');\n }\n else\n {\n rep += '\\n\\n' +\n\t\"If you think that Nessus was wrong, please send this signature\nto www-signatures@nessus.org :\n\n\" + sign + \":FIX:\" + serverheader + local + '\\n' + s + '\\n';\n send_flag ++;\n if (xheaders)\n rep += 'Including these headers :\\n\\n' + xheaders;\n rep += \"\nTry to provide as much information as you can - software & operating\nsystem release, sub-version, patch numbers, and specific configuration\noptions, if any.\";\n }\n set_kb_item(name: \"www/hmap/\"+port+\"/banner_ok\", value: 0);\n }\n\n if (! outdated && ! send_flag && strlen(serverheader) > 0)\n {\n if (\"+++\" >!< sign && \"+++\" >< s)\n rep += \"\n\nYou found a better signature than the already known one.\nPlease send this to www-signatures@nessus.org :\n\" + sign + '::' + serverheader + local + '\\n' + s + '\\n';\n\n else if (report_verbosity > 9999 &&\t# Disabled for the moment!\n\tmore_info && srv =~ \"^[A-Z_ -]+(/[0-9]+(\\.[0-9])?)?$\")\n rep += \"\n\nIf you can provide more information about the server software and\noperating system versions, specific configuration options, modules,\nservice packs, hotfixes, patches, etc., please send them to\nwww-signatures@nessus.org with this signature :\n\" + sign + \"DETAILS:\" + serverheader + local + '\\n';\n }\n\n security_note(port: port, extra: '\\n' + rep);\n debug_print(rep);\n exit(0);\n}\n\n####\n\nif (m > 3 && bad && ! verbose_test)\n{\n debug_print('Highly unreliable signature. Best match differs on ', m, 'points. Exiting silently.\\n');\n exit(0, \"Unreliable HMAP signature.\");\n}\n\nif (bad)\n rep = 'Nessus was not able to reliably identify this server.';\nelse\n rep = 'Nessus was not able to exactly identify this server.';\n\nrep = rep + ' It might be :\\n' + '\\n' + hyp + '\\n' +\n 'The fingerprint differs from the known signatures on ' + m + \n ' point(s).\\n';\n\n# Should I store these results in the KB?\n\n####\n\nif (!bad || COMMAND_LINE)\n{\n rep = rep + '\nIf you know what this server is and if you are using an up to date version\nof this script, please send this signature to www-signatures@nessus.org :\n\n' + sign + '::' + serverheader + local + '\\n';\n if (rawsign != sign)\n rep = (rep + rawsign + ':RAW:' + serverheader + '\\n');\n if (xheaders)\n rep = rep + 'Including these headers :\\n\\n' + xheaders;\n rep += '\nTry to provide as much information as you can - software & operating\nsystem release, sub-version, patch numbers, and specific configuration\noptions, if any.';\n}\n\nsecurity_note(port: port, extra:'\\n'+rep);\n", "cvss": {"score": 0.0, "vector": "NONE"}}]}