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 4bb9754 commit 3fa8e1dCopy full SHA for 3fa8e1d
1 file changed
plugins/generic/enumeration.py
@@ -1588,7 +1588,7 @@ def dumpTable(self):
1588
if not kb.data.dumpedTable and not conf.direct:
1589
infoMsg = "fetching number of "
1590
if conf.col:
1591
- infoMsg += "columns '%s' " % colString
+ infoMsg += "column(s) '%s' " % colString
1592
infoMsg += "entries for table '%s' " % unsafeSQLIdentificatorNaming(tbl)
1593
infoMsg += "on database '%s'" % unsafeSQLIdentificatorNaming(conf.db)
1594
logger.info(infoMsg)
0 commit comments