57 lines
2.2 KiB
Markdown
57 lines
2.2 KiB
Markdown
# [DЯΣΛMMΛKΣЯ]
|
|
## Automatic Police Response and Early Notice
|
|
shut down and lock (or destory) your box if cops are detected nearby! also spam pings you like 10 times over discord \o\
|
|
|
|
## How does it work?
|
|
- Certin bits of cop kit constantly emit bluetooth low energy (BTLE) beacons
|
|
- Because we can look up the mac addresses used by the equipment vendor, we can filter for those vendors
|
|
- hilariously literally none of their BTLE enabled kit ever bothered to randomize the mac addresses lmao 🥴
|
|
- two varieties of device have been confirmed working
|
|
- Tazers, only the one brand?
|
|
- Body Cameras, from 2? brands?
|
|
|
|
## Install
|
|
**Requires a systemmd linux box with os drive encryption using cryptsetup/luks and alsop bluetoothctl and curl**
|
|
|
|
then instasll/reinstall/upgrade are all the same command:
|
|
```bash
|
|
bash install_DREAMMAKER.sh
|
|
```
|
|
|
|
## Props
|
|
1. BIG Thanks to [OSINTI4L](https://github.com/OSINTI4L/) for making the first verison of this!
|
|
|
|
## Tests
|
|
working on both:
|
|
- Raspberry Pi OS 6.12.75 on a Raspberry Pi 5 8GB
|
|
- Kali 6.19.11 on as Lenovo Thinkpad T560
|
|
|
|
## Todo
|
|
1. ~~make webhook work without geeraleesssss(in progress)~~
|
|
2. ~~sanity checks~~
|
|
3. ~~test with available btle devices~~
|
|
1. ~~sniff with nrf chip~~
|
|
4. esp32 version
|
|
- generic esp32 as possible
|
|
- maybe pizzero for audio
|
|
- maybe a phone app to get aLert on phone
|
|
5. android implementation
|
|
6. flipper zero implementation
|
|
|
|
## Theme
|
|
### [Paparazzi - Lady Gaga (2008)](https://music.youtube.com/watch?v=28jp-30w8Lg&si=ZmoJk750nUXNHDW8)
|
|
[](https://genius.com/Lady-gaga-paparazzi-lyrics)
|
|
|
|
## LICENSE
|
|
[](assets/COPYING.txt)
|
|
**Do What the Fuck You Want to Public License (WTFPL)**
|
|
"Free as in freedom **AND** free as in free beer"
|
|
[WTFPL Home](https://www.wtfpl.net) ([Archive](https://web.archive.org/web/20251218082119/https://www.wtfpl.net/))
|
|
[WTFPL Local Copy](assets/COPYING.txt)
|
|
### Text
|
|
```
|
|
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
|
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
|
|
|
0. You just DO WHAT THE FUCK YOU WANT TO.
|
|
``` |