mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 21:21:33 +00:00
Removing a debugging leftover (Issue #2025)
This commit is contained in:
@@ -109,7 +109,6 @@ def _oneShotUnionUse(expression, unpack=True, limited=False):
|
||||
for column in kb.dumpColumns:
|
||||
base64 = True
|
||||
for child in root:
|
||||
child.attrib[column] = child.attrib.get(column, "").encode("base64")
|
||||
try:
|
||||
child.attrib.get(column, "").decode("base64")
|
||||
except binascii.Error:
|
||||
|
||||
Reference in New Issue
Block a user