mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Merge branch 'master' of github.com:sqlmapproject/sqlmap
This commit is contained in:
commit
3786541681
2 changed files with 5 additions and 3 deletions
|
|
@ -181,7 +181,7 @@ class Fingerprint(GenericFingerprint):
|
|||
# Reference: http://bugs.mysql.com/bug.php?id=15855
|
||||
|
||||
# Determine if it is MySQL >= 5.0.0
|
||||
if inject.checkBooleanExpression("ISNULL(TIMESTAMPADD(MINUTE,[RANDNUM],[RANDNUM]))"):
|
||||
if inject.checkBooleanExpression("ISNULL(TIMESTAMPADD(MINUTE,[RANDNUM],0))"):
|
||||
kb.data.has_information_schema = True
|
||||
Backend.setVersion(">= 5.0.0")
|
||||
setDbms("%s 5" % DBMS.MYSQL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue