MCPcopy Create free account
hub / github.com/sqlmapproject/sqlmap / checkDbmsOs

Method checkDbmsOs

plugins/dbms/hsqldb/fingerprint.py:148–153  ·  view source on GitHub ↗
(self, detailed=False)

Source from the content-addressed store, hash-verified

146 logger.warning(warnMsg)
147
148 def checkDbmsOs(self, detailed=False):
149 if Backend.getOs():
150 infoMsg = "the back-end DBMS operating system is %s" % Backend.getOs()
151 logger.info(infoMsg)
152 else:
153 self.userChooseDbmsOs()

Callers

nothing calls this directly

Calls 3

userChooseDbmsOsMethod · 0.95
infoMethod · 0.80
getOsMethod · 0.45

Tested by

no test coverage detected