BigBrother is a collection of tools for the purpose of gaining information quietly. With an embedded sqlite3 database to store all modules information and locations, thus not all modules need to be installed.
The Semantic Versioning is used in this repository in this format:
[major].[minor].[patch]-{status}
- major indicates incopatible changes
- minor indicates new features
- patch indicates bug fixies
- status show the status (alpha, beta, rc, etc.)
for more information see Semantic Versioning
Tools are divided based on this Nomenclature.
Sentry integartion can be found in:
lib/sentry/sentry.py
It's installed to handle software-side issues.
Every tools is stored in a crypted tar.gz file on a server and the user needs an authentication key to install it. The 'set' command is used to store own password.
I'm unsure on which use:
- PostgreSQL
- MySQL
Or totally different:
- Redis
coming soon
New version 0.4.0 in pre-alpha phase. Commands will come out in 0.4.0 alpha.
coming soon
New version 0.4.0 in pre-alpha phase. Setup file will come out in 0.4.0 alpha.
To contribute to this project please see Contribute.