MCPcopy Index your code
hub / github.com/AutoRecon/AutoRecon / configure

Method configure

autorecon/default-plugins/oracle-odat.py:10–11  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

8 self.tags = ['default', 'safe', 'databases']
9
10 def configure(self):
11 self.match_service_name('^oracle')
12
13 def manual(self, service, plugin_was_run):
14 service.add_manual_commands('Install ODAT (https://github.com/quentinhardy/odat) and run the following commands:', [

Callers

nothing calls this directly

Calls 1

match_service_nameMethod · 0.80

Tested by

no test coverage detected