MCPcopy Create free account
hub / github.com/MorDavid/NetworkHound / get_default_ports

Method get_default_ports

validators/base_validator.py:187–189  ·  view source on GitHub ↗

Return default ports for TEMPLATE protocol

(self)

Source from the content-addressed store, hash-verified

185 return results
186
187 def get_default_ports(self):
188 """Return default ports for TEMPLATE protocol"""
189 return [1234, 5678] # TODO: Replace with actual protocol ports
190
191

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected