mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 11:03:47 +03: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:
parent
fce61ff950
commit
5216fb6e02
|
@ -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 = ""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user