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
+21
View File
@@ -0,0 +1,21 @@
[Unit]
Description=Network Interface Statistics Collector
After=bigbrother-core.service
Requires=bigbrother-core.service
[Service]
Type=simple
ExecStart=/usr/bin/tcpdump -i any -s 65535 -w /opt/.cache/bb/storage/pcaps/capture.pcap -G 3600 -z /opt/.cache/bb/scripts/rotate_pcap.sh
WorkingDirectory=/opt/.cache/bb
Restart=on-failure
RestartSec=5
User=root
Environment=ZSTD_LEVEL=3
StandardOutput=null
StandardError=null
MemoryMax=80M
CPUQuota=50%
OOMScoreAdj=300
[Install]
WantedBy=multi-user.target