mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-06-16 19:13:29 +03:00
minor update
This commit is contained in:
parent
942cbafba6
commit
52e44df86c
|
@ -387,7 +387,9 @@ def start():
|
||||||
__selectInjection()
|
__selectInjection()
|
||||||
|
|
||||||
if kb.injection.place is not None and kb.injection.parameter is not None:
|
if kb.injection.place is not None and kb.injection.parameter is not None:
|
||||||
if conf.multipleTargets:
|
if kb.testQueryCount == 0 and conf.realTest:
|
||||||
|
condition = False
|
||||||
|
elif conf.multipleTargets:
|
||||||
message = "do you want to exploit this SQL injection? [Y/n] "
|
message = "do you want to exploit this SQL injection? [Y/n] "
|
||||||
exploit = readInput(message, default="Y")
|
exploit = readInput(message, default="Y")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user