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

Skip to content

Commit 7d1bdb3

Browse files
committed
Update of parsed versions
1 parent e823889 commit 7d1bdb3

3 files changed

Lines changed: 62 additions & 11 deletions

File tree

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from lib.core.revision import getRevisionNumber
2020

2121
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22-
VERSION = "1.0.5.130"
22+
VERSION = "1.0.5.131"
2323
REVISION = getRevisionNumber()
2424
STABLE = VERSION.count('.') <= 2
2525
VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev")

xml/banner/generic.xml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,26 @@
2727
<info sp="4"/>
2828
</regexp>
2929

30-
<regexp value="Windows.*7\.5">
31-
<info type="Windows" distrib="2008"/>
30+
<!-- Reference: https://msdn.microsoft.com/en-us/library/windows/desktop/ms724832%28v=vs.85%29.aspx -->
31+
32+
<regexp value="Windows.*10\.0">
33+
<info type="Windows" distrib="2016|10"/>
34+
</regexp>
35+
36+
<regexp value="Windows.*6\.3">
37+
<info type="Windows" distrib="2012 R2|8.1"/>
3238
</regexp>
3339

34-
<regexp value="Windows.*7\.0">
35-
<info type="Windows" distrib="Vista"/>
40+
<regexp value="Windows.*6\.2">
41+
<info type="Windows" distrib="2012|8"/>
3642
</regexp>
3743

3844
<regexp value="Windows.*6\.1">
39-
<info type="Windows" distrib="7"/>
45+
<info type="Windows" distrib="2008 R2|7"/>
4046
</regexp>
4147

4248
<regexp value="Windows.*6\.0">
43-
<!-- TODO: verify this
44-
<info type="Windows" distrib="Vista"/>
45-
-->
46-
<info type="Windows" distrib="2003"/>
49+
<info type="Windows" distrib="2008|Vista"/>
4750
</regexp>
4851

4952
<regexp value="Windows.*5\.2">

xml/banner/server.xml

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
<root>
1010
<!-- Microsoft IIS -->
1111

12+
<regexp value="Microsoft-IIS/(10\.0)">
13+
<info technology="Microsoft IIS" tech_version="1" type="Windows" distrib="2016|10"/>
14+
</regexp>
15+
1216
<regexp value="Microsoft-IIS/(8\.5)">
1317
<info technology="Microsoft IIS" tech_version="1" type="Windows" distrib="2012 R2|8.1"/>
1418
</regexp>
@@ -82,7 +86,7 @@
8286
</regexp>
8387

8488
<regexp value="Apache/2\.2\.15 \(CentOS\)">
85-
<info type="Linux" distrib="CentOS" release="6.5"/>
89+
<info type="Linux" distrib="CentOS" release="6.8"/>
8690
</regexp>
8791

8892
<!-- Apache: Debian -->
@@ -147,6 +151,14 @@
147151
<info type="Linux" distrib="Debian" release="7.0" codename="wheezy"/>
148152
</regexp>
149153

154+
<regexp value="Apache/2\.4\.10 \(Debian\)">
155+
<info type="Linux" distrib="Debian" release="8.0" codename="jessie"/>
156+
</regexp>
157+
158+
<regexp value="Apache/2\.4\.18 \(Debian\)">
159+
<info type="Linux" distrib="Debian" release="9.0" codename="jessie (testing)"/>
160+
</regexp>
161+
150162
<!-- Apache: Fedora -->
151163

152164
<regexp value="Apache/2\.0\.47 \(Fedora\)">
@@ -249,6 +261,18 @@
249261
<info type="Linux" distrib="Fedora" release="20" codename="Heisenbug"/>
250262
</regexp>
251263

264+
<regexp value="Apache/2\.4\.10 \(Fedora\)">
265+
<info type="Linux" distrib="Fedora" release="21"/>
266+
</regexp>
267+
268+
<regexp value="Apache/2\.4\.12 \(Fedora\)">
269+
<info type="Linux" distrib="Fedora" release="22"/>
270+
</regexp>
271+
272+
<regexp value="Apache/2\.4\.16 \(Fedora\)">
273+
<info type="Linux" distrib="Fedora" release="23"/>
274+
</regexp>
275+
252276
<!-- Apache: FreeBSD -->
253277

254278
<regexp value="Apache/2\.0\.16 \(FreeBSD\)">
@@ -347,6 +371,14 @@
347371
<info type="FreeBSD" release="9.2"/>
348372
</regexp>
349373

374+
<regexp value="Apache/2\.4\.9 \(FreeBSD\)">
375+
<info type="FreeBSD" release="9.3"/>
376+
</regexp>
377+
378+
<regexp value="Apache/2\.4\.16 \(FreeBSD\)">
379+
<info type="FreeBSD" release="10.3"/>
380+
</regexp>
381+
350382
<!-- Apache: Mandrake / Mandriva -->
351383

352384
<regexp value="Apache/1\.3\.6 \(Unix\)\s+\(Mandrake/Linux\)">
@@ -642,6 +674,10 @@
642674
<info type="Linux" distrib="SuSE" release="13.1"/>
643675
</regexp>
644676

677+
<regexp value="Apache/2\.4\.10 \(Linux/SuSE\)">
678+
<info type="Linux" distrib="SuSE" release="13.2"/>
679+
</regexp>
680+
645681
<!-- Apache: Ubuntu -->
646682

647683
<regexp value="Apache/2\.0\.50 \(Ubuntu\)">
@@ -708,6 +744,18 @@
708744
<info type="Linux" distrib="Ubuntu" release="13.10" codename="Saucy Salamander"/>
709745
</regexp>
710746

747+
<regexp value="Apache/2\.4\.10 \(Ubuntu\)">
748+
<info type="Linux" distrib="Ubuntu" release="14.10|15.04" codename="utopic|vivid"/>
749+
</regexp>
750+
751+
<regexp value="Apache/2\.4\.12 \(Ubuntu\)">
752+
<info type="Linux" distrib="Ubuntu" release="15.10" codename="willy"/>
753+
</regexp>
754+
755+
<regexp value="Apache/2\.4\.18 \(Ubuntu\)">
756+
<info type="Linux" distrib="Ubuntu" release="16.04" codename="xenial"/>
757+
</regexp>
758+
711759
<!-- Nginx -->
712760

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

0 commit comments

Comments
 (0)