mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +00:00
update
This commit is contained in:
parent
35f35605df
commit
dc11ae0d65
5 changed files with 71 additions and 10 deletions
|
|
@ -502,6 +502,9 @@ class XMLDump:
|
|||
except IOError, e:
|
||||
raise sqlmapFilePathException("Wrong filename provided for saving the xml file: %s" % conf.xmlFile)
|
||||
|
||||
def getOutputFile(self):
|
||||
return self.__outputFile
|
||||
|
||||
def finish(self, resultStatus, resultMsg=""):
|
||||
'''
|
||||
Finishes the dumper operation:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue