mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
adding (for now) hidden switch --tor-http (utilizing Tor proxy bundles)
This commit is contained in:
parent
73a500833d
commit
364113441b
4 changed files with 69 additions and 13 deletions
|
|
@ -99,7 +99,8 @@ class Connect:
|
|||
warnMsg = "please make sure that you have "
|
||||
warnMsg += "Tor installed and running so "
|
||||
warnMsg += "you could successfully use "
|
||||
warnMsg += "--tor switch "
|
||||
warnMsg += "--tor switch (or try hidden "
|
||||
warnMsg += "switch --tor-http)"
|
||||
if IS_WIN:
|
||||
warnMsg += "(e.g. https://www.torproject.org/download/download.html.en)"
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue