Skip to content

Commit 9a63133

Browse files
committed
Fix for an Issue sqlmapproject#177
1 parent 5d23d72 commit 9a63133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/dbms/mysql/fingerprint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def checkDbms(self):
168168
logger.info(infoMsg)
169169

170170
randInt = getUnicode(randomInt(1))
171-
result = inject.checkBooleanExpression("CONNECTION_ID()=CONNECTION_ID()")
171+
result = inject.checkBooleanExpression("QUARTER(NULL) IS NULL")
172172

173173
if result:
174174
infoMsg = "confirming %s" % DBMS.MYSQL

0 commit comments

Comments
 (0)