我想制作一个python脚本,该脚本可以获取文件的sha256哈希并使用病毒总数进行检查。我找不到如何使其与文件上下文菜单一起使用的方法,也找不到正确的哈希命令 这是我到目前为止所做的
import hashlib
import webbrowser
hash = "hash" #calculate the hash
webbrowser.open(f"https://www.virustotal.com/gui/file/{hash}/detection") #check with virustotal