Cyber Hygiene Auto-Scanner for Normal People - A simple, beautiful tool that checks your system's basic security in one click.
- Instant security health check
- WiFi security analyzer
- Firewall status check
- Rootkit/malware detection
- Password vulnerability scan
- Clean, intuitive interface
- Privacy-focused (no data collection)
git clone https://github.com/vedpakhare/SafePulse.git
cd SafePulse
chmod +x install.sh
./install.sh# Install dependencies
sudo apt update
sudo apt install python3 pip3 chkrootkit nmap ufw
# Run SafePulse
python3 src/scanner.py# CLI Version
./src/safepulse.sh
# GUI Version
python3 src/gui.pyFound an issue? Report it on our community Discord: https://discord.gg/M3MphGJ9FU
MIT License – Feel free to use it, but please credit SafePulse.
- Website: https://vedpakhare.github.io/SafePulse
- Discord: https://discord.gg/M3MphGJ9FU
- YouTube: Coming Soon
