(self, cmd, silent=False)
| 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 |
no test coverage detected