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

Function _setAuxOptions

lib/core/target.py:698–703  ·  view source on GitHub ↗

Setup auxiliary (host-dependent) options

()

Source from the content-addressed store, hash-verified

696 _configureDumper()
697
698def _setAuxOptions():
699 """
700 Setup auxiliary (host-dependent) options
701 """
702
703 kb.aliasName = randomStr(seed=hash(conf.hostname or ""))
704
705def _restoreMergedOptions():
706 """

Callers 1

setupTargetEnvFunction · 0.85

Calls 1

randomStrFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…