adding switch --tor-type

This commit is contained in:
Miroslav Stampar
2011-12-15 23:19:55 +00:00
parent 316e27a809
commit 563c0c1066
8 changed files with 37 additions and 28 deletions

View File

@@ -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