brannondorsey / sniff-probes

Plug-and-play bash script for sniffing 802.11 probes requests :nose:
MIT License
245 stars 43 forks source link

Monitor Mode Issue #10

Open MrSlipicus opened 2 years ago

MrSlipicus commented 2 years ago

Hopefully I am not missing something stupid here.

wlan1 IEEE 802.11b ESSID:"" Nickname:"<WIFI@REALTEK>" Mode:Monitor Frequency:2.412 GHz Access Point: Not-Associated Sensitivity:0/0 Retry:off RTS thr:off Fragment thr:off Power Management:off Link Quality:0 Signal level:0 Noise level:0 Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0

Device is in Monitor mode.

pi@raspberrypi:~/sniff-probes $ sudo IFACE=wlan1 ./sniff-probes.sh tcpdump: wlan1: That device doesn't support monitor mode Is my result. And I know the device support monitor mode, as I can run

sudo airodump-ng wlan1

and it is monitoring

` BSSID STATION PWR Rate Lost Frames Notes Probes

(not associated) 5C:AA:FD:E8:B7:51 -46 0 - 1 101 3 Sonos_nshh42 (not associated) 84:3A:4B:33:B7:A2 -68 0 - 1 0 3
(not associated) 00:13:25:B0:04:79 -75 0 - 1 172 5
(not associated) F4:30:B9:7A:7D:BE -80 0 - 1 0 2 STEPPING FOR (not associated) F2:BD:F1:20:07:9C -82 0 - 1 0 1
(not associated) 50:76:AF:57:87:94 -83 0 - 1 0 1

Any thoughts?`

kripto-alemi commented 1 year ago

Hi, maybe I'm late to this for anyone else who is facing this issue, I sloved it by editing "sniff-probes.sh" file and removing the arg "-I" from tcpdump command (you will find it at the end of the file)