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.3.7.13 "
21+ VERSION = "1.3.7.14 "
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 677677 "signatures" : [],
678678 "note" : " Uses Incapsula (Reference: https://www.whitefirdesign.com/blog/2016/11/08/more-evidence-that-sitelocks-trueshield-web-application-firewall-is-really-incapsulas-waf/)"
679679 },
680+ "sniper" : {
681+ "company" : " Wins" ,
682+ "name" : " Sniper" ,
683+ "regex" : " document\\ .title = [^;]+Sniper WAF" ,
684+ "signatures" : []
685+ },
680686 "sonicwall" : {
681687 "company" : " Dell" ,
682688 "name" : " SonicWALL" ,
777783 " c02b:RVZXu261OElCWapBYKcPk4JzWOpohM4JiUcMr2RWg1uQJbX3uhdOnthsOj+hXrAB16FcPxJOdLsXo2tKaK99n+i7c4RmkgI2FZjxtDtAeq+c36A4chW1XaTC"
778784 ]
779785 },
786+ "wapples" : {
787+ "company" : " Penta Security" ,
788+ "name" : " Wapples" ,
789+ "regex" : " " ,
790+ "signatures" : [
791+ " 60b7:RVZXum60OEhCWKpAYKYPkoJyWOpohM4IiUYMrmRWg1uQJLX2uhZOnthtOj+hXrAA16FcPhJOdLoXomtKaK59nui7c4RmkgI2FZjxtDtAeq+c3qA4chW1XKTC"
792+ ]
793+ },
780794 "watchguard" : {
781795 "company" : " WatchGuard Technologies" ,
782796 "name" : " WatchGuard" ,
809823 " 17a8:RVZXum60OEhCWKpAYKYPkoJyWOpohM4JiUcMrmRXg1qQJbX3uhdOnthtOj+hXrAB16FcPhJPdLoXomtKaK59nui6c4RmkgI2FZjxtDtAeq+c3qA4chS1XKTC"
810824 ]
811825 },
826+ "webland" : {
827+ "company" : " WebLand" ,
828+ "name" : " WebLand" ,
829+ "regex" : " Server: Apache Protected by Webland WAF" ,
830+ "signatures" : [
831+ " 4ba0:RVZXum60OEhCWKpAYKYPkoJzWOpohc4IiUYMr2RWg1uQJLX3uhZOnthsOj6hXrAA16BcPhJOdLoXomtKaK59nui6c4RmkgI2FZjxtDtAeq6c3qA4chS1XKTC"
832+ ]
833+ },
812834 "webseal" : {
813835 "company" : " IBM" ,
814836 "name" : " WebSEAL" ,
You can’t perform that action at this time.
0 commit comments