mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
adding switch --tor-type
This commit is contained in:
parent
316e27a809
commit
563c0c1066
8 changed files with 37 additions and 28 deletions
|
|
@ -571,10 +571,14 @@ parseErrors = False
|
|||
# Valid: True or False
|
||||
replicate = False
|
||||
|
||||
# Use default Tor SOCKS5 proxy address.
|
||||
# Use Use Tor anonymity network.
|
||||
# Valid: True or False
|
||||
tor = False
|
||||
|
||||
# Set Tor proxy type.
|
||||
# Valid: HTTP, SOCKS4, SOCKS5
|
||||
torType = HTTP
|
||||
|
||||
# Update sqlmap.
|
||||
# Valid: True or False
|
||||
updateAll = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue