mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Couple of updates for #2908
This commit is contained in:
@@ -89,7 +89,7 @@ class Filesystem(GenericFilesystem):
|
||||
|
||||
result = []
|
||||
txtTbl = self.fileTblName
|
||||
hexTbl = "%shex" % self.fileTblName
|
||||
hexTbl = "%s%shex" % (self.fileTblName, randomStr())
|
||||
|
||||
self.createSupportTbl(txtTbl, self.tblField, "text")
|
||||
inject.goStacked("DROP TABLE %s" % hexTbl)
|
||||
|
||||
Reference in New Issue
Block a user