Replies: 6 comments 16 replies
-
Hmmm, that's interesting. I wonder if something else is interfering with it. Can you post the output of |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
NetworkManager is not installed - this is a very minimal installation built from https://gitlab.com/steev/image-specs.git which only includes ssh parted dosfstools iw wpasupplicant kali-defaults zsh firmware-brcm80211 and a couple others (obviously the previously mentioned ones and the nzyme dependencies.)
I did attempt to use netplan to bring the interfaces up at boot time, but that wasn't much help. |
Beta Was this translation helpful? Give feedback.
-
Ah, looking into this - perhaps we're hitting https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651783 but likely not, it should still do the "right thing" even if not linked against libnl |
Beta Was this translation helpful? Give feedback.
-
I think I've figured this out - if libpcap is not built against libnl, then libpcap will not automatically put the device into monitor mode. If however, it is, it will.
So turns out my comment earlier about the debian bug IS what we are running into on Kali/Debian systems. I'll see what we can do here to get that fixed. |
Beta Was this translation helpful? Give feedback.
-
For anyone who needs to do this because they're trying to set it up, you will need to add a deb-src line to your /etc/apt/sources.list. For Debian buster this would look like:
For Debian bullseye (aka testing):
For Debian sid (aka unstable):
For Kali this would look like:
Then, run Once that is done, we want to pull in some things to make sure we can build packages.
Now we'll create a directory to download the sources and build the package in...
Now we want to edit the
Now in the libpcap-1.10.0 directory we run an apt command to pull in the build dependencies:
Once the dependencies are installed, simply run
Once that is done, you should be able to Once that is done, we can test that it works with |
Beta Was this translation helpful? Give feedback.
-
So, I have a custom kali installation on an RPi 4 - custom in that, it uses the kali kernel and not the kernel from either re4son or the rpi foundation.
I'm connecting it to the network with the ethernet port, and have both wlan0 free, as well as an mt76x2, however, similar to #336 I get the output of
However...
It doesn't matter whether I try to start nzyme with the device in monitor, managed or auto, I always end up with the error that the device doesn't support monitor mode. However, I most certainly can, and do use them in monitor mode.
I've also installed
python3-scapy
,aircrack-ng
,sudo
andwireless-tools
Beta Was this translation helpful? Give feedback.
All reactions