(self, service)
| 14 | self.add_pattern('(?i)powered[ -]by[^\n]+') |
| 15 | |
| 16 | async def run(self, service): |
| 17 | if service.protocol == 'tcp': |
| 18 | await service.execute('curl -sSik {http_scheme}://{addressv6}:{port}' + self.get_option('path'), outfile='{protocol}_{port}_{http_scheme}_curl.html') |
nothing calls this directly
no test coverage detected