Files
bigbrother/modules/__init__.py
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

4 lines
62 B
Python

from modules.base import BaseModule
__all__ = ["BaseModule"]