We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8d9678 commit a827453Copy full SHA for a827453
plugins/generic/entries.py
@@ -339,7 +339,7 @@ def dumpTable(self, foundData=None):
339
"db": safeSQLIdentificatorNaming(conf.db)}
340
try:
341
attackDumpedTable()
342
- except Exception, ex:
+ except (IOError, OSError), ex:
343
errMsg = "an error occurred while attacking "
344
errMsg += "table dump ('%s')" % ex
345
logger.critical(errMsg)
0 commit comments