Skip to content

abhiyan007/iot-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

iot-lab

Raspberry Pi and wireless security projects.

probe-sniffer

Captures WiFi probe requests from nearby devices. Every phone, laptop, and tablet constantly broadcasts the names of networks it's looking for. This logs them with MAC addresses and RSSI.

pip install scapy
sudo airmon-ng start wlan0
sudo python probe-sniffer/sniffer.py -i wlan0mon
python probe-sniffer/sniffer.py --summary

SQLite database. Useful for passive device enumeration in security assessments.

net-monitor

Pi-based network monitor. Watches a subnet, alerts when new devices appear or known devices go offline. Sends alerts over a webhook (Discord/Slack/anything).

pip install scapy requests
python net-monitor/monitor.py -n 192.168.1.0/24 --webhook https://...

requires root for ARP scanning.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages