mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +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"
|
||||
logger.info(infoMsg)
|
||||
|
||||
result = inject.checkBooleanExpression("ISNULL(1 DIV 0)")
|
||||
result = inject.checkBooleanExpression("USER()=USER()")
|
||||
|
||||
if not result:
|
||||
warnMsg = "the back-end DBMS is not MySQL"
|
||||
|
|
Loading…
Reference in New Issue
Block a user