Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cb8caf7

Browse files
committed
i am not very bright today :)
1 parent d5915e5 commit cb8caf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/dbms/postgresql/fingerprint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def checkDbms(self):
106106
if inject.checkBooleanExpression("REVERSE('sqlmap')='pamlqs'"):
107107
Backend.setVersion(">= 9.1.0")
108108
elif inject.checkBooleanExpression("LENGTH(TO_CHAR(1, 'EEEE'))>0"):
109-
Backend.setVersionList(">= 9.0.0", "< 9.1.0")
109+
Backend.setVersionList([">= 9.0.0", "< 9.1.0"])
110110
elif inject.checkBooleanExpression("2=(SELECT DIV(6, 3))"):
111111
Backend.setVersionList([">= 8.4.0", "< 9.0.0"])
112112
elif inject.checkBooleanExpression("EXTRACT(ISODOW FROM CURRENT_TIMESTAMP)<8"):

0 commit comments

Comments
 (0)