CyberGuard Pro is a Python + Flask based Malware Scanner with a modern neon UI frontend.
It scans a given folder on your system, checks files, and simulates malware detection using hash verification logic.
This project is built for cybersecurity learning, malware scanning concepts, and UI/Backend integration practice.
- 🌐 Modern Neon UI Frontend
- ⚙️ Flask Backend API
- 📂 Folder scanning support
- 🔍 File hashing & simulated malware check
- 📊 Live scanning progress bar
- ✅ Scan completed status with result
- ❌ Folder not found error handling
Frontend:
- HTML5
- CSS3 (Neon UI)
- JavaScript (Fetch API)
Backend:
- Python 3
- Flask
- Requests