mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
avoid blank line if password hashes have not been fetched
This commit is contained in:
@@ -175,6 +175,7 @@ class Dump(object):
|
||||
for setting in settings:
|
||||
self._write(" %s: %s" % (subHeader, setting))
|
||||
|
||||
if userSettings:
|
||||
self.singleString("")
|
||||
|
||||
def dbs(self, dbs):
|
||||
|
||||
Reference in New Issue
Block a user