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 fce61ff commit 5216fb6Copy full SHA for 5216fb6
1 file changed
plugins/generic/enumeration.py
@@ -55,7 +55,7 @@ class Enumeration:
55
"""
56
57
def __init__(self, dbms):
58
- self.has_information_schema = None
+ self.has_information_schema = False
59
60
self.banner = ""
61
self.currentUser = ""
0 commit comments