mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
Major bug fix so that the users' privileges enumeration now works properly also on MySQL < 5.0 (fix a traceback)
This commit is contained in:
@@ -55,7 +55,7 @@ class Enumeration:
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, dbms):
|
def __init__(self, dbms):
|
||||||
self.has_information_schema = None
|
self.has_information_schema = False
|
||||||
|
|
||||||
self.banner = ""
|
self.banner = ""
|
||||||
self.currentUser = ""
|
self.currentUser = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user