From ae36c08f12aa578cb93b59cc14615a9fee1875d9 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar <miroslav.stampar@gmail.com> Date: Thu, 13 Mar 2014 10:05:56 +0100 Subject: [PATCH] Updating server signatures --- xml/banner/server.xml | 49 +++++++++++++++++++++++++++++++++++-------- 1 file changed, 40 insertions(+), 9 deletions(-) diff --git a/xml/banner/server.xml b/xml/banner/server.xml index 634f4f767..bb0b11f59 100644 --- a/xml/banner/server.xml +++ b/xml/banner/server.xml @@ -2,8 +2,7 @@ <!-- References: - * http://www.http-stats.com/Server - * http://en.wikipedia.org + * https://en.wikipedia.org/wiki/Internet_Information_Services * http://distrowatch.com --> @@ -79,11 +78,11 @@ </regexp> <regexp value="Apache/2\.2\.3 \(CentOS\)"> - <info type="Linux" distrib="CentOS" release="5.8"/> + <info type="Linux" distrib="CentOS" release="5.10"/> </regexp> <regexp value="Apache/2\.2\.15 \(CentOS\)"> - <info type="Linux" distrib="CentOS" release="6.3"/> + <info type="Linux" distrib="CentOS" release="6.5"/> </regexp> <!-- Apache: Debian --> @@ -144,6 +143,10 @@ <info type="Linux" distrib="Debian" release="6.0" codename="squeeze"/> </regexp> + <regexp value="Apache/2\.2\.22 \(Debian\)"> + <info type="Linux" distrib="Debian" release="7.0" codename="wheezy"/> + </regexp> + <!-- Apache: Fedora --> <regexp value="Apache/2\.0\.47 \(Fedora\)"> @@ -234,6 +237,18 @@ <info type="Linux" distrib="Fedora" release="17" codename="Beefy"/> </regexp> + <regexp value="Apache/2\.4\.3 \(Fedora\)"> + <info type="Linux" distrib="Fedora" release="18" codename="Spherical"/> + </regexp> + + <regexp value="Apache/2\.4\.4 \(Fedora\)"> + <info type="Linux" distrib="Fedora" release="19" codename="Schrodingers"/> + </regexp> + + <regexp value="Apache/2\.4\.6 \(Fedora\)"> + <info type="Linux" distrib="Fedora" release="20" codename="Heisenbug"/> + </regexp> + <!-- Apache: FreeBSD --> <regexp value="Apache/2\.0\.16 \(FreeBSD\)"> @@ -328,6 +343,10 @@ <info type="Linux" distrib="FreeBSD" release="9.0"/> </regexp> + <regexp value="Apache/2\.4\.6 \(FreeBSD\)"> + <info type="Linux" distrib="FreeBSD" release="9.2"/> + </regexp> + <!-- Apache: Mandrake / Mandriva --> <regexp value="Apache/1\.3\.6 \(Unix\)\s+\(Mandrake/Linux\)"> @@ -434,10 +453,6 @@ <info type="Linux" distrib="Mandriva" release="2010.1|2010.2"/> </regexp> - <regexp value="Apache/2\.2\.19 \(Mandriva Linux/"> - <info type="Linux" distrib="Mandriva" release="Cooker"/> - </regexp> - <!-- Apache: Red Hat --> <regexp value="Apache/1\.1\.3 Red Hat"> @@ -508,6 +523,10 @@ <info type="Linux" distrib="Red Hat" release="Enterprise 6" codename="Santiago"/> </regexp> + <regexp value="Apache/2\.4\.6 \(Red Hat\)"> + <info type="Linux" distrib="Red Hat" release="Enterprise 7" codename="Maipo"/> + </regexp> + <!-- Apache: SuSE --> <regexp value="Apache/1\.3\.6 \(Unix\) \(SuSE/Linux\)"> @@ -615,6 +634,14 @@ <info type="Linux" distrib="SuSE" release="12.1"/> </regexp> + <regexp value="Apache/2\.2\.22 \(Linux/SuSE\)"> + <info type="Linux" distrib="SuSE" release="12.2|12.3"/> + </regexp> + + <regexp value="Apache/2\.4\.6 \(Linux/SuSE\)"> + <info type="Linux" distrib="SuSE" release="13.1"/> + </regexp> + <!-- Apache: Ubuntu --> <regexp value="Apache/2\.0\.50 \(Ubuntu\)"> @@ -674,7 +701,11 @@ </regexp> <regexp value="Apache/2\.2\.22 \(Ubuntu\)"> - <info type="Linux" distrib="Ubuntu" release="12.04" codename="Precise Pangolin"/> + <info type="Linux" distrib="Ubuntu" release="12.04|12.10|13.04" codename="Precise Pangolin|Quantal Quetzal|Raring Ringtail"/> + </regexp> + + <regexp value="Apache/2\.4\.6 \(Ubuntu\)"> + <info type="Linux" distrib="Ubuntu" release="13.10" codename="Saucy Salamander"/> </regexp> <!-- Nginx -->