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

Method configure

autorecon/default-plugins/rpcdump.py:10–12  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

8 self.tags = ['default', 'safe', 'rpc']
9
10 def configure(self):
11 self.match_service_name(['^msrpc', '^rpcbind', '^erpc', '^ncacn_http$'])
12 self.match_port('tcp', [135, 139, 443, 445, 593])
13
14 async def run(self, service):
15 if service.protocol == 'tcp':

Callers

nothing calls this directly

Calls 2

match_service_nameMethod · 0.80
match_portMethod · 0.80

Tested by

no test coverage detected