diff --git a/lib/utils/brute.py b/lib/utils/brute.py index 2c41f4211..6d8b4b4f6 100644 --- a/lib/utils/brute.py +++ b/lib/utils/brute.py @@ -81,6 +81,7 @@ def tableExists(tableFile, regex=None): if choice == '2': message = "what's the custom common tables file location?\n" tableFile = readInput(message) or tableFile + tableFile = tableFile.strip('"') infoMsg = "checking table existence using items from '%s'" % tableFile logger.info(infoMsg)