(self, service)
| 12 | self.require_ssl(True) |
| 13 | |
| 14 | async def run(self, service): |
| 15 | if service.protocol == 'tcp' and service.secure: |
| 16 | await service.execute('sslscan --show-certificate --no-colour {addressv6}:{port} 2>&1', outfile='{protocol}_{port}_sslscan.html') |