Shadelight

Unveil your computer's looming threats.

View App Repo View Backend

Get Shadelight

Loading release...
Windows Linux macOS
git clone https://github.com/PufyBee/Shadelight.git cd shadelight python -m venv venv # Windows: venv\Scripts\activate # Unix / macOS: # source venv/bin/activate pip install -r requirements.txt python -m shadelight 192.168.1.0/24 --ports 22,80,443

Command-line Scanner (Docker)

For power users or automation, run the CLI version in one Docker command:

docker pull samaharrison/shadelight-scanner:latest
docker run --rm -v /path/to/files:/data \
  samaharrison/shadelight-scanner:latest /data
    
View on Docker Hub