minor improvement. messages are now warnings (not errors because lots of them are not causing problems for a normal usage) and most of all it's being checked only if the --dependencies is used (until now this switch has been ignored and turned on by default - always)

This commit is contained in:
Miroslav Stampar
2011-06-14 19:38:35 +00:00
parent a4328e914b
commit d55a242908
3 changed files with 36 additions and 28 deletions

View File

@@ -539,7 +539,7 @@ def cmdLineParser():
miscellaneous.add_option("--dependencies", dest="dependencies",
action="store_true", default=False,
help="Show which sqlmap dependencies are not available")
help="Check for missing sqlmap dependencies")
# Hidden and/or experimental options
parser.add_option("--profile", dest="profile", action="store_true",