Ejemplo n.º 1
0
 def send_exploit_telemetry(self, result):
     from infection_monkey.telemetry.exploit_telem import ExploitTelem
     ExploitTelem(self, result).send()
Ejemplo n.º 2
0
def exploit_telem_test_instance():
    return ExploitTelem(EXPLOITER, RESULT)