Vscan:基于终端的防病毒文件扫描程序 源码
扫描仪 防病毒项目 利用VirusTotal的v3 API上传和分析文件 resp = subp . run ( f'curl --request POST \ --url https://www.virustotal.com/api/v3/files \ --header "x-apikey: { API_KEY } " \ --form file=@ { file_path } ' , shell = True , stdout = subp . PIPE , stderr = subp . DEVNULL ) 利用VirusTotal的v3 API
下载地址
用户评论