mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +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:
parent
fce61ff950
commit
5216fb6e02
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ class Enumeration:
|
|||
"""
|
||||
|
||||
def __init__(self, dbms):
|
||||
self.has_information_schema = None
|
||||
self.has_information_schema = False
|
||||
|
||||
self.banner = ""
|
||||
self.currentUser = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue