mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor bug fix and layout adjustment regarding --threading and standard output
This commit is contained in:
parent
9e8a108768
commit
f9a135e232
4 changed files with 19 additions and 7 deletions
|
|
@ -70,7 +70,7 @@ class Dump:
|
|||
data = data.replace("__DEL__", ", ")
|
||||
|
||||
if "\n" in data:
|
||||
self.__write("%s:\n---\n%s---\n" % (header, data))
|
||||
self.__write("%s:\n---\n%s\n---\n" % (header, data))
|
||||
else:
|
||||
self.__write("%s: '%s'\n" % (header, data))
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue