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

Method udfForgeCmd

lib/takeover/udf.py:72–79  ·  view source on GitHub ↗
(self, cmd)

Source from the content-addressed store, hash-verified

70 self.createSupportTbl(self.cmdTblName, self.tblField, dataType)
71
72 def udfForgeCmd(self, cmd):
73 if not cmd.startswith("'"):
74 cmd = "'%s" % cmd
75
76 if not cmd.endswith("'"):
77 cmd = "%s'" % cmd
78
79 return cmd
80
81 def udfExecCmd(self, cmd, silent=False, udfName=None):
82 if udfName is None:

Callers 2

udfExecCmdMethod · 0.95
udfEvalCmdMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected