Hi,
I am using Raspberry Pi OS Lite 64 bit. I wanted to use wlan0 interface in the monitor mode for wireless packet captures. So I checked what are all the modes supported by the wireless card/OS using the following command:
From the above command output I could see that the *monitor* mode is not in the supported interface modes list.
But interestingly when I use the Kali Linux SD card in the same Raspberry Pi 4 board, I could see the monitor mode.So, I am wondering if anybody could help how to add monitor support to wireless interface for Raspberry Pi OS (such as, may be enabling some Linux kernel configs)??
Thanks in advance...
I am using Raspberry Pi OS Lite 64 bit. I wanted to use wlan0 interface in the monitor mode for wireless packet captures. So I checked what are all the modes supported by the wireless card/OS using the following command:
Code:
rapo@raspberrypi:~$ iw list | grep "Supported interface modes" -A 10 Supported interface modes: * IBSS * managed * AP * P2P-client * P2P-GO * P2P-device Band 1: Capabilities: 0x1020 HT20 Static SM Power Save
But interestingly when I use the Kali Linux SD card in the same Raspberry Pi 4 board, I could see the monitor mode.
Code:
┌──(kali㉿kali-raspberry-pi)-[~]└─$ iw list | grep "Supported interface modes" -A 10 Supported interface modes: * IBSS * managed * AP * monitor * P2P-client * P2P-GO * P2P-device Band 1: Capabilities: 0x1022 HT20/HT40
Thanks in advance...
Statistics: Posted by nayabsd — Sat Sep 28, 2024 7:15 pm — Replies 0 — Views 23