def __init__(self): """ Constructor """ self.cmds = self.create_payload_cmd_handler() self.agent = Agent() self.agent.service_handler["Payload Command"] = self.cmds.dispatch self.capture_proc = None