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

Function setupTargetEnv

lib/core/target.py:766–773  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

764 kb.customInjectionMark = match.group(0) if match else CUSTOM_INJECTION_MARK_CHAR
765
766def setupTargetEnv():
767 _createTargetDirs()
768 _setRequestParams()
769 _setHashDB()
770 _resumeHashDBValues()
771 _setResultsFile()
772 _setAuthCred()
773 _setAuxOptions()

Callers 1

startFunction · 0.90

Calls 7

_setAuthCredFunction · 0.90
_createTargetDirsFunction · 0.85
_setRequestParamsFunction · 0.85
_setHashDBFunction · 0.85
_resumeHashDBValuesFunction · 0.85
_setResultsFileFunction · 0.85
_setAuxOptionsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…