mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Fixes #5039
This commit is contained in:
parent
9bdad4bcd5
commit
582bb2fec9
2 changed files with 3 additions and 3 deletions
|
|
@ -114,8 +114,8 @@ class Takeover(GenericTakeover):
|
|||
output = flattenValue(output)
|
||||
output = filterNone(output)
|
||||
|
||||
if not isNoneValue(output):
|
||||
output = os.linesep.join(output)
|
||||
if not isNoneValue(output):
|
||||
output = os.linesep.join(output)
|
||||
|
||||
self._cleanupCmd = "DROP TABLE %s" % self.cmdTblName
|
||||
inject.goStacked(self._cleanupCmd)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue