文件名称:Vscan:基于终端的防病毒文件扫描程序
文件大小:13KB
文件格式:ZIP
更新时间:2024-03-10 08:22:49
linux api python3 antivirus virustotal
扫描仪 防病毒项目 利用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检索上传的文件报告 resp = subp . run ( f'curl --request GET \ --url https://www.virustotal.com/api/v3/fi
【文件预览】:
Vscan-master
----scripts()
--------scanit.py(2KB)
--------main.py(16KB)
--------parser.py(3KB)
--------sample()
--------fileformat.py(3KB)
--------interface.py(1KB)
----requirements.txt(15B)
----LICENSE(1KB)
----README.md(947B)