File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.4.10.15 "
21+ VERSION = "1.4.10.16 "
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 )
Original file line number Diff line number Diff line change 335335 " c669:RVZXum60OEhCWKpAYKYPkoJyWOpohM4IiUYMrmRWg1qQJLX2uhdOnthsOj+hX7AB16FcPhJPdLsXomtKaK59nui7c4RmkwI2FZjxtDtAeq+c3qA5chW1XaTC"
336336 ]
337337 },
338+ "gtmc" : {
339+ "company" : " GTMC" ,
340+ "name" : " GTMC WAF" ,
341+ "regex" :
" GTMC WAF1 Protection:|Please consult with administrator or [email protected] " ,
342+ "signatures" : []
343+ },
338344 "imunify360" : {
339345 "company" : " CloudLinux" ,
340346 "name" : " Imunify360" ,
Original file line number Diff line number Diff line change 6060 HTTPCookieProcessor = urllib2 .HTTPCookieProcessor
6161
6262NAME = "identYwaf"
63- VERSION = "1.0.127 "
63+ VERSION = "1.0.129 "
6464BANNER = r"""
6565 ` __ __ `
6666 ____ ___ ___ ____ ______ `| T T` __ __ ____ _____
You can’t perform that action at this time.
0 commit comments