Couple of DREI patches

This commit is contained in:
Miroslav Stampar
2019-05-07 16:37:32 +02:00
parent 2e75662a6d
commit 2b57b4b54b
6 changed files with 10 additions and 11 deletions

View File

@@ -77,7 +77,7 @@ class SQLAlchemy(GenericConnector):
except SqlmapFilePathException:
raise
except Exception as ex:
raise SqlmapConnectionException("SQLAlchemy connection issue ('%s')" % ex[0])
raise SqlmapConnectionException("SQLAlchemy connection issue ('%s')" % ex.msg)
self.printConnected()
else: