File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 <info technology =" Tomcat" tech_version =" 1" />
88 </regexp >
99
10+ <regexp value =" Enhydra Application Server/([\d\.]+)" >
11+ <info technology =" Enhydra" tech_version =" 1" />
12+ </regexp >
13+
14+ <regexp value =" Jetty/([\d\.]+)" >
15+ <info technology =" Jetty" tech_version =" 1" />
16+ </regexp >
17+
1018 <regexp value =" JSP[\-\_\/\ ]([\d\.]+)" >
1119 <info technology =" JSP" tech_version =" 1" />
1220 </regexp >
Original file line number Diff line number Diff line change 3535 <info technology =" ASP.NET" type =" Windows" />
3636 </regexp >
3737
38- <regexp value =" (JBoss|Tomcat)[\-\_\/\ ]?([\d\.]+)" >
39- <info technology =" Tomcat" tech_version =" 2" />
38+ <regexp value =" Tomcat[\-\_\/\ ]?([\d\.]+)" >
39+ <info technology =" Tomcat" tech_version =" 1" />
40+ </regexp >
41+
42+ <regexp value =" JBoss[\-\_\/\ ]?([\d\.]+)" >
43+ <info technology =" JBoss" tech_version =" 1" />
4044 </regexp >
4145
4246 <regexp value =" Servlet[\-\_\/\ ]?([\d\.]+)" >
Original file line number Diff line number Diff line change 1818from thirdparty .six import unichr as _unichr
1919
2020# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
21- VERSION = "1.3.6.47 "
21+ VERSION = "1.3.6.48 "
2222TYPE = "dev" if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] != '0' else "stable"
2323TYPE_COLORS = {"dev" : 33 , "stable" : 90 , "pip" : 34 }
2424VERSION_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