We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cf2bde commit 3bbe02aCopy full SHA for 3bbe02a
plugins/dbms/mysql/fingerprint.py
@@ -181,7 +181,7 @@ def checkDbms(self):
181
# Reference: http://bugs.mysql.com/bug.php?id=15855
182
183
# Determine if it is MySQL >= 5.0.0
184
- if inject.checkBooleanExpression("ISNULL(TIMESTAMPADD(MINUTE,[RANDNUM],0))"):
+ if inject.checkBooleanExpression("ISNULL(TIMESTAMPADD(MINUTE,[RANDNUM],NULL))"):
185
kb.data.has_information_schema = True
186
Backend.setVersion(">= 5.0.0")
187
setDbms("%s 5" % DBMS.MYSQL)
0 commit comments