mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-08 01:13:17 +01:00
avoid blank line if password hashes have not been fetched
This commit is contained in:
parent
b80e195c78
commit
1f4c6a8371
1 changed files with 2 additions and 1 deletions
|
|
@ -175,6 +175,7 @@ class Dump(object):
|
||||||
for setting in settings:
|
for setting in settings:
|
||||||
self._write(" %s: %s" % (subHeader, setting))
|
self._write(" %s: %s" % (subHeader, setting))
|
||||||
|
|
||||||
|
if userSettings:
|
||||||
self.singleString("")
|
self.singleString("")
|
||||||
|
|
||||||
def dbs(self, dbs):
|
def dbs(self, dbs):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue