mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Minor update for an Issue #8
This commit is contained in:
@@ -483,7 +483,7 @@ class Dump(object):
|
||||
# mimetype = magic.from_buffer(value, mime=True)
|
||||
# if mimetype.startswith("application") or mimetype.startswith("image"):
|
||||
# with codecs.open("%s%s%s" % (dumpDbPath, os.sep, "%s-%d.bin" % (column, randomInt(8))), "wb", UNICODE_ENCODING) as f:
|
||||
# _ = safechardecode(value)
|
||||
# _ = safechardecode(value, True)
|
||||
# f.write(_)
|
||||
|
||||
if conf.dumpFormat == DUMP_FORMAT.CSV:
|
||||
|
||||
Reference in New Issue
Block a user