(self)
| 3 | class RsyncList(ServiceScan): |
| 4 | |
| 5 | def __init__(self): |
| 6 | super().__init__() |
| 7 | self.name = 'Rsync List Files' |
| 8 | self.tags = ['default', 'safe', 'rsync'] |
| 9 | |
| 10 | def configure(self): |
| 11 | self.match_service_name('^rsync') |
nothing calls this directly
no outgoing calls
no test coverage detected