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

Function _restoreMergedOptions

lib/core/target.py:705–712  ·  view source on GitHub ↗

Restore merged options (command line, configuration file and default values) that could be possibly changed during the testing of previous target.

()

Source from the content-addressed store, hash-verified

703 kb.aliasName = randomStr(seed=hash(conf.hostname or ""))
704
705def _restoreMergedOptions():
706 """
707 Restore merged options (command line, configuration file and default values)
708 that could be possibly changed during the testing of previous target.
709 """
710
711 for option in RESTORE_MERGED_OPTIONS:
712 conf[option] = mergedOptions[option]
713
714def initTargetEnv():
715 """

Callers 1

initTargetEnvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…