mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Couple of DREI patches
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user