Skip to content

New Mac OS (M) Operator Setup #68

Description

@mazezen

`
brew install wireshark

brew --cask install wireshark-chmodbpf
`

You need to dissociate from any AP before initiating the scanning:
Turn off WIFI
sudo networksetup -setairportpower en0 off

Install
pip install howmanypeoplearearound

Download oui.txt
This is because howmanypeoplearearound uses an old download address, and the default Python urlopen lacks a User-Agent, causing it to be rejected by IEEE's server as a bot.
wget -O oui.txt https://standards-oui.ieee.org/oui/oui.txt

Run
howmanypeoplearearound

Turn on WIFI
sudo networksetup -setairportpower en0 on

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions