mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
Minority report
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user