-
Notifications
You must be signed in to change notification settings - Fork 46
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
Error when Starting #2
Comments
Hi, which system do you use? |
Hello , same thinking on first look but start commend in terminal working fine. only ideas as using shell Cinamon with NOT-root user tkx for help & ideas |
Hi, Can you send to me output of "iwconfig" as normally? for wireless interface |
sudo iwconfig wlan0 IEEE 802.11 ESSID:off/any eth0 no wireless extensions. lo no wireless extensions. wlan1 IEEE 802.11 ESSID:off/any |
sudo airmon-ng PHY Interface Driver Chipset phy0 wlan0 iwlwifi Intel Corporation Centrino Advanced-N 6205 [Taylor Peak] (rev 34) |
hope it will help to find solution |
Using usb realtek 88xxau Rasp. 3b Debian Bullseye, same issue on kali Linux admin@rasp:~/PiKarma $ python PiKarma.py -h |
hello my dear,
using kali and installed as perinstructions
but when starting got below:
sh: 1: iwconfig: not found
Traceback (most recent call last):
File "PiKarma.py", line 153, in
sniff_channel_hop(iface)
File "PiKarma.py", line 59, in sniff_channel_hop
sniff(iface=iface, count=4, prn=air_scan)
File "/usr/lib/python2.7/dist-packages/scapy/sendrecv.py", line 570, in sniff
s = L2socket(type=ETH_P_ALL, *arg, **karg)
File "/usr/lib/python2.7/dist-packages/scapy/arch/linux.py", line 459, in init
self.ins = socket.socket(socket.AF_PACKET, socket.SOCK_RAW, socket.htons(type))
File "/usr/lib/python2.7/socket.py", line 191, in init
_sock = _realsocket(family, type, proto)
socket.error: [Errno 1] Operation not permitted
even start with sudo no matter
any suggestions pls.
p.s. seems Python version require 3.0 ?
The text was updated successfully, but these errors were encountered: