mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
added switch --check-tor
This commit is contained in:
parent
24d495368e
commit
86b4a3562f
5 changed files with 29 additions and 2 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue