Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PermissionError #11

Open
DrewRidley opened this issue Mar 3, 2021 · 1 comment
Open

PermissionError #11

DrewRidley opened this issue Mar 3, 2021 · 1 comment

Comments

@DrewRidley
Copy link

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

@SirKnightV
Copy link

try sudo chmod +x * (inside the dir of wifijammer) , later try sudo su , later sudo python3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants