Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8d9678 commit a827453Copy full SHA for a827453
1 file changed
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