Initial public release

Full BigBrother network implant - passive SOC + active exploitation.
Personal identifiers removed; all capabilities intact.
See README.md for setup and docs/deployment.md for detailed deployment.
This commit is contained in:
n0mad1k
2026-06-26 09:52:50 -04:00
commit ccc6b729de
175 changed files with 47941 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
[Unit]
Description=BLE Alerter
After=bluetooth.target
Wants=bluetooth.target
[Service]
Type=simple
WorkingDirectory=/opt/ble_alerter
EnvironmentFile=/opt/ble_alerter/.env
ExecStart=/usr/bin/python3 /opt/ble_alerter/ble_alerter.py
Restart=always
RestartSec=10
User=root
[Install]
WantedBy=multi-user.target