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 2b5e429 commit 138b803Copy full SHA for 138b803
1 file changed
plugins/generic/enumeration.py
@@ -1574,10 +1574,10 @@ def dumpTable(self, foundData=None):
1574
colString = ", ".join(column for column in colList)
1575
rootQuery = queries[Backend.getIdentifiedDbms()].dump_table
1576
1577
- infoMsg = "fetching"
+ infoMsg = "fetching entries"
1578
if conf.col:
1579
- infoMsg += " column(s) '%s'" % colString
1580
- infoMsg += " entries for table '%s'" % unsafeSQLIdentificatorNaming(tbl)
+ infoMsg += " of column(s) '%s'" % colString
+ infoMsg += " for table '%s'" % unsafeSQLIdentificatorNaming(tbl)
1581
infoMsg += " on database '%s'" % unsafeSQLIdentificatorNaming(conf.db)
1582
logger.info(infoMsg)
1583
0 commit comments