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

Function setTechnique

lib/core/common.py:1218–1223  ·  view source on GitHub ↗

Thread-safe setting of currently used technique (Note: dealing with cases of per-thread technique switching)

(technique)

Source from the content-addressed store, hash-verified

1216 return retVal
1217
1218def setTechnique(technique):
1219 """
1220 Thread-safe setting of currently used technique (Note: dealing with cases of per-thread technique switching)
1221 """
1222
1223 getCurrentThreadData().technique = technique
1224
1225def getTechnique():
1226 """

Callers 3

getValueFunction · 0.90
goStackedFunction · 0.90
unionTestFunction · 0.90

Calls 1

getCurrentThreadDataFunction · 0.90

Tested by 1

unionTestFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…