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

Method __init__

pager_lib/nmap/nmap.py:901–910  ·  view source on GitHub ↗

Initialize the module * detects nmap on the system and nmap version * may raise PortScannerError exception if nmap is not found in the path

(self)

Source from the content-addressed store, hash-verified

899 """
900
901 def __init__(self):
902 """
903 Initialize the module
904
905 * detects nmap on the system and nmap version
906 * may raise PortScannerError exception if nmap is not found in the path
907
908 """
909 PortScannerAsync.__init__(self)
910 return
911
912 def scan(
913 self, hosts="127.0.0.1", ports=None, arguments="-sV", sudo=False, timeout=0

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected