mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor update (#5980)
This commit is contained in:
parent
29c5117ee3
commit
b0feb2a0fd
3 changed files with 4 additions and 4 deletions
|
|
@ -79,7 +79,7 @@ class Fingerprint(GenericFingerprint):
|
|||
infoMsg = "confirming %s" % DBMS.SNOWFLAKE
|
||||
logger.info(infoMsg)
|
||||
|
||||
result = inject.checkBooleanExpression("MD5_NUMBER_UPPER64('z')=MD5_NUMBER_UPPER64('z')")
|
||||
result = inject.checkBooleanExpression("MD5_NUMBER_UPPER64('[RANDSTR]')=MD5_NUMBER_UPPER64('[RANDSTR]')")
|
||||
if not result:
|
||||
warnMsg = "the back-end DBMS is not %s" % DBMS.SNOWFLAKE
|
||||
logger.warning(warnMsg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue