adding switch --tor-type

This commit is contained in:
Miroslav Stampar
2011-12-15 23:19:55 +00:00
parent 316e27a809
commit 563c0c1066
8 changed files with 37 additions and 28 deletions

View File

@@ -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