mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
added switch --check-tor
This commit is contained in:
parent
24d495368e
commit
86b4a3562f
5 changed files with 29 additions and 2 deletions
|
|
@ -563,6 +563,10 @@ replicate = False
|
|||
# Valid: True or False
|
||||
tor = False
|
||||
|
||||
# Check to see if Tor is used properly
|
||||
# Valid: True or False
|
||||
checkTor = False
|
||||
|
||||
# Update sqlmap.
|
||||
# Valid: True or False
|
||||
updateAll = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue