mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 21:21:33 +00:00
Adding support for InterSystems Cache (and IRIS)
This commit is contained in:
@@ -33,7 +33,7 @@ class Connector(GenericConnector):
|
||||
def connect(self):
|
||||
self.initConnection()
|
||||
try:
|
||||
msg = "what's the location of 'hsqldb.jar'? "
|
||||
msg = "please enter the location of 'hsqldb.jar'? "
|
||||
jar = readInput(msg)
|
||||
checkFile(jar)
|
||||
args = "-Djava.class.path=%s" % jar
|
||||
|
||||
Reference in New Issue
Block a user