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 3a8309c commit b5f090cCopy full SHA for b5f090c
1 file changed
plugins/generic/enumeration.py
@@ -1628,6 +1628,7 @@ def dumpTable(self):
1628
"table": unsafeSQLIdentificatorNaming(tbl),
1629
"db": unsafeSQLIdentificatorNaming(conf.db) }
1630
1631
+ attackDumpedTable()
1632
conf.dumper.dbTableValues(kb.data.dumpedTable)
1633
else:
1634
warnMsg = "unable to retrieve the entries of "
@@ -1646,8 +1647,6 @@ def dumpTable(self):
1646
1647
errMsg += "'%s'" % e
1648
logger.critical(errMsg)
1649
- attackDumpedTable()
1650
-
1651
def dumpAll(self):
1652
if conf.db is not None and conf.tbl is None:
1653
self.dumpTable()
0 commit comments