A simple, light weight daemon that monitors your WSL for malicious files, heavy CPU usage, suspicious connections, cleaning up temp files
Clone the repo and make the script executable (it should already be):
chmod +x wsl-security-daemonOptionally, move it somewhere in your PATH:
sudo cp wsl-security-daemon /usr/local/bin/Start the daemon:
./wsl-security-daemon startCheck status:
./wsl-security-daemon statusRun a quick scan:
./wsl-security-daemon scanFor real-time file monitoring, you'll need inotify-tools:
./wsl-security-daemon rt-install
./wsl-security-daemon rt-startFor antivirus scanning with ClamAV:
./wsl-security-daemon av-install
./wsl-security-daemon av-updateSee all commands:
./wsl-security-daemon help