mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-23 10:03:47 +03:00
Minor update
This commit is contained in:
parent
452915ed4a
commit
dccc837703
|
@ -19,7 +19,7 @@ from lib.core.enums import OS
|
|||
from thirdparty.six import unichr as _unichr
|
||||
|
||||
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
|
||||
VERSION = "1.5.5.5"
|
||||
VERSION = "1.5.5.6"
|
||||
TYPE = "dev" if VERSION.count('.') > 2 and VERSION.split('.')[-1] != '0' else "stable"
|
||||
TYPE_COLORS = {"dev": 33, "stable": 90, "pip": 34}
|
||||
VERSION_STRING = "sqlmap/%s#%s" % ('.'.join(VERSION.split('.')[:-1]) if VERSION.count('.') > 2 and VERSION.split('.')[-1] == '0' else VERSION, TYPE)
|
||||
|
|
4
thirdparty/identywaf/data.json
vendored
4
thirdparty/identywaf/data.json
vendored
|
@ -761,8 +761,8 @@
|
|||
},
|
||||
"tencent": {
|
||||
"company": "Tencent Cloud Computing",
|
||||
"name": "Tencent Cloud",
|
||||
"regex": "waf\\.tencent-cloud\\.com",
|
||||
"name": "Tencent Cloud|Waterproof Wall",
|
||||
"regex": "waf\\.tencent-cloud\\.com|window.location.href=.https://waf.tencent.com/501page.html",
|
||||
"signatures": [
|
||||
"3f82:RVZXum60OEhCWapBYKcPk4JzWOpohM4IiUYMr2RXg1uQJbX3uhdOnthtOj+hX7AB16FcPxJPdLsXo2tKaK99nui7c4RmkgI2FZjxtDtAeq+c36A5chW1XaTD"
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue
Block a user