mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor update for an Issue #8
This commit is contained in:
parent
3464a70ac2
commit
ff5ec48abd
2 changed files with 17 additions and 4 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue