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

Method _runMsfShellcodeRemote

lib/takeover/metasploit.py:435–440  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

433 self._msfCliProc = execute(self._cliCmd, shell=True, stdin=PIPE, stdout=PIPE, stderr=PIPE, close_fds=False)
434
435 def _runMsfShellcodeRemote(self):
436 infoMsg = "running Metasploit Framework shellcode "
437 infoMsg += "remotely via UDF 'sys_bineval', please wait.."
438 logger.info(infoMsg)
439
440 self.udfExecCmd("'%s'" % self.shellcodeString, silent=True, udfName="sys_bineval")
441
442 def _runMsfShellcodeRemoteViaSexec(self):
443 infoMsg = "running Metasploit Framework shellcode remotely "

Callers

nothing calls this directly

Calls 2

infoMethod · 0.80
udfExecCmdMethod · 0.80

Tested by

no test coverage detected