1777283427

This commit is contained in:
2026-04-27 03:50:26 -06:00
parent 4faa839f62
commit 1cf6f66b67
4 changed files with 31 additions and 15 deletions
@@ -1,4 +1,5 @@
#!/bin/bash
# truth be told idk why tf i made this poc as a shell script. there is no non-inebreated explanaition for dis
set -e # faiulure is not tolerated here
## easy to add ids~
vendor_ids=('00:25:DF' '00:58:28' '00:C0:D4' '84:70:03') # real world vendor ids
@@ -0,0 +1,13 @@
# BASH IMPLEMENTATION OF [DЯΣΛMMΛKΣЯ]
**Requires a systemmd linux box with os drive encryption using cryptsetup/luks and alsop bluetoothctl and curl**
## to install the live service:
first,
then instasll/reinstall/upgrade are all the same command:
```bash
bash install_DREAMMAKER.sh
```
or juat to test the demo after putting your discord webhook url manually in `/usr/share/DREAMMAKER/.discord_url ` and tag to notify in `/usr/share/DREAMMAKER/.discord_tag`
```bash
bash DREAMMAKER-DEMO.sh
```
+9 -5
View File
@@ -1,9 +1,12 @@
# Python3 [DЯΣΛMMΛKΣЯ] Implementation
Tested with Python 3.13.5 on Kali (Raspberry Pi 5 and Lenovo Thinpad 5xx series)
- Tested with Python 3.13.5 on Kali (Raspberry Pi 5 and Lenovo Thinpad 5xx series)
- not yet working on windows gdmf
## Install
1. create venv: `python -m venv .venv`
2. activate venv: *nix: `source .venv/bin/activate` windows powershell: `.venv\Scripts\activate`
3. install requirements: `pip install -r requirements.txt`
1. edit line 9 and 10 in [DREAMMAKER.py](./DREAMMAKER.py) and put in your discord webhook url and the role id to tag (\@rolename to get it, it will look something like `<@&1369280290203373670>`)
2. create venv: `python -m venv .venv`
3. activate venv: *nix: `source .venv/bin/activate` OR windows powershell: `.venv\Scripts\activate`
4. install requirements: `pip install -r requirements.txt`
5. run it! `python DREAMMAKER.py`
## TODO
1. x get the fuckin thing working
@@ -12,4 +15,5 @@ Tested with Python 3.13.5 on Kali (Raspberry Pi 5 and Lenovo Thinpad 5xx series)
4. make service
5. speed up?
6. windowssssss
7. header rice (colors lib?)
7. x header rice (colors lib?)
8. serviceafy