You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "sqlmap.py", line 222, in main
start()
File "lib/core/decorators.py", line 80, in _
result = f(*args, **kwargs)
File "lib/controller/controller.py", line 732, in start
action()
File "lib/controller/action.py", line 115, in action
conf.dumper.dbTables(conf.dbmsHandler.getTables())
File "plugins/generic/databases.py", line 324, in getTables
table = unArrayizeValue(table).strip()
AttributeError: 'NoneType' object has no attribute 'strip'
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: