Running everything on kali.
I found all wifi networks nearby and their BSSIDs. I am using a network card with monitor mode on. Now I want to find all clients that connected to that specific BSSID
Here is how this achieved with airodump-ng
airodump-ng -d "target's BSSID" -c "target's channel number" "wireless adapter monitor mode name"
I want to achieve the same effect using scapy.
Can't find any proper reference to achieve that.
Thanks