繁体   English   中英

如何为 python 3 windows 安装 Scapy_http

[英]How to Install Scapy_http for python 3 windows

我似乎scapy_http在我的 Windows 机器上安装scapy_http 我已经安装了scapy-http (请注意区别),但它不起作用。

尝试安装scapy_http时,我总是收到此错误:

 ERROR: Command errored out with exit status 1:
 command: 'c:\users\user\desktop\spoofer\scripts\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\USER\\AppData\\Local\\Temp\\pip-install-osyn3x82\\meinheld\\setup.py'"'"'; __file__='"'"'C:\\Users\\USER\\AppData\\Local\\Temp\\pip-install-osyn3x82\\meinheld\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\USER\AppData\Local\Temp\pip-pip-egg-info-u_2h8iz_'
     cwd: C:\Users\USER\AppData\Local\Temp\pip-install-osyn3x82\meinheld\
Complete output (2 lines):
Are you really running a posix compliant OS ?
Be posix compliant is mandatory
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

我怎样才能没有问题地安装它?

Scapy 2.4.3+ 包含 scapy-http,因此无需安装。 请参阅scapy-http的 github 页面上的免责声明: https : //github.com/invernizzi/scapy-http

过时的!

Scapy 2.4.3+ 原生支持 HTTP。 它与这个包的语法相同(不是很好),而且它包含了更多的功能!

请将此软件包视为过时 - Scapy 万岁!

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM