From ea942f0be3e0ecbedfc3faf42370bdb88e14a9de Mon Sep 17 00:00:00 2001 From: princesspi Date: Fri, 26 Jun 2026 19:02:17 +0000 Subject: [PATCH] Update README.md --- README.md | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f8240d..1c8e75e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,30 @@ -# DREAMMAKER +# [DЯΣΛMMΛKΣЯ] +## By Princess Pi :3 +Detecting nearby police and police spy devices by listening for BLE and Wi-Fi beacons with known cop manufacturer OIDs and automatically responding to their proximity when detected. +tl;dr: **cop detector** -tl;dr: cop detector \ No newline at end of file +## DISCLAIMER +Please do not do crimes for fuck's sake, use your brain. + +## How it works +1. Certin bits of cop kit like Tazers, body cameras, shot detectors, spy cameras, etc constantly emit Bluetooth Low Energy (BLE) beacons or Wi-Fi beacons. +2. Because we can look up the MAC addresses used by the equipment vendor, we can filter for those vendors by OUI (first few bytes of the MAC address). +3. Hilariously literally none of their BLE enabled kit ever bothered to randomize MAC addresses, a standard privacy feature on most devices. +4. So making a tool to idly sniff BLE and Wi-Fi and react when a matching OID is detected, then performing some automatic action is simple. + +## Known OUIs of Cop Gear +**BLE** +Axon (tazers, shot detectors, body cameras, etc): `00:25:DF`, `00:58:28`, `00:C0:D4`, `84:70:03` +Flock (spy cameras): `58:8E:81`, `CC:CC:CC`, `EC:1B:BD`, `90:35:EA`, `F0:82:C0`, `1C:34:F1`, `38:5B:44`, `94:34:69`, `B4:E3:F9`, `3C:91:80`,`D8:F3:BC`, `80:30:49`, `14:5A:FC`, `9C:2F:9D`, `94:08:53`, `E4:AA:EA`, `48:E7:29`, `C8:C9:A3`, `74:4C:A1`, `70:C9:4E`,`04:0D:84`, `08:3A:88`, `A4:CF:12`, `D8:A0:D8` + +**Wi-Fi** +Flock (spy cameras): `70:C9:4E`, `3C:91:80`, `D8:F3:BC`, `80:30:49`, `B8:35:32`, `14:5A:FC`, `74:4C:A1`, `08:3A:88`, `9C:2F:9D`, `C0:35:32`, `94:08:53`, `E4:AA:EA`, `F4:6A:DD`, `F8:A2:D6`, `24:B2:B9`, `00:F4:8D`, `D0:39:57`, `E8:D0:FC`, `E0:4F:43`, `B8:1E:A4`, `70:08:94`, `58:8E:81`, `EC:1B:BD`, `3C:71:BF`, `58:00:E3`, `90:35:EA`, `5C:93:A2`, `64:6E:69`, `48:27:EA`, `A4:CF:12`, `82:6B:F2` + +## Implementations +- **[Main Repo](https://git.thecoven.info/PrincessPi/DREAMMAKER)** +- [Python (cross platform)](https://git.thecoven.info/PrincessPi/DREAMMAKER/src/branch/main/implementations/Python3) +- [BASH Systemd Service (Linux)](https://git.thecoven.info/PrincessPi/DREAMMAKER/src/branch/main/implementations/BASH_Script_Linux) +- [Android](https://git.thecoven.info/leviathan/OVERWATCH) + +## Poni +![PFUDOR.png](PFUDOR.png) \ No newline at end of file