mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
Fixes (old) Informix escaping
This commit is contained in:
@@ -80,6 +80,10 @@ class Fingerprint(GenericFingerprint):
|
||||
|
||||
return False
|
||||
|
||||
# Determine if it is Informix >= 11.70
|
||||
if inject.checkBooleanExpression("CHR(32)=' '"):
|
||||
Backend.setVersion(">= 11.70")
|
||||
|
||||
setDbms(DBMS.INFORMIX)
|
||||
|
||||
self.getBanner()
|
||||
|
||||
Reference in New Issue
Block a user