added switch --check-tor

This commit is contained in:
Miroslav Stampar
2011-10-25 17:37:43 +00:00
parent 24d495368e
commit 86b4a3562f
5 changed files with 29 additions and 2 deletions

View File

@@ -520,6 +520,10 @@ def cmdLineParser():
action="store_true",
help="Use default Tor (Vidalia/Privoxy/Polipo) proxy address")
general.add_option("--check-tor", dest="checkTor",
action="store_true",
help="Check to see if Tor is used properly")
general.add_option("--update", dest="updateAll",
action="store_true",
help="Update sqlmap")