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

Method load_nmap_vuln_scanner

utils.py:67–69  ·  view source on GitHub ↗

Load the nmap vulnerability scanner

(self, module_name)

Source from the content-addressed store, hash-verified

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"""

Callers 1

load_actionsMethod · 0.95

Calls 1

NmapVulnScannerClass · 0.90

Tested by

no test coverage detected