mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-04-03 16:54:38 +03:00
one more minor update regarding last commit
This commit is contained in:
parent
44926757da
commit
4b6c524d4c
|
@ -92,7 +92,7 @@ class UDF:
|
|||
cmd = unescaper.unescape(cmd)
|
||||
|
||||
inject.goStacked("INSERT INTO %s(%s) VALUES (%s(%s))" % (self.cmdTblName, self.tblField, udfName, cmd))
|
||||
output = inject.getValue("SELECT %s FROM %s" % (self.tblField, self.cmdTblName), resumeValue=False, firstChar=first, lastChar=last)
|
||||
output = inject.getValue("SELECT %s FROM %s" % (self.tblField, self.cmdTblName), resumeValue=False, firstChar=first, lastChar=last, safeCharEncode=False)
|
||||
inject.goStacked("DELETE FROM %s" % self.cmdTblName)
|
||||
|
||||
if output and isinstance(output, (list, tuple)):
|
||||
|
|
Loading…
Reference in New Issue
Block a user