mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-29 20:46:36 +00:00
Minority report
This commit is contained in:
parent
8e18514e56
commit
b2fe1c30f8
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue