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

Skip to content

Commit e556876

Browse files
committed
Fixes #4394
1 parent 0524670 commit e556876

3 files changed

Lines changed: 8 additions & 2 deletions

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.4.10.15"
21+
VERSION = "1.4.10.16"
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

100755100644
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,12 @@
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",

thirdparty/identywaf/identYwaf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
HTTPCookieProcessor = urllib2.HTTPCookieProcessor
6161

6262
NAME = "identYwaf"
63-
VERSION = "1.0.127"
63+
VERSION = "1.0.129"
6464
BANNER = r"""
6565
` __ __ `
6666
____ ___ ___ ____ ______ `| T T` __ __ ____ _____

0 commit comments

Comments
 (0)