Skip to content

rtvkiz/wsl-daemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

wsl-daemon

A simple, light weight daemon that monitors your WSL for malicious files, heavy CPU usage, suspicious connections, cleaning up temp files

Setup

Clone the repo and make the script executable (it should already be):

chmod +x wsl-security-daemon

Optionally, move it somewhere in your PATH:

sudo cp wsl-security-daemon /usr/local/bin/

Usage

Start the daemon:

./wsl-security-daemon start

Check status:

./wsl-security-daemon status

Run a quick scan:

./wsl-security-daemon scan

For real-time file monitoring, you'll need inotify-tools:

./wsl-security-daemon rt-install
./wsl-security-daemon rt-start

For antivirus scanning with ClamAV:

./wsl-security-daemon av-install
./wsl-security-daemon av-update

See all commands:

./wsl-security-daemon help

About

A simple, light weight daemon that monitors your WSL for malicious files, heavy CPU usage, suspicious connections, cleaning up temp files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages