mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Patch for an Issue #475
This commit is contained in:
parent
9a8bec760f
commit
f97b35dcc1
3 changed files with 3 additions and 4 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue