Carol St.Louis
Carol St.Louis
Having the same issue with Ubuntu 16.04. `tcpdump -I -i wlan0` (actually my equivalent) produces > You don't have permission to capture on that device `sudo tcpdump -I -i wlan0`...
I commented out line 59 (return), added sudo to the tcpdump (cmd) on line 72, and ran with `sudo python wifi-users.py` Output: > SSID: anothercoffeeplace > Error getting gateway mac...
Still no luck. With the new fork, I get `sudo python wifi-users.py` > SSID: PBPA_Guest > Error getting gateway mac address. Did you run `sudo chmod o+r /dev/bpf*`? > 23/1000...
Thank you for your persistence. I downloaded the most recent version of the repo, downloaded aircrack-ng, downloaded the libs needed for it, ran make and make install, and ran `sudo...
`tcpdump --version` yields > tcpdump version 4.9.0 > libpcap version 1.7.4 > OpenSSL 1.0.2g 1 Mar 2016 BTW, OS is Ubuntu 16.04.1 I cloned the current version of the repo,...