mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-08 05:31:32 +00:00
Minor update
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user