mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
adding switch --tor-type
This commit is contained in:
parent
316e27a809
commit
563c0c1066
8 changed files with 37 additions and 28 deletions
|
|
@ -487,8 +487,8 @@ def start():
|
|||
break
|
||||
|
||||
msg = "%s parameter '%s' " % (injection.place, injection.parameter)
|
||||
msg += "is vulnerable. Do you want to keep testing the others? [y/N] "
|
||||
test = readInput(msg, default="N")
|
||||
msg += "is vulnerable. Do you want to keep testing the others? [Y/n] "
|
||||
test = readInput(msg, default="Y")
|
||||
|
||||
if test[0] in ("n", "N"):
|
||||
proceed = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue