mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-10 00:20:37 +03:00
Update for an Issue #907
This commit is contained in:
parent
d8d9678947
commit
a827453eb7
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user