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

Method __init__

autorecon/default-plugins/redis-cli.py:6–9  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4class RedisCli(ServiceScan):
5
6 def __init__(self):
7 super().__init__()
8 self.name = 'Redis Cli'
9 self.tags = ['default', 'safe', 'redis']
10
11 def configure(self):
12 self.match_service_name('^redis$')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected