Skip to content

Latest commit

 

History

History
74 lines (48 loc) · 1.85 KB

README.md

File metadata and controls

74 lines (48 loc) · 1.85 KB

CyberRakshak

Welcome to the CyberRakshak project! This project is a web application designed to ....

Access the Application

Click Here

Project Description

CyberRakshak is designed to, e.g. monitor cybersecurity threats, provide educational resources, etc. It includes features like ....

Features

  • User Authentication: Secure login and registration system.
  • Dashboard: Overview of key metrics and information.
  • Real-time Alerts: Receive notifications about important events.
  • Reports: Generate and view detailed reports.
  • Educational Resources: Access tutorials and guides on cybersecurity.

Screenshots

User Interface

User Interface

Scan Result Output

Scan Result Output

Installation

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/pankajmourya007/CyberRakshak.git
  2. Navigate to the project directory:

    cd CyberRakshak
  3. Create and activate a virtual environment:

    virtualenv venv --python=python3.9
    source venv/bin/activate
  4. Install dependencies:

    pip install -r requirements.txt

Usage

To start the application, run:

python server.py

Then open your web browser and go to http://localhost:5000 to access the application.

Contributing

Contributions are welcome! If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Contact

For any inquiries or feedback, please contact [email protected].