mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Couple of DREI patches
This commit is contained in:
parent
2e75662a6d
commit
2b57b4b54b
6 changed files with 10 additions and 11 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue