mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 01:26:42 +03:00
avoid blank line if password hashes have not been fetched
This commit is contained in:
parent
b80e195c78
commit
1f4c6a8371
|
@ -175,7 +175,8 @@ class Dump(object):
|
|||
for setting in settings:
|
||||
self._write(" %s: %s" % (subHeader, setting))
|
||||
|
||||
self.singleString("")
|
||||
if userSettings:
|
||||
self.singleString("")
|
||||
|
||||
def dbs(self, dbs):
|
||||
self.lister("available databases", dbs)
|
||||
|
|
Loading…
Reference in New Issue
Block a user