用法:
scan_report(scanid, extended_info=True)
根据先前的扫描请求检索 URL 扫描结果。
- scanid:(
str
) - 要获取报告的扫描的扫描 ID。可以从 “slashnext-url-scan” 操作或 “slashnext-url-scan-sync” 操作中检索。 - extended_info:(
boolean
) - 是否下载取证数据,例如屏幕截图、HTML 和渲染文本。
- scanid:(
参数:
:return 查询响应作为列表。 :rtype: 列表
例子:
>>> from clx.osi.slashnext import SlashNextClient >>> api_key = 'slashnext_cloud_apikey' >>> snx_ir_workspace_dir = 'snx_ir_workspace' >>> slashnext = SlashNextClient(api_key, snx_ir_workspace_dir) >>> response_list = slashnext.scan_report('2-ba57-755a7458c8a3', extended_info=False) >>> type(response_list[0]) <class 'dict'>
相关用法
- Python clx.osi.slashnext.SlashNextClient.host_reputation用法及代码示例
- Python clx.osi.slashnext.SlashNextClient.api_quota用法及代码示例
- Python clx.osi.slashnext.SlashNextClient.url_scan用法及代码示例
- Python clx.osi.slashnext.SlashNextClient.host_report用法及代码示例
- Python clx.osi.slashnext.SlashNextClient.download_screenshot用法及代码示例
- Python clx.osi.slashnext.SlashNextClient.url_scan_sync用法及代码示例
- Python clx.osi.slashnext.SlashNextClient.download_html用法及代码示例
- Python clx.osi.slashnext.SlashNextClient.verify_connection用法及代码示例
- Python clx.osi.slashnext.SlashNextClient.host_urls用法及代码示例
- Python clx.osi.slashnext.SlashNextClient.download_text用法及代码示例
- Python clx.osi.virus_total.VirusTotalClient.file_rescan用法及代码示例
- Python clx.osi.virus_total.VirusTotalClient.url_report用法及代码示例
- Python clx.osi.virus_total.VirusTotalClient.ipaddress_report用法及代码示例
- Python clx.osi.virus_total.VirusTotalClient.file_scan用法及代码示例
- Python clx.osi.virus_total.VirusTotalClient.scan_big_file用法及代码示例
- Python clx.osi.virus_total.VirusTotalClient.domain_report用法及代码示例
- Python clx.osi.farsight.FarsightLookupClient.query_rrset用法及代码示例
- Python clx.osi.virus_total.VirusTotalClient.url_scan用法及代码示例
- Python clx.osi.whois.WhoIsLookupClient.whois用法及代码示例
- Python clx.osi.farsight.FarsightLookupClient.query_rdata_name用法及代码示例
注:本文由纯净天空筛选整理自rapids.ai大神的英文原创作品 clx.osi.slashnext.SlashNextClient.scan_report。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。