mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
Due to last commit..
This commit is contained in:
parent
5216fb6e02
commit
4b02ed45fa
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user