Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5216fb6 commit 4b02ed4Copy full SHA for 4b02ed4
1 file changed
plugins/dbms/mysql.py
@@ -58,7 +58,6 @@ class MySQLMap(Fingerprint, Enumeration, Filesystem, Takeover):
58
"""
59
60
def __init__(self):
61
- self.has_information_schema = False
62
Enumeration.__init__(self, "MySQL")
63
64
unescaper.setUnescape(MySQLMap.unescape)
0 commit comments