mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-23 01:56:36 +03:00
Minor update
This commit is contained in:
parent
024c500d8e
commit
9f679a952f
|
@ -586,6 +586,8 @@ def paramToDict(place, parameters=None):
|
|||
test = readInput(message, default="N")
|
||||
if test[0] not in ("y", "Y"):
|
||||
raise SqlmapSilentQuitException
|
||||
elif test.lower() == "yy":
|
||||
pass
|
||||
else:
|
||||
original = [_ for _ in string.ascii_letters + string.digits]
|
||||
shuffled = list(original)
|
||||
|
|
Loading…
Reference in New Issue
Block a user