mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 11:03:47 +03:00
Fix for an Issue #177
This commit is contained in:
parent
5d23d72ff5
commit
9a631331a5
|
@ -168,7 +168,7 @@ class Fingerprint(GenericFingerprint):
|
||||||
logger.info(infoMsg)
|
logger.info(infoMsg)
|
||||||
|
|
||||||
randInt = getUnicode(randomInt(1))
|
randInt = getUnicode(randomInt(1))
|
||||||
result = inject.checkBooleanExpression("CONNECTION_ID()=CONNECTION_ID()")
|
result = inject.checkBooleanExpression("QUARTER(NULL) IS NULL")
|
||||||
|
|
||||||
if result:
|
if result:
|
||||||
infoMsg = "confirming %s" % DBMS.MYSQL
|
infoMsg = "confirming %s" % DBMS.MYSQL
|
||||||
|
|
Loading…
Reference in New Issue
Block a user