mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
Patch for an Issue #475
This commit is contained in:
@@ -103,7 +103,6 @@ class Fingerprint(GenericFingerprint):
|
||||
infoMsg = "testing %s" % DBMS.HSQLDB
|
||||
logger.info(infoMsg)
|
||||
|
||||
# TODO This gets mangled in UNION queries because of the dummy table
|
||||
result = inject.checkBooleanExpression("CASEWHEN(1=1,1,0)=1")
|
||||
|
||||
if result:
|
||||
|
||||
Reference in New Issue
Block a user