mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Bug fix (time was also meant to be disabled in case of error/inband getvalues)
This commit is contained in:
@@ -138,7 +138,7 @@ class Filesystem(GenericFilesystem):
|
||||
inject.goStacked(binToHexQuery)
|
||||
|
||||
if isTechniqueAvailable(PAYLOAD.TECHNIQUE.UNION):
|
||||
result = inject.getValue("SELECT %s FROM %s ORDER BY id ASC" % (self.tblField, hexTbl), resumeValue=False, blind=False, error=False)
|
||||
result = inject.getValue("SELECT %s FROM %s ORDER BY id ASC" % (self.tblField, hexTbl), resumeValue=False, blind=False, time=False, error=False)
|
||||
|
||||
if not result:
|
||||
result = []
|
||||
|
||||
Reference in New Issue
Block a user