It would be nice if sqlmap supported H2.
H2 is a DBMS that was developed by the same individual that developed HSQLDB.
Current fingerprinting strategies pin H2 databases as being PostGre, but the enumeration strategies don't work because H2 doesn't have the CURRENT_SCHEMA function.
I've also tried applying the HSQLDB enumeration strategies without luck.
It would be nice if sqlmap supported H2.
H2 is a DBMS that was developed by the same individual that developed HSQLDB.
Current fingerprinting strategies pin H2 databases as being PostGre, but the enumeration strategies don't work because H2 doesn't have the
CURRENT_SCHEMAfunction.I've also tried applying the HSQLDB enumeration strategies without luck.