(self)
| 8 | self.tags = ['default', 'safe', 'rpc'] |
| 9 | |
| 10 | def configure(self): |
| 11 | self.match_service_name(['^msrpc', '^rpcbind', '^erpc']) |
| 12 | |
| 13 | def manual(self, service, plugin_was_run): |
| 14 | service.add_manual_command('RPC Client:', 'rpcclient -p {port} -U "" {address}') |
nothing calls this directly
no test coverage detected