mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Minor bug fix - restored of so called kb.misc.testedDbms (now kb.misc.fpDbms) to force the DBMS (only) during the fingerprint phase
This commit is contained in:
@@ -61,7 +61,7 @@ class Enumeration:
|
||||
This class defines generic enumeration functionalities for plugins.
|
||||
"""
|
||||
|
||||
def __init__(self, dbms):
|
||||
def __init__(self):
|
||||
kb.data.has_information_schema = False
|
||||
kb.data.banner = None
|
||||
kb.data.currentUser = ""
|
||||
|
||||
Reference in New Issue
Block a user