mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 02:53:46 +03:00
Fixes #1200
This commit is contained in:
parent
05a496c275
commit
ac74184422
|
@ -36,6 +36,10 @@ class Takeover(GenericTakeover):
|
||||||
|
|
||||||
banVer = kb.bannerFp["dbmsVersion"]
|
banVer = kb.bannerFp["dbmsVersion"]
|
||||||
|
|
||||||
|
if banVer >= "5.0.67":
|
||||||
|
logger.info("retrieving MySQL plugin directory absolute path")
|
||||||
|
self.__basedir = unArrayizeValue(inject.getValue("SELECT @@plugin_dir"))
|
||||||
|
|
||||||
# On MySQL 5.1 >= 5.1.19 and on any version of MySQL 6.0
|
# On MySQL 5.1 >= 5.1.19 and on any version of MySQL 6.0
|
||||||
if banVer >= "5.1.19":
|
if banVer >= "5.1.19":
|
||||||
if self.__basedir is None:
|
if self.__basedir is None:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user