Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b5f090c

Browse files
committed
Minor bug fix
1 parent 3a8309c commit b5f090c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

plugins/generic/enumeration.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1628,6 +1628,7 @@ def dumpTable(self):
16281628
"table": unsafeSQLIdentificatorNaming(tbl),
16291629
"db": unsafeSQLIdentificatorNaming(conf.db) }
16301630

1631+
attackDumpedTable()
16311632
conf.dumper.dbTableValues(kb.data.dumpedTable)
16321633
else:
16331634
warnMsg = "unable to retrieve the entries of "
@@ -1646,8 +1647,6 @@ def dumpTable(self):
16461647
errMsg += "'%s'" % e
16471648
logger.critical(errMsg)
16481649

1649-
attackDumpedTable()
1650-
16511650
def dumpAll(self):
16521651
if conf.db is not None and conf.tbl is None:
16531652
self.dumpTable()

0 commit comments

Comments
 (0)