dpdani / tBB

An open-source Intrusion Detection System written in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tBB

Travis Status

An open-source Intrusion Detection System written in Python.

screenshot

Installation

Please, refer to the installation section of the User's Manual.

Usage

This repo contains the tBB server which is what performs the monitoring.

In order to actually see the results of monitoring, you want to connect to the running server with a front-end. The only available front-end as of today is tBB_cli which uses command line for human interface.

To run the tBB server use the following command from within tBB's installation folder:

$ sudo ./run 192.168.0.0/24 or $ sudo ./daemon 192.168.0.0/24 if you wish to run the server as a daemon.

Configuration

There are many settings you can adjust in tBB using a simple JSON format. Refer to the Manual for further details.

Contributing

Feel free to contribute!

Open an issue, a pull request or take a look at the Projects section to look at what I'm working on right now.

Before contributing, please read the Contributor Covenant Code of Conduct.

About

An open-source Intrusion Detection System written in Python.

License:GNU General Public License v3.0


Languages

Language:Python 99.8%Language:Shell 0.2%