MCPcopy Create free account
hub / github.com/AutoRecon/AutoRecon / __init__

Method __init__

autorecon/targets.py:108–114  ·  view source on GitHub ↗
(self, protocol, port, name, secure=False)

Source from the content-addressed store, hash-verified

106class Service:
107
108 def __init__(self, protocol, port, name, secure=False):
109 self.target = None
110 self.protocol = protocol.lower()
111 self.port = int(port)
112 self.name = name
113 self.secure = secure
114 self.manual_commands = {}
115
116 @final
117 def tag(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected