mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
Update for an Issue #907
This commit is contained in:
@@ -339,7 +339,7 @@ class Entries:
|
|||||||
"db": safeSQLIdentificatorNaming(conf.db)}
|
"db": safeSQLIdentificatorNaming(conf.db)}
|
||||||
try:
|
try:
|
||||||
attackDumpedTable()
|
attackDumpedTable()
|
||||||
except Exception, ex:
|
except (IOError, OSError), ex:
|
||||||
errMsg = "an error occurred while attacking "
|
errMsg = "an error occurred while attacking "
|
||||||
errMsg += "table dump ('%s')" % ex
|
errMsg += "table dump ('%s')" % ex
|
||||||
logger.critical(errMsg)
|
logger.critical(errMsg)
|
||||||
|
|||||||
Reference in New Issue
Block a user