Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e10a966

Browse files
committed
Minor update
1 parent 090cbf7 commit e10a966

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from 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"
2222
TYPE = "dev" if VERSION.count('.') > 2 and VERSION.split('.')[-1] != '0' else "stable"
2323
TYPE_COLORS = {"dev": 33, "stable": 90, "pip": 34}
2424
VERSION_STRING = "sqlmap/%s#%s" % ('.'.join(VERSION.split('.')[:-1]) if VERSION.count('.') > 2 and VERSION.split('.')[-1] == '0' else VERSION, TYPE)

thirdparty/identywaf/data.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -677,6 +677,12 @@
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",
@@ -777,6 +783,14 @@
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",
@@ -809,6 +823,14 @@
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",

0 commit comments

Comments
 (0)