我需要通过python程序使用scapy-ssl-tls库。我是Windows用户。我试图找到在Windows中安装它的方法,但是找不到任何引用,包括库的Github页面here。有什么建议吗?
答案 0 :(得分:0)
要安装scapy-ssl-tls,有两个步骤:
安装scapy:使用pip pip install scapy --pre
或通过github页面下载:https://github.com/secdev/scapy
下载scapy-ssl-tls,并按照此处的说明进行安装:https://github.com/tintinweb/scapy-ssl_tls#installation