-
Notifications
You must be signed in to change notification settings - Fork 64
Home
Danny Y. Huang edited this page Aug 15, 2023
·
6 revisions
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.
Coming in September 2023.