mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 13:14:13 +03:00
minor update
This commit is contained in:
parent
96177393e1
commit
d7f698fa14
|
@ -511,7 +511,8 @@ class Dump:
|
|||
self.string(query, queryRes)
|
||||
|
||||
def rFile(self, filePath, fileData):
|
||||
self.string("%s file saved to" % filePath, fileData, sort=False)
|
||||
if fileData:
|
||||
self.string("%s file saved to" % filePath, fileData, sort=False)
|
||||
|
||||
def registerValue(self, registerData):
|
||||
self.string("Registry key value data", registerData, sort=False)
|
||||
|
|
Loading…
Reference in New Issue
Block a user