mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-03-03 19:55:47 +03:00
minor update for MaxDB
This commit is contained in:
parent
59e666d16e
commit
0e512d3c09
|
@ -109,8 +109,7 @@ class Fingerprint(GenericFingerprint):
|
|||
logMsg = "testing %s" % DBMS.MAXDB
|
||||
logger.info(logMsg)
|
||||
|
||||
randInt = randomInt()
|
||||
result = inject.checkBooleanExpression("%d=NOROUND(%d)" % (randInt, randInt))
|
||||
result = inject.checkBooleanExpression("ALPHA(NULL) IS NULL")
|
||||
|
||||
if result:
|
||||
logMsg = "confirming %s" % DBMS.MAXDB
|
||||
|
|
Loading…
Reference in New Issue
Block a user