How to use the urlscan.komand_urlscan.actions.get_scan_results.schema.GetScanResultsInput function in urlscan

To help you get started, we’ve selected a few urlscan examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github rapid7 / insightconnect-plugins / urlscan / komand_urlscan / actions / get_scan_results / action.py View on Github external
def __init__(self):
        super(self.__class__, self).__init__(
            name='get_scan_results',
            description=Component.DESCRIPTION,
            input=GetScanResultsInput(),
            output=GetScanResultsOutput())