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

Function getTechniqueData

lib/core/common.py:3468–3473  ·  view source on GitHub ↗

Returns injection data for technique specified

(technique=None)

Source from the content-addressed store, hash-verified

3466 return retVal
3467
3468def getTechniqueData(technique=None):
3469 """
3470 Returns injection data for technique specified
3471 """
3472
3473 return kb.injection.data.get(technique if technique is not None else getTechnique())
3474
3475def isTechniqueAvailable(technique):
3476 """

Callers 15

_goInferenceProxyFunction · 0.90
_goBooleanProxyFunction · 0.90
goStackedFunction · 0.90
payloadMethod · 0.90
prefixQueryMethod · 0.90
suffixQueryMethod · 0.90
_webFileInjectMethod · 0.90
validateCharFunction · 0.90
getCharFunction · 0.90
bisectionFunction · 0.90
_oneShotErrorUseFunction · 0.90
isTechniqueAvailableFunction · 0.85

Calls 2

getTechniqueFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…