mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
adding switch --tor-type
This commit is contained in:
parent
316e27a809
commit
563c0c1066
8 changed files with 37 additions and 28 deletions
|
|
@ -22,7 +22,8 @@ _defaults = {
|
|||
"threads": 1,
|
||||
"level": 1,
|
||||
"risk": 1,
|
||||
"tech": "BEUST"
|
||||
"tech": "BEUST",
|
||||
"torType": "HTTP"
|
||||
}
|
||||
|
||||
defaults = AttribDict(_defaults)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue