You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error for wireless request "Set Frequency" (8B04) :
SET failed on device wlx08bd4378e8a6 ; Operation not permitted.
Traceback (most recent call last):
File "wifijammer.py", line 491, in
main()
File "wifijammer.py", line 487, in main
jammer.engage()
File "wifijammer.py", line 330, in engage
sniff(iface=self.interface, prn=self.injector)
File "/home/drewr/.local/lib/python3.8/site-packages/scapy/sendrecv.py", line 972, in sniff
sniffer._run(*args, **kwargs)
File "/home/drewr/.local/lib/python3.8/site-packages/scapy/sendrecv.py", line 841, in _run
sniff_sockets[L2socket(type=ETH_P_ALL, iface=iface,
File "/home/drewr/.local/lib/python3.8/site-packages/scapy/arch/linux.py", line 467, in init
self.ins = socket.socket(socket.AF_PACKET, socket.SOCK_RAW, socket.htons(type)) # noqa: E501
File "/usr/lib/python3.8/socket.py", line 231, in init
_socket.socket.init(self, family, type, proto, fileno)
PermissionError: [Errno 1] Operation not permitted
The text was updated successfully, but these errors were encountered:
Error for wireless request "Set Frequency" (8B04) :
SET failed on device wlx08bd4378e8a6 ; Operation not permitted.
Traceback (most recent call last):
File "wifijammer.py", line 491, in
main()
File "wifijammer.py", line 487, in main
jammer.engage()
File "wifijammer.py", line 330, in engage
sniff(iface=self.interface, prn=self.injector)
File "/home/drewr/.local/lib/python3.8/site-packages/scapy/sendrecv.py", line 972, in sniff
sniffer._run(*args, **kwargs)
File "/home/drewr/.local/lib/python3.8/site-packages/scapy/sendrecv.py", line 841, in _run
sniff_sockets[L2socket(type=ETH_P_ALL, iface=iface,
File "/home/drewr/.local/lib/python3.8/site-packages/scapy/arch/linux.py", line 467, in init
self.ins = socket.socket(socket.AF_PACKET, socket.SOCK_RAW, socket.htons(type)) # noqa: E501
File "/usr/lib/python3.8/socket.py", line 231, in init
_socket.socket.init(self, family, type, proto, fileno)
PermissionError: [Errno 1] Operation not permitted
The text was updated successfully, but these errors were encountered: