mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
few minor just in case updates
This commit is contained in:
parent
85125018a1
commit
3909658fc2
2 changed files with 5 additions and 1 deletions
|
|
@ -79,6 +79,7 @@ class Dump:
|
|||
self._outputBP = StringIO.StringIO()
|
||||
|
||||
def getOutputFile(self):
|
||||
self.flush()
|
||||
return self._outputFile
|
||||
|
||||
def string(self, header, data, sort=True):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue