mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Due to last commit..
This commit is contained in:
@@ -58,7 +58,6 @@ class MySQLMap(Fingerprint, Enumeration, Filesystem, Takeover):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.has_information_schema = False
|
|
||||||
Enumeration.__init__(self, "MySQL")
|
Enumeration.__init__(self, "MySQL")
|
||||||
|
|
||||||
unescaper.setUnescape(MySQLMap.unescape)
|
unescaper.setUnescape(MySQLMap.unescape)
|
||||||
|
|||||||
Reference in New Issue
Block a user