Skip to content
/ tBB Public

An open-source Intrusion Detection System written in Python.

License

Notifications You must be signed in to change notification settings

dpdani/tBB

Repository files navigation

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.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published