sniff

sniff Used AI

12 devlogs
13h 30m
•  Ship certified
Created by Milk_Cool

An ESP32 Wi-Fi sniffer with a web interface supporting multiple devices. Designed for monitoring the amount of people in an area.

(AI used to write some code for the sniffing part)

Timeline

Ship 1

1 payout of shell 239.0 shells

Milk_Cool

3 months ago

Milk_Cool Covers 12 devlogs and 13h 30m

Dockerized the server, added READMEs and a demo mode.

Update attachment

I've added SSID sniffing/collecting and data exporting. That way, you can easily export and process the data yourself - especially useful if you're a researcher.

Update attachment

I also added a viewer for individual MACs so that you can see where the individual MAC addresses went!

Update attachment

I added mandatory API keys for the boards and custom name support!

Update attachment

I added a very minimal search function so that you can search MACs in the database!

Update attachment

Added stats and charts for individual boards!

Update attachment

Added a board management page! You can list, remove and manually add boards now. Next up are stats for individual boards!

Update attachment

Added a graph so that you can now see a visualization of your sniffs!

Update attachment

Added a stats page! Now you can see the raw statistics of the recent sniffs.

Update attachment

I started working on the frontend and the first thing i did was adding the upload page, where you can automatically upload the firmware, configure and trust the board by clicking a single button :D

Update attachment

The server can now store MACs and RSSIs in its database.

Update attachment

It can sniff MAC addresses and send them to a server now!

Update attachment