mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 11:03:47 +03:00
Minority report
This commit is contained in:
parent
8e18514e56
commit
b2fe1c30f8
|
@ -72,6 +72,8 @@ class Dump:
|
|||
return self._outputFile
|
||||
|
||||
def string(self, header, data, sort=True):
|
||||
kb.stickyLevel = None
|
||||
|
||||
if isListLike(data):
|
||||
self.lister(header, data, sort)
|
||||
elif data is not None:
|
||||
|
|
Loading…
Reference in New Issue
Block a user