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

Method __init__

plugins/generic/fingerprint.py:19–20  ·  view source on GitHub ↗
(self, dbms)

Source from the content-addressed store, hash-verified

17 """
18
19 def __init__(self, dbms):
20 Backend.forceDbms(dbms)
21
22 def getFingerprint(self):
23 errMsg = "'getFingerprint' method must be defined "

Callers

nothing calls this directly

Calls 1

forceDbmsMethod · 0.80

Tested by

no test coverage detected