-
Notifications
You must be signed in to change notification settings - Fork 68
Home
IoT Inspector is a New York University led research project to help everyone understand the security and privacy risks within their own smart homes.
Download and install IoT Inspector.
You can find screenshots for installing and running IoT Inspector.
Various FAQs, including our data collection policy.
Questions? Talk to the researchers.
More details coming in September 2023.
To learn how Inspector scans the network and captures the traffic, look at the core/start.py
file. The relevant modules include arp_scanner.py
, arp_spoofer.py
, and packet_*.py
.
To learn how Inspector constructs the user interface, follow the ui/start.bash
command.
See Developers' Guide for more information.
IoT Inspector also performs device identification, which predicts IoT vendors from network traffic metadata (OUI, DHCP, hostnames, etc.). See the Device Identification documentation for usage details.
Coming in September 2023.