minor update

This commit is contained in:
Miroslav Stampar
2010-12-20 10:32:58 +00:00
parent 10a7a2dfb2
commit e9f1ecb9e7
2 changed files with 5 additions and 2 deletions

View File

@@ -226,7 +226,7 @@ def start():
elif test[0] in ("q", "Q"):
break
else:
elif not conf.scriptKiddie:
message += "\ndo you want to test this url? [Y/n/q]"
test = readInput(message, default="Y")