MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / start

Method start

actions/scanning.py:2241–2249  ·  view source on GitHub ↗

Starts the scanner in a separate thread.

(self)

Source from the content-addressed store, hash-verified

2239 self.logger.debug(f"Full traceback: {traceback.format_exc()}")
2240
2241 def start(self):
2242 """
2243 Starts the scanner in a separate thread.
2244 """
2245 if not self.running:
2246 self.running = True
2247 self.thread = threading.Thread(target=self.scan)
2248 self.thread.start()
2249 logger.info("NetworkScanner started.")
2250
2251 def stop(self):
2252 """

Callers 12

executeMethod · 0.45
executeMethod · 0.45
run_bruteforceMethod · 0.45
run_bruteforceMethod · 0.45
executeMethod · 0.45
run_bruteforceMethod · 0.45
executeMethod · 0.45
run_bruteforceMethod · 0.45
run_bruteforceMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45

Calls 1

infoMethod · 0.80

Tested by

no test coverage detected