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
|
logMsg = "testing %s" % DBMS.MAXDB
|
||||||
logger.info(logMsg)
|
logger.info(logMsg)
|
||||||
|
|
||||||
randInt = randomInt()
|
result = inject.checkBooleanExpression("ALPHA(NULL) IS NULL")
|
||||||
result = inject.checkBooleanExpression("%d=NOROUND(%d)" % (randInt, randInt))
|
|
||||||
|
|
||||||
if result:
|
if result:
|
||||||
logMsg = "confirming %s" % DBMS.MAXDB
|
logMsg = "confirming %s" % DBMS.MAXDB
|
||||||
|
|
Loading…
Reference in New Issue
Block a user