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

Method xpCmdshellExecCmd

lib/takeover/xp_cmdshell.py:188–189  ·  view source on GitHub ↗
(self, cmd, silent=False)

Source from the content-addressed store, hash-verified

186 return agent.runAsDBMSUser(self._forgedCmd)
187
188 def xpCmdshellExecCmd(self, cmd, silent=False):
189 return inject.goStacked(self.xpCmdshellForgeCmd(cmd), silent)
190
191 def xpCmdshellEvalCmd(self, cmd, first=None, last=None):
192 output = None

Callers 4

_xpCmdshellCheckMethod · 0.95
xpCmdshellWriteFileMethod · 0.95
xpCmdshellEvalCmdMethod · 0.95
execCmdMethod · 0.80

Calls 1

xpCmdshellForgeCmdMethod · 0.95

Tested by

no test coverage detected