This commit is contained in:
Miroslav Stampar
2010-12-23 14:06:22 +00:00
parent 73f33c1999
commit 017ea9e686
7 changed files with 11 additions and 54 deletions

View File

@@ -387,7 +387,7 @@ def checkSqlInjection(place, parameter, value):
elif detailKey == "os" and injection.os is None:
injection.os = detailValue
if conf.beep or conf.scriptKiddie:
if conf.beep or conf.realTest:
beep()
# There is no need to perform this test for other
@@ -589,7 +589,7 @@ def checkStability():
logger.warn(warnMsg)
message = "how do you want to proceed? [C(ontinue)/s(tring)/r(egex)/q(uit)] "
if not conf.scriptKiddie:
if not conf.realTest:
test = readInput(message, default="C")
else:
test = None