Skip to content

sagiZ3/SecureMesh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SecureMesh

SecureMesh is an educational defensive cybersecurity project that simulates a distributed network security system.

The system combines client-side monitoring (IDS / IPS / Firewall concepts) with a central server for event correlation and analysis.

Project Goals

  • Detect suspicious network behavior on endpoints
  • Enforce basic security rules on the client side
  • Correlate events from multiple clients on a central server
  • Provide a foundation for GUI-based monitoring and control

Structure

src/securemesh/ # Core project code tests/ # Automated tests

Setup

python -m venv .venv
source .venv/bin/activate  # Windows: .\.venv\Scripts\activate
pip install -r requirements.txt

Run
python -m securemesh

Notes
    This project is for learning purposes

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages