Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5216fb6

Browse files
committed
Major bug fix so that the users' privileges enumeration now works properly also on MySQL < 5.0 (fix a traceback)
1 parent fce61ff commit 5216fb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/generic/enumeration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class Enumeration:
5555
"""
5656

5757
def __init__(self, dbms):
58-
self.has_information_schema = None
58+
self.has_information_schema = False
5959

6060
self.banner = ""
6161
self.currentUser = ""

0 commit comments

Comments
 (0)