无法使脚本与上下文菜单配合使用或无法计算哈希值

时间:2019-03-19 04:50:38

标签: python-3.x

我想制作一个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

0 个答案:

没有答案