mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-24 18:43:47 +03:00
Minor update
This commit is contained in:
parent
090cbf75f1
commit
e10a96610d
|
@ -18,7 +18,7 @@ from lib.core.enums import OS
|
||||||
from thirdparty.six import unichr as _unichr
|
from thirdparty.six import unichr as _unichr
|
||||||
|
|
||||||
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
|
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
|
||||||
VERSION = "1.3.7.13"
|
VERSION = "1.3.7.14"
|
||||||
TYPE = "dev" if VERSION.count('.') > 2 and VERSION.split('.')[-1] != '0' else "stable"
|
TYPE = "dev" if VERSION.count('.') > 2 and VERSION.split('.')[-1] != '0' else "stable"
|
||||||
TYPE_COLORS = {"dev": 33, "stable": 90, "pip": 34}
|
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)
|
VERSION_STRING = "sqlmap/%s#%s" % ('.'.join(VERSION.split('.')[:-1]) if VERSION.count('.') > 2 and VERSION.split('.')[-1] == '0' else VERSION, TYPE)
|
||||||
|
|
22
thirdparty/identywaf/data.json
vendored
22
thirdparty/identywaf/data.json
vendored
|
@ -677,6 +677,12 @@
|
||||||
"signatures": [],
|
"signatures": [],
|
||||||
"note": "Uses Incapsula (Reference: https://www.whitefirdesign.com/blog/2016/11/08/more-evidence-that-sitelocks-trueshield-web-application-firewall-is-really-incapsulas-waf/)"
|
"note": "Uses Incapsula (Reference: https://www.whitefirdesign.com/blog/2016/11/08/more-evidence-that-sitelocks-trueshield-web-application-firewall-is-really-incapsulas-waf/)"
|
||||||
},
|
},
|
||||||
|
"sniper": {
|
||||||
|
"company": "Wins",
|
||||||
|
"name": "Sniper",
|
||||||
|
"regex": "document\\.title = [^;]+Sniper WAF",
|
||||||
|
"signatures": []
|
||||||
|
},
|
||||||
"sonicwall": {
|
"sonicwall": {
|
||||||
"company": "Dell",
|
"company": "Dell",
|
||||||
"name": "SonicWALL",
|
"name": "SonicWALL",
|
||||||
|
@ -777,6 +783,14 @@
|
||||||
"c02b:RVZXu261OElCWapBYKcPk4JzWOpohM4JiUcMr2RWg1uQJbX3uhdOnthsOj+hXrAB16FcPxJOdLsXo2tKaK99n+i7c4RmkgI2FZjxtDtAeq+c36A4chW1XaTC"
|
"c02b:RVZXu261OElCWapBYKcPk4JzWOpohM4JiUcMr2RWg1uQJbX3uhdOnthsOj+hXrAB16FcPxJOdLsXo2tKaK99n+i7c4RmkgI2FZjxtDtAeq+c36A4chW1XaTC"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"wapples": {
|
||||||
|
"company": "Penta Security",
|
||||||
|
"name": "Wapples",
|
||||||
|
"regex": "",
|
||||||
|
"signatures": [
|
||||||
|
"60b7:RVZXum60OEhCWKpAYKYPkoJyWOpohM4IiUYMrmRWg1uQJLX2uhZOnthtOj+hXrAA16FcPhJOdLoXomtKaK59nui7c4RmkgI2FZjxtDtAeq+c3qA4chW1XKTC"
|
||||||
|
]
|
||||||
|
},
|
||||||
"watchguard": {
|
"watchguard": {
|
||||||
"company": "WatchGuard Technologies",
|
"company": "WatchGuard Technologies",
|
||||||
"name": "WatchGuard",
|
"name": "WatchGuard",
|
||||||
|
@ -809,6 +823,14 @@
|
||||||
"17a8:RVZXum60OEhCWKpAYKYPkoJyWOpohM4JiUcMrmRXg1qQJbX3uhdOnthtOj+hXrAB16FcPhJPdLoXomtKaK59nui6c4RmkgI2FZjxtDtAeq+c3qA4chS1XKTC"
|
"17a8:RVZXum60OEhCWKpAYKYPkoJyWOpohM4JiUcMrmRXg1qQJbX3uhdOnthtOj+hXrAB16FcPhJPdLoXomtKaK59nui6c4RmkgI2FZjxtDtAeq+c3qA4chS1XKTC"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"webland": {
|
||||||
|
"company": "WebLand",
|
||||||
|
"name": "WebLand",
|
||||||
|
"regex": "Server: Apache Protected by Webland WAF",
|
||||||
|
"signatures": [
|
||||||
|
"4ba0:RVZXum60OEhCWKpAYKYPkoJzWOpohc4IiUYMr2RWg1uQJLX3uhZOnthsOj6hXrAA16BcPhJOdLoXomtKaK59nui6c4RmkgI2FZjxtDtAeq6c3qA4chS1XKTC"
|
||||||
|
]
|
||||||
|
},
|
||||||
"webseal": {
|
"webseal": {
|
||||||
"company": "IBM",
|
"company": "IBM",
|
||||||
"name": "WebSEAL",
|
"name": "WebSEAL",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user