We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5915e5 commit cb8caf7Copy full SHA for cb8caf7
1 file changed
plugins/dbms/postgresql/fingerprint.py
@@ -106,7 +106,7 @@ def checkDbms(self):
106
if inject.checkBooleanExpression("REVERSE('sqlmap')='pamlqs'"):
107
Backend.setVersion(">= 9.1.0")
108
elif inject.checkBooleanExpression("LENGTH(TO_CHAR(1, 'EEEE'))>0"):
109
- Backend.setVersionList(">= 9.0.0", "< 9.1.0")
+ Backend.setVersionList([">= 9.0.0", "< 9.1.0"])
110
elif inject.checkBooleanExpression("2=(SELECT DIV(6, 3))"):
111
Backend.setVersionList([">= 8.4.0", "< 9.0.0"])
112
elif inject.checkBooleanExpression("EXTRACT(ISODOW FROM CURRENT_TIMESTAMP)<8"):
0 commit comments