MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / unionWriteFile

Method unionWriteFile

plugins/generic/filesystem.py:206–209  ·  view source on GitHub ↗
(self, localFile, remoteFile, fileType, forceCheck=False)

Source from the content-addressed store, hash-verified

204 raise SqlmapUndefinedMethod(errMsg)
205
206 def unionWriteFile(self, localFile, remoteFile, fileType, forceCheck=False):
207 errMsg = "'unionWriteFile' method must be defined "
208 errMsg += "into the specific DBMS plugin"
209 raise SqlmapUndefinedMethod(errMsg)
210
211 def stackedWriteFile(self, localFile, remoteFile, fileType, forceCheck=False):
212 errMsg = "'stackedWriteFile' method must be defined "

Callers 2

writeFileMethod · 0.95
webInitMethod · 0.45

Calls 1

Tested by

no test coverage detected