Minor update

This commit is contained in:
Miroslav Stampar 2015-01-29 10:44:36 +01:00
parent 024c500d8e
commit 9f679a952f

View File

@ -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)