MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / checkFileDb

Method checkFileDb

plugins/generic/connector.py:59–62  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

57 self.closed()
58
59 def checkFileDb(self):
60 if not os.path.exists(self.db):
61 errMsg = "the provided database file '%s' does not exist" % self.db
62 raise SqlmapFilePathException(errMsg)
63
64 def connect(self):
65 errMsg = "'connect' method must be defined "

Callers 3

connectMethod · 0.95
connectMethod · 0.95
connectMethod · 0.95

Calls 1

Tested by

no test coverage detected