Create a new ScanResult for this module.
(self, target: Target)
| 21 | pass |
| 22 | |
| 23 | def create_result(self, target: Target) -> ScanResult: |
| 24 | """Create a new ScanResult for this module.""" |
| 25 | return ScanResult(target=target, module=f"webscanner.{self.name}") |