38 lines
1.3 KiB
Markdown
38 lines
1.3 KiB
Markdown
# [DЯΣΛMMΛKΣЯ]
|
|
## Automatic police alarm
|
|
shut down and lock (or destory) your box if cops are detected nearby!
|
|
## How does it work?
|
|
- Certin bits of cop kit constantly emit bluetooth low energy beacons
|
|
- Because we can look up the mac addresses, we can filter for those vendors
|
|
- Tazers
|
|
- Axon bodycamera
|
|
## Install
|
|
**Requires cryptsetup and bluetoothctl**
|
|
|
|
then instasll
|
|
```bash
|
|
bash install_DREAMMAKER.sh
|
|
```
|
|
|
|
## Props
|
|
1. BIG Thanks to [OSINTI4L](https://github.com/OSINTI4L/) for making the first verison of this!
|
|
|
|
## Todo
|
|
1. ~~make webhook work without geeraleesssss(in progress)~~
|
|
2. sanity checks
|
|
3. test with available btle devices
|
|
1. sniff with nrf chip
|
|
|
|
## LICENSE
|
|
[](./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.
|
|
``` |