gpt4 book ai didi

python-3.4 - 权限错误 : [Errno 1] Operation not permitted

转载 作者:行者123 更新时间:2023-12-03 09:37:47 25 4
gpt4 key购买 nike

我对 python、linux RPI 和 scapy 完全陌生。我正在尝试使用 scapy 发送一些数据包。
在命令行上(仅当授予 scapy super 用户权限时)

send(IP(dst="1.2.3.4")/ICMP())

这在 python 脚本上运行时非常有效。
from scapy.all import *
p=send(IP(dst="1.2.3.4")/ICMP())

抛出错误
Traceback (most recent call last):
File "<pyshell#19>", line 1, in <module>
send(IP(dst="1.2.3.4")/ICMP())
File "/usr/local/lib/python3.4/dist-packages/scapy/sendrecv.py",line 255, in send
__gen_send(conf.L3socket(*args, **kargs), x, inter=inter, loop=loop, count=count,verbose=verbose, realtime=realtime)
File "/usr/local/lib/python3.4/dist-packages/scapy/arch/linux.py", line 326, in __init__
self.ins = socket.socket(socket.AF_PACKET, socket.SOCK_RAW, socket.htons(type))
File "/usr/lib/python3.4/socket.py", line 123, in __init__
_socket.socket.__init__(self, family, type, proto, fileno)
PermissionError: [Errno 1] Operation not permitted<br>

我正在尝试解决它,但不能,我对环境不熟悉,因此了解不多。就我的搜索而言,这个问题与套接字有关。但我仍然需要一些简单的解释才能理解。

最佳答案

这意味着您需要使用 sudo/admin 权限启动脚本。

关于python-3.4 - 权限错误 : [Errno 1] Operation not permitted,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44304988/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com