Skip to content

Commit 4492675

Browse files
committed
minor update
1 parent 52c98af commit 4492675

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/takeover/xp_cmdshell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def xpCmdshellEvalCmd(self, cmd, first=None, last=None):
120120

121121
self.delRemoteFile(tmpFile)
122122

123-
output = inject.getValue("SELECT %s FROM %s" % (self.tblField, self.cmdTblName), resumeValue=False, sort=False, firstChar=first, lastChar=last)
123+
output = inject.getValue("SELECT %s FROM %s" % (self.tblField, self.cmdTblName), resumeValue=False, sort=False, firstChar=first, lastChar=last, safeCharEncode=False)
124124
inject.goStacked("DELETE FROM %s" % self.cmdTblName)
125125

126126
if output and isinstance(output, (list, tuple)):

0 commit comments

Comments
 (0)