mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-29 20:46:36 +00:00
implemented --tor-port by request
This commit is contained in:
parent
89d2c7c042
commit
b71a81041d
5 changed files with 19 additions and 2 deletions
|
|
@ -534,6 +534,9 @@ def cmdLineParser():
|
|||
action="store_true",
|
||||
help="Use Tor anonymity network")
|
||||
|
||||
general.add_option("--tor-port", dest="torPort",
|
||||
help="Set Tor proxy port other than default")
|
||||
|
||||
general.add_option("--tor-type", dest="torType",
|
||||
help="Set Tor proxy type (HTTP - default, SOCKS4 or SOCKS5)")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue