cleaneee
This commit is contained in:
@@ -12,12 +12,21 @@ shut down and lock (or destory) your box if cops are detected nearby!
|
|||||||
bash install_dreammaker.sh
|
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
|
||||||
|
2. sanity checks
|
||||||
|
3. test with available btle devices
|
||||||
|
1. sniff with nrf chip
|
||||||
|
|
||||||
## LICENSE
|
## LICENSE
|
||||||
[](./COPYING.txt)
|
[](./COPYING.txt)
|
||||||
**Do What the Fuck You Want to Public License (WTFPL)**
|
**Do What the Fuck You Want to Public License (WTFPL)**
|
||||||
"Free as in freedom **AND** free as in free beer"
|
"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 Home](https://www.wtfpl.net) ([Archive](https://web.archive.org/web/20251218082119/https://www.wtfpl.net/))
|
||||||
[WTFPL Local Copy](./COPYING.txt)
|
[WTFPL Local Copy](assets/COPYING.txt)
|
||||||
### Text
|
### Text
|
||||||
```
|
```
|
||||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
+1
-1
@@ -3,7 +3,7 @@ Description=protecc from cops
|
|||||||
After=network.target
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
# Points to your script
|
# script path
|
||||||
ExecStart=/usr/local/bin/dreammaker.sh
|
ExecStart=/usr/local/bin/dreammaker.sh
|
||||||
# Automatically restarts if the script fails
|
# Automatically restarts if the script fails
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|||||||
+1
-1
@@ -12,7 +12,7 @@ while true; do #infinite loop
|
|||||||
done
|
done
|
||||||
# cryptsetup erase <device> # ion case you wanna nuke ur shit lmao
|
# cryptsetup erase <device> # ion case you wanna nuke ur shit lmao
|
||||||
## these options are powerful, silent, fast, aND RIsky
|
## these options are powerful, silent, fast, aND RIsky
|
||||||
poweroff --poweroff --force --no-wall --no-sync
|
poweroff --poweroff --force --no-wall # --no-sync
|
||||||
sleep 1
|
sleep 1
|
||||||
else
|
else
|
||||||
sleep 1
|
sleep 1
|
||||||
|
|||||||
Reference in New Issue
Block a user