mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-18 12:30:36 +03:00
minor fix (using older commands for basic MySQL check)
This commit is contained in:
parent
eaf8929085
commit
76024c455f
|
@ -170,7 +170,7 @@ class Fingerprint(GenericFingerprint):
|
||||||
infoMsg = "confirming MySQL"
|
infoMsg = "confirming MySQL"
|
||||||
logger.info(infoMsg)
|
logger.info(infoMsg)
|
||||||
|
|
||||||
result = inject.checkBooleanExpression("ISNULL(1 DIV 0)")
|
result = inject.checkBooleanExpression("USER()=USER()")
|
||||||
|
|
||||||
if not result:
|
if not result:
|
||||||
warnMsg = "the back-end DBMS is not MySQL"
|
warnMsg = "the back-end DBMS is not MySQL"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user