minor update regarding --exact switch

This commit is contained in:
Miroslav Stampar 2012-06-10 13:38:12 +00:00
parent b85a1fc271
commit 96177393e1
3 changed files with 3 additions and 3 deletions

View File

@ -598,7 +598,7 @@ def cmdLineParser():
miscellaneous.add_option("--exact", dest="exact",
action="store_true",
help="Prefer usage of exact names for provided identificators")
help="Prefer usage of exactly provided identificator names")
miscellaneous.add_option("--gpage", dest="googlePage", type="int",
help="Use Google dork results from specified page number")

View File

@ -1034,7 +1034,7 @@ class Enumeration:
logger.error(errMsg)
bruteForce = True
if bruteForce:
if bruteForce or colList and conf.exact:
resumeAvailable = False
for tbl in tblList:

View File

@ -635,7 +635,7 @@ cleanup = False
# Valid: True or False
dependencies = False
# Prefer usage of exact names for provided identificators.
# Prefer usage of exactly provided identificator names.
# Valid: True or False
exact = False