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

Method _createRemoteBatchFile

lib/takeover/registry.py:66–72  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

64 self._batPathFp.close()
65
66 def _createRemoteBatchFile(self):
67 logger.debug("creating batch file '%s'" % self._batPathRemote)
68
69 self._createLocalBatchFile()
70 self.writeFile(self._batPathLocal, self._batPathRemote, "text", forceCheck=True)
71
72 os.unlink(self._batPathLocal)
73
74 def readRegKey(self, regKey, regValue, parse=False):
75 self._operation = REGISTRY_OPERATION.READ

Callers 3

readRegKeyMethod · 0.95
addRegKeyMethod · 0.95
delRegKeyMethod · 0.95

Calls 3

_createLocalBatchFileMethod · 0.95
debugMethod · 0.80
writeFileMethod · 0.45

Tested by

no test coverage detected