Menace is a network monitoring tool that collects data from your network and stores it into a database. From there, only the past 30 minutes of data is kept and is displayed on the webpage. This shows all traffic either from the source or to the destination.
Menace is written in PHP for the web pages and Python for the parser. They both depend on a mysql database. Menace stands for Managed Eye of Network Attacks with a Complete Engine.
INSTALLATION:
Method A - 1 Server:
Make a DB and user for menace
Run ./install.sh
In the webdir edit db.php and in the parser scanner.py to have the db details you created
Method B - 2+ Servers:
Make a DB and user for menace and allow connections from the other servers
Run ./install.sh and only install the web part on the DB server
In the webdir edit db.php and in the parser scanner.py to have the db details you created
Copy the Parser Directory so the program can run on the other servers
Requirements:
· Python
· MySQL
Product's homepage
Requirements:
· Python
· MySQL