Load the nmap vulnerability scanner
(self, module_name)
| 65 | self.network_scanner = getattr(module, b_class)(self.shared_data) |
| 66 | |
| 67 | def load_nmap_vuln_scanner(self, module_name): |
| 68 | """Load the nmap vulnerability scanner""" |
| 69 | self.nmap_vuln_scanner = NmapVulnScanner(self.shared_data) |
| 70 | |
| 71 | def load_action(self, module_name, action): |
| 72 | """Load an action from the actions file""" |
no test coverage detected