MCPcopy Index your code
hub / github.com/secdev/scapy / get_base

Method get_base

scapy/modules/nmap.py:101–103  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

99 fdesc.close()
100
101 def get_base(self):
102 # type: () -> List[Tuple[str, Dict]]
103 return cast(List[Tuple[str, Dict]], super(NmapKnowledgeBase, self).get_base())
104
105
106conf.nmap_kdb = NmapKnowledgeBase(None)

Callers 6

p0fFunction · 0.45
p0f_impersonateFunction · 0.45
nmap_searchFunction · 0.45
fingerprint_mtuFunction · 0.45
p0fFunction · 0.45
p0f_impersonateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected