diff --git a/lib/techniques/brute/use.py b/lib/techniques/brute/use.py index 89b872bb3..0f196de85 100644 --- a/lib/techniques/brute/use.py +++ b/lib/techniques/brute/use.py @@ -159,7 +159,7 @@ def tableExists(tableFile, regex=None): dataToStdout("\n") if not retVal: - warnMsg = "no table found" + warnMsg = "no table(s) found" logger.warn(warnMsg) else: for item in retVal: @@ -283,7 +283,7 @@ def columnExists(columnFile, regex=None): dataToStdout("\n") if not retVal: - warnMsg = "no column found" + warnMsg = "no column(s) found" logger.warn(warnMsg) else: columns = {}