File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 34
34
<!-- Reference: https://msdn.microsoft.com/en-us/library/windows/desktop/ms724832%28v=vs.85%29.aspx -->
35
35
36
36
<regexp value =" Windows.*\b10\.0" >
37
- <info type =" Windows" distrib =" 2019| 2016|10 " />
37
+ <info type =" Windows" distrib =" 2016|2019|10|11 " />
38
38
</regexp >
39
39
40
40
<regexp value =" Windows.*\b6\.3" >
Original file line number Diff line number Diff line change 163
163
<info type =" Linux" distrib =" Debian" release =" 10" codename =" buster" />
164
164
</regexp >
165
165
166
+ <regexp value =" Apache/2\.4\.48 \(Debian\)" >
167
+ <info type =" Linux" distrib =" Debian" release =" 11" codename =" bullseye" />
168
+ </regexp >
169
+
166
170
<!-- Apache: Fedora -->
167
171
168
172
<regexp value =" Apache/2\.0\.47 \(Fedora\)" >
315
319
</regexp >
316
320
317
321
<regexp value =" Apache/2\.4\.46 \(Fedora\)" >
318
- <info type =" Linux" distrib =" Fedora" release =" 33" />
322
+ <info type =" Linux" distrib =" Fedora" release =" 33|34" />
323
+ </regexp >
324
+
325
+ <regexp value =" Apache/2\.4\.51 \(Fedora\)" >
326
+ <info type =" Linux" distrib =" Fedora" release =" 35" />
319
327
</regexp >
320
328
321
329
<!-- Apache: FreeBSD -->
858
866
</regexp >
859
867
860
868
<regexp value =" Apache/2\.4\.41 \(Ubuntu\)" >
861
- <info type =" Linux" distrib =" Ubuntu" release =" 19.10|20.04" codename =" eoan|focal" />
869
+ <info type =" Linux" distrib =" Ubuntu" release =" 19.10|20.04|20.10 " codename =" eoan|focal" />
862
870
</regexp >
863
871
864
872
<!-- Nginx -->
Original file line number Diff line number Diff line change 20
20
from thirdparty .six import unichr as _unichr
21
21
22
22
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
23
- VERSION = "1.5.11.4 "
23
+ VERSION = "1.5.11.5 "
24
24
TYPE = "dev" if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] != '0' else "stable"
25
25
TYPE_COLORS = {"dev" : 33 , "stable" : 90 , "pip" : 34 }
26
26
VERSION_STRING = "sqlmap/%s#%s" % ('.' .join (VERSION .split ('.' )[:- 1 ]) if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] == '0' else VERSION , TYPE )
You can’t perform that action at this time.
0 commit comments