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