Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Am I missing any step? #53

Open
satwikkansal opened this issue Aug 14, 2019 · 3 comments
Open

Am I missing any step? #53

satwikkansal opened this issue Aug 14, 2019 · 3 comments

Comments

@satwikkansal
Copy link

satwikkansal commented Aug 14, 2019

Hi @schollz , first things first, thanks for making such a cool project.

I was trying to use this on my mac osx. And here's what I did.

  1. Connected to wifi
  2. Ran
$ brew install wireshark
$ brew cask install wireshark-chmodbpf
$ sudo /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport -z
  1. Installed the pip package, and ran howmanypeoplearearound

I see a very big list of options

image

I'm not sure which one is my wifi adapter that supports monitor mode. Is there any way to figure that out?

Also, I tried to bruteforce and give it a shot with all the option but everytime the response after scanning is Found no signals, are you sure en0 supports monitor mode?

Can you please help if I'm missing any step?

@SeanLiver
Copy link

You can have a try on "networksetup -listallhardwareports" to check which one is your wifi port.

@mathematicalmichael
Copy link

for me, the cask command conflicted with wireshark, so it didn't work. But that was okay.
I needed to change permissions with sudo chmod o+r /dev/bpf* and then selecting en1 finally started to work.

@sulrich70
Copy link

"I'm not sure which one is my wifi adapter that supports monitor mode. Is there any way to figure that out?"

sudo iw dev

will give you a list of devices. Next to the identifier "interface" (eg. wlan1) is the wireless adapter

Assuming your interface is wlan1

sudo ip link set wlan1 down
sudo iw wlan1 set monitor none
sudo ip link set wlan1 up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants