Advanced keylogger detection system with behavioral analysis and process monitoring
- 🕵️♂️ Behavioral Detection — Analyzes typing patterns to detect suspicious activity
- 🔍 Smart Process Scanning — Monitors running processes with minimal false positives
- 🌐 Network Monitoring — Detects abnormal outbound connections (data exfiltration attempts)
- 📊 Adaptive Learning — Builds a personalized baseline of your typing behavior
- 🚨 Multi-Stage Alert System — Prioritizes threats and alerts accordingly
git clone https://github.com/vedpakhare/KeyloggerGuard.git
cd KeyloggerGuard/KeyloggerGuard
python3 -m venv venv
source venv/bin/activate # For Linux
# .\venv\Scripts\activate # For Windows
pip install -r requirements.txt
python keylogger_detector.pyThis project is licensed under the MIT License.
Made with 💻 + 🛡️ by Ved Pakhare
