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

Method configure

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

Source from the content-addressed store, hash-verified

9 self.tags = ['default', 'safe', 'redis']
10
11 def configure(self):
12 self.match_service_name('^redis$')
13
14 def check(self):
15 if which('redis-cli') is None:

Callers

nothing calls this directly

Calls 1

match_service_nameMethod · 0.80

Tested by

no test coverage detected