Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 59ab3c7

Browse files
committed
Updating server.xml with fresh banners
1 parent e9ae44c commit 59ab3c7

1 file changed

Lines changed: 33 additions & 5 deletions

File tree

xml/banner/server.xml

Lines changed: 33 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
<root>
1111
<!-- Microsoft IIS -->
1212

13+
<regexp value="Microsoft-IIS/(8\.0)">
14+
<info technology="Microsoft IIS" tech_version="1" type="Windows" distrib="2012"/>
15+
</regexp>
16+
1317
<regexp value="Microsoft-IIS/(7\.5)">
1418
<info technology="Microsoft IIS" tech_version="1" type="Windows" distrib="2008"/>
1519
</regexp>
@@ -63,15 +67,19 @@
6367
<!-- Apache: CentOS -->
6468

6569
<regexp value="Apache/2\.0\.46 \(CentOS\)">
66-
<info type="Linux" distrib="CentOS" release="3"/>
70+
<info type="Linux" distrib="CentOS" release="3.9"/>
6771
</regexp>
6872

6973
<regexp value="Apache/2\.0\.52 \(CentOS\)">
70-
<info type="Linux" distrib="CentOS" release="4"/>
74+
<info type="Linux" distrib="CentOS" release="4.9"/>
7175
</regexp>
7276

7377
<regexp value="Apache/2\.2\.3 \(CentOS\)">
74-
<info type="Linux" distrib="CentOS" release="5"/>
78+
<info type="Linux" distrib="CentOS" release="5.8"/>
79+
</regexp>
80+
81+
<regexp value="Apache/2\.2\.15 \(CentOS\)">
82+
<info type="Linux" distrib="CentOS" release="6.3"/>
7583
</regexp>
7684

7785
<!-- Apache: Debian -->
@@ -214,6 +222,14 @@
214222
<info type="Linux" distrib="Fedora" release="15" codename="Lovelock"/>
215223
</regexp>
216224

225+
<regexp value="Apache/2\.2\.21 \(Fedora\)">
226+
<info type="Linux" distrib="Fedora" release="16" codename="Verne"/>
227+
</regexp>
228+
229+
<regexp value="Apache/2\.2\.22 \(Fedora\)">
230+
<info type="Linux" distrib="Fedora" release="17" codename="Beefy"/>
231+
</regexp>
232+
217233
<!-- Apache: FreeBSD -->
218234

219235
<regexp value="Apache/2\.0\.16 \(FreeBSD\)">
@@ -304,8 +320,8 @@
304320
<info type="Linux" distrib="FreeBSD" release="8.2"/>
305321
</regexp>
306322

307-
<regexp value="Apache/2\.2\.18 \(FreeBSD\)">
308-
<info type="Linux" distrib="FreeBSD" release="8 stable|9 current"/>
323+
<regexp value="Apache/2\.2\.21 \(FreeBSD\)">
324+
<info type="Linux" distrib="FreeBSD" release="9.0"/>
309325
</regexp>
310326

311327
<!-- Apache: Mandrake / Mandriva -->
@@ -591,6 +607,10 @@
591607
<info type="Linux" distrib="SuSE" release="11.4"/>
592608
</regexp>
593609

610+
<regexp value="Apache/2\.2\.21 \(Linux/SuSE\)">
611+
<info type="Linux" distrib="SuSE" release="12.1"/>
612+
</regexp>
613+
594614
<!-- Apache: Ubuntu -->
595615

596616
<regexp value="Apache/2\.0\.50 \(Ubuntu\)">
@@ -645,6 +665,14 @@
645665
<info type="Linux" distrib="Ubuntu" release="11.04" codename="Natty Narwhal"/>
646666
</regexp>
647667

668+
<regexp value="Apache/2\.2\.20 \(Ubuntu\)">
669+
<info type="Linux" distrib="Ubuntu" release="11.10" codename="Oneiric Ocelot"/>
670+
</regexp>
671+
672+
<regexp value="Apache/2\.2\.22 \(Ubuntu\)">
673+
<info type="Linux" distrib="Ubuntu" release="12.04" codename="Precise Pangolin"/>
674+
</regexp>
675+
648676
<!-- Nginx -->
649677

650678
<regexp value="nginx/([\w\.]+)">

0 commit comments

Comments
 (0)