Skip to content

rahul-singh01/SIH-FIREWALL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SIH FireWall

Cross-Platform Firewall: Provides granular control over application-specific network traffic with real-time monitoring. Centralized Management: Web-based console for policy management, monitoring, and alerting. AI & Blockchain Integration: AI-driven anomaly detection and blockchain for secure, tamper-proof logging

How to run it locally ?

  • on root folder run : pip instal -r requirements.txt

  • Inside the frontend folder run :

  • Step 1 : run yarn to install modules

  • Step 2 : yarn dev to run vite server

  • Inside the backend Folder run :

  • Step 1 : python manage.py makemigrations --settings=config.settings.development

  • Step 2 : python manage.py migrate --settings=config.settings.development

  • Step 3 : python manage.py runserver --setting=config.settings.development

  • Inside the Agent Folder run :

  • Step 1 : sudo -E $(which python) main.py start (for starting the service)

  • Step 2 : sudo -E $(which python) main.py stop (for stoping the service)

  • Step 3 : sudo -E $(which python) main.py restart (for restarting the service)

** GUI Access from http://localhost:8000

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published