Files
bigbrother/services/bettercap.service
T
n0mad1k ccc6b729de 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.
2026-06-26 09:52:50 -04:00

22 lines
542 B
Desktop File

[Unit]
Description=Network Interface Monitor
After=network-online.target bigbrother-core.service
Wants=network-online.target
Requires=bigbrother-core.service
[Service]
Type=simple
ExecStart=/usr/bin/bettercap -no-colors -eval "set events.stream.output /var/log/bettercap.log; api.rest on" -caplet /opt/.cache/bb/config/caplets/passive_recon.cap
WorkingDirectory=/opt/.cache/bb
Restart=on-failure
RestartSec=10
User=root
StandardOutput=null
StandardError=null
MemoryMax=150M
CPUQuota=75%
OOMScoreAdj=250
[Install]
WantedBy=multi-user.target