mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
minor update
This commit is contained in:
parent
10a7a2dfb2
commit
e9f1ecb9e7
2 changed files with 5 additions and 2 deletions
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue