0

我似乎无法scapy_http在我的 Windows 机器上安装。我已经安装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.

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

4

1 回答 1

0

Scapy 2.4.3+ 包含 scapy-http,所以不需要安装它。scapy-http请参阅github 页面上的免责声明: https ://github.com/invernizzi/scapy-http

过时的!

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

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

于 2020-08-25T13:13:31.117 回答