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

Method set_option

lib/utils/api.py:160–161  ·  view source on GitHub ↗
(self, option, value)

Source from the content-addressed store, hash-verified

158 self._original_options = AttribDict(self.options)
159
160 def set_option(self, option, value):
161 self.options[option] = value
162
163 def get_option(self, option):
164 return self.options[option]

Callers 2

option_setFunction · 0.80
scan_startFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected