mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
more minor updates
This commit is contained in:
parent
fd00ff7a82
commit
eaf8929085
3 changed files with 5 additions and 3 deletions
|
|
@ -396,7 +396,7 @@ def checkSqlInjection(place, parameter, value):
|
|||
elif detailKey == "os" and injection.os is None:
|
||||
injection.os = detailValue
|
||||
|
||||
if conf.beep:
|
||||
if conf.beep or conf.scriptKiddie:
|
||||
beep()
|
||||
|
||||
# There is no need to perform this test for other
|
||||
|
|
|
|||
|
|
@ -226,7 +226,9 @@ def start():
|
|||
elif test[0] in ("q", "Q"):
|
||||
break
|
||||
|
||||
elif not conf.scriptKiddie:
|
||||
elif conf.scriptKiddie:
|
||||
logger.info(message)
|
||||
else:
|
||||
message += "\ndo you want to test this url? [Y/n/q]"
|
||||
test = readInput(message, default="Y")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue