mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-10 09:49:06 +00:00
speed of --replicate is now vastly improved
This commit is contained in:
@@ -177,7 +177,7 @@ def safechardecode(value):
|
||||
else:
|
||||
break
|
||||
|
||||
elif isinstance(value, list):
|
||||
elif isinstance(value, (list, tuple)):
|
||||
for i in xrange(len(value)):
|
||||
retVal[i] = safechardecode(value[i])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user