Metadata-Version: 2.2
Name: CyberSentinel
Version: 0.2.1
Summary: A Website Security & Health Checker
Author: Ansh Garg
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests


---

# **CyberSentinel – Website Security & Health Checker**  

CyberSentinel is a lightweight Python package designed to analyze the **security and health** of websites. It helps developers, administrators, and cybersecurity professionals quickly assess whether a website is **online, secure, and functioning properly**.  

## **🔍 Features:**  
- ✅ **Website Availability Check** – Detects if a website is accessible.  
- ✅ **Response Time Monitoring** – Measures server response time.  
- ✅ **SSL Certificate Validation** – Ensures the website has a valid SSL certificate.  
- ✅ **HTTP Status Code Analysis** – Identifies potential issues based on response codes.  
- ✅ **Simple Command-Line Interface** – Quick and user-friendly website checks.  

## **🚀 Installation**  
Install CyberSentinel via pip:  
```sh
pip install CyberSentinel
```

## **📌 Usage**  
To check a website’s security and health, run:  
```sh
cybersentinel https://example.com
```

## **🔗 Project Details**  
- **GitHub Repository**: [CyberSentinel on GitHub](https://github.com/Anshgarg9166/CyberSentinel)  
- **License**: MIT  
- **Python Version**: 3.6+  

---
[![PyPI Downloads](https://static.pepy.tech/badge/cybersentinel)](https://pepy.tech/projects/cybersentinel)
