mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Couple of updates for #2908
This commit is contained in:
parent
aa9b5e4e0c
commit
32e09c8dfb
3 changed files with 17 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue