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

Function getTechnique

lib/core/common.py:1225–1230  ·  view source on GitHub ↗

Thread-safe getting of currently used technique

()

Source from the content-addressed store, hash-verified

1223 getCurrentThreadData().technique = technique
1224
1225def getTechnique():
1226 """
1227 Thread-safe getting of currently used technique
1228 """
1229
1230 return getCurrentThreadData().technique or kb.get("technique")
1231
1232def randomRange(start=0, stop=1000, seed=None):
1233 """

Callers 15

_goInferenceFunction · 0.90
_goInferenceProxyFunction · 0.90
_goBooleanProxyFunction · 0.90
payloadMethod · 0.90
prefixQueryMethod · 0.90
suffixQueryMethod · 0.90
_webFileInjectMethod · 0.90
bisectionFunction · 0.90
tryHintFunction · 0.90
validateCharFunction · 0.90
getCharFunction · 0.90
_oneShotErrorUseFunction · 0.90

Calls 2

getCurrentThreadDataFunction · 0.90
getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…