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

Method engine_stop

lib/utils/api.py:186–191  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

184 self.process = Popen(["sqlmap", "--api", "-c", configFile], shell=False, close_fds=not IS_WIN)
185
186 def engine_stop(self):
187 if self.process:
188 self.process.terminate()
189 return self.process.wait()
190 else:
191 return None
192
193 def engine_process(self):
194 return self.process

Callers 1

scan_stopFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected