mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Switching default Tor type to SOCKS5 (various bundles are discontinued)
This commit is contained in:
parent
db1fc621b5
commit
6b0951d1ee
5 changed files with 5 additions and 5 deletions
|
|
@ -21,7 +21,7 @@ _defaults = {
|
|||
"risk": 1,
|
||||
"dumpFormat": "CSV",
|
||||
"tech": "BEUSTQ",
|
||||
"torType": "HTTP",
|
||||
"torType": "SOCKS5",
|
||||
}
|
||||
|
||||
defaults = AttribDict(_defaults)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue