mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Fixes #4394
This commit is contained in:
parent
0524670cf9
commit
e556876fe6
3 changed files with 8 additions and 2 deletions
6
thirdparty/identywaf/data.json
vendored
Executable file → Normal file
6
thirdparty/identywaf/data.json
vendored
Executable file → Normal file
|
|
@ -335,6 +335,12 @@
|
|||
"c669:RVZXum60OEhCWKpAYKYPkoJyWOpohM4IiUYMrmRWg1qQJLX2uhdOnthsOj+hX7AB16FcPhJPdLsXomtKaK59nui7c4RmkwI2FZjxtDtAeq+c3qA5chW1XaTC"
|
||||
]
|
||||
},
|
||||
"gtmc": {
|
||||
"company": "GTMC",
|
||||
"name": "GTMC WAF",
|
||||
"regex": "GTMC WAF1 Protection:|Please consult with administrator or waf@nm.gtmc.com.tw",
|
||||
"signatures": []
|
||||
},
|
||||
"imunify360": {
|
||||
"company": "CloudLinux",
|
||||
"name": "Imunify360",
|
||||
|
|
|
|||
2
thirdparty/identywaf/identYwaf.py
vendored
2
thirdparty/identywaf/identYwaf.py
vendored
|
|
@ -60,7 +60,7 @@ else:
|
|||
HTTPCookieProcessor = urllib2.HTTPCookieProcessor
|
||||
|
||||
NAME = "identYwaf"
|
||||
VERSION = "1.0.127"
|
||||
VERSION = "1.0.129"
|
||||
BANNER = r"""
|
||||
` __ __ `
|
||||
____ ___ ___ ____ ______ `| T T` __ __ ____ _____
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue