File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed 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.5.4.1 "
21+ VERSION = "1.5.4.2 "
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 303303 " 9bf2:RVdXum61OElCWapAYKYPk4JzWOtohM4IiUYMr2RXg1uQJbX2uhdOn9htOj+hX7AB16FcPxJPdLsXo2tKaK99n+i7c4RmkgI2FZjxtDtAeq+c3qA4chS1XKTC"
304304 ]
305305 },
306+ "duedge" : {
307+ "company" : " Baidu" ,
308+ "name" : " DuEdge" ,
309+ "regex" : " (?s)<h1>403<small>.+DuEdge Event ID: [0-9a-f]{16}.+IP: [0-9.]+" ,
310+ "signatures" : []
311+ },
306312 "expressionengine" : {
307313 "company" : " EllisLab" ,
308314 "name" : " ExpressionEngine" ,
536542 " 125a:RVdXum61OElCWKpAYKYPk4JzWOtohM4JiUcMr2RXg1uQJbX3uhdOn9htOj+hX7AB16FcPxJPdLsXo2tLaK99n+i7c4VmkwI3FZnxtDtBeq+c36A5chW1XaTC"
537543 ]
538544 },
545+ "openrasp" : {
546+ "company" : " Blackbaud" ,
547+ "name" : " OpenRASP" ,
548+ "regex" : " 400 - Request blocked by OpenRASP|https://rasp.baidu.com/blocked2?/" ,
549+ "signatures" : []
550+ },
539551 "paloalto" : {
540552 "company" : " Palo Alto Networks" ,
541553 "name" : " Palo Alto" ,
You can’t perform that action at this time.
0 commit comments