An open API service indexing awesome lists of open source software.

https://github.com/thoufeelx/cybermedicpro

System Healing and Malware Scanning Tool
https://github.com/thoufeelx/cybermedicpro

cybersecurity gui linux malware-scanner pyqt5 python usb-tool wind

Last synced: about 2 months ago
JSON representation

System Healing and Malware Scanning Tool

Awesome Lists containing this project

README

          

# 🧠 CyberMedic Pro v1.0

> System Healing & Malware Scanning Tool for Linux & Windows
> Built with Python + PyQt5 β€” featuring a full GUI, animations, sound, and real diagnostics.

## πŸ§ͺ Features

- 🧹 **Quick Scan** – Lightweight system scan with no deep checks
- πŸ› οΈ **Full Heal** – Runs OS updates, auto repairs, malware removal
- 🎯 **Custom Scan** – Choose between Malware, Hardware, Performance, or Disk scan
- 🎧 **Hacker UI** with animation, terminal output, and audio FX
- 🐧 Linux-specific commands for full diagnostic flow
- πŸ” Sudo access prompt for secure tasks

- ## πŸ“Έ Screenshots

![home](assets/1.png)
![scan interface](assets/3.png)
![scan result](assets/2.png)
![custom](assets/4.png)

## βš™οΈ Installation

### βœ… 1. Clone the Repository

git clone https://github.com/yourusername/CyberMedicPro.git
cd CyberMedicPro

# (Optional) Create a Virtual Environment

python3 -m venv myenv
source myenv/bin/activate

# Install Python Requirements

pip install pyqt5
pip install psutil
pip install pygame

# Install System Packages (Linux Only)

sudo apt update
sudo apt install -y \
sysbench \
rkhunter \
chkrootkit \
clamav \
smartmontools \
lm-sensors

# Run the Application

python3 main.py

## πŸ’‘ Usage Tips

πŸ” Linux will ask for sudo password (in GUI)

πŸ’Ύ Custom scans allow you to run focused diagnostics

🎧 Sound FX play on start, and completion

βœ… Output shown in hacker-style terminal inside the app

## Known Issues

Requires active internet to install missing Linux tools during first scan

πŸ”’ Windows version currently supports UI only (no system-level execution). Linux version fully supported.

If sounds don’t play, ensure pygame is installed and volume is up

## 🧠 Made With

Python 3

PyQt5

QSoundEffect / Pygame mixer

System Tools (rkhunter, chkrootkit, clamav, sysbench, smartctl)

# πŸ“œ License
MIT License Β© [R Muhammed Thoufeel]