Grindwall is a machine learning-based firewall system that filters malicious requests to enhance network security.
ML Based Firewall System
Grindwall is designed for developers and network administrators who need to protect their servers from malicious traffic. By implementing this tool, users can leverage machine learning to automatically detect and block harmful requests, ensuring a more secure environment.
Ensure to configure your browser or computer to use the proxy server running on port 1234 for effective filtering.
Clone this Repo
Install the requirements using the command: pip install -r requirements.txt
Run the CLI version with: python cli.py
Alternatively, run the GUI version with: python gring_gui.pypython cli.py
Starts the Grindwall firewall in command line interface mode.
python gring_gui.py
Starts the Grindwall firewall in graphical user interface mode.