Raspberry Pi and wireless security projects.
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 --summarySQLite database. Useful for passive device enumeration in security assessments.
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.