Screenshots
Example Usage
# Option 1: Docker (simulated data, no hardware needed) docker pull ruvnet/wifi-densepose:latest docker run -p 3000:3000 ruvnet/wifi-densepose:latest # Open http://localhost:3000 # Option 2: Live sensing with ESP32-S3 hardware ($9) # Flash firmware, provision WiFi, and start sensing: python -m esptool --chip esp32s3 --port COM9 --baud 460800 \ write_flash 0x0 bootloader.bin 0x8000 partition-table.bin \ 0xf000 ota_data_initial.bin 0x20000 esp32-csi-node.bin python firmware/esp32-csi-node/provision.py --port COM9 \ --ssid "YourWiFi" --password "secret" --target-ip 192.168.1.20 # Option 3: Full system with Cognitum Seed ($140) # ESP32 streams CSI → bridge forwards to Seed for persistent storage + kNN + witness chain node scripts/rf-scan.js --port 5006 # Live RF room scan node scripts/snn-csi-processor.js --port 5006 # SNN real-time learning node scripts/mincut-person-counter.js --port 5006 # Correct person counting
See also
wifi-cracking
Open Source
Crack WPA/WPA2 Wi-Fi Routers with Airodump-ng and Aircrack-ng/Hashcat…
OneShot-Termux
Free
Run WPS PIN attacks (Pixie Dust and bruteforce) on your Termux…
AngryOxide
Open Source
AngryOxide was developed as a way to learn Rust, netlink, kernel sockets, and WiFi exploitation all …
hashcat-wpa-server
Open Source
Yet another WPA/WPA2 hashes cracker web server. Powered by HashCat. The backend is written in Python…
hashCrack
Open Source
Interactive Python CLI that wraps Hashcat with guided menus for wordlist, rule-based, brute-force, a…
wifi-deauth
Open Source
Kali
A deauth attack that disconnects all devices from the target wifi network (2.4Ghz & 5Ghz), WPA3 also…