Containerized SHA-256 + YARA malware signature scanner CLI
353
A containerized malware signature scanner (SHA-256 + YARA) with zero install.
docker pull samaharrison/shadelight-scanner:latest
#Scan a single file
docker run --rm
-v /path/on/host:/data
samaharrison/shadelight-scanner:latest
/data/yourfile.ext
#Scan an entire directory
docker run --rm
-v /path/on/host:/data
samaharrison/shadelight-scanner:latest
/data
[INFO] Running layered signature scan (hash + YARA): /data [SCAN] /data/yourfile.ext [ALERT] Exact hash match: EICAR Test File Risk level: High (score 100)
[SUMMARY] Total suspicious/positive hits: 1
This image is rebuilt on every push to main via Docker Hub Animmated Builds
*Github repository: https://github.com/PufyBee/Shadelight-electron *Author: https://www.linkedin.com/in/samuelalanharrison
MIT © 2025 Sam Harrison
Content type
Image
Digest
sha256:ecfe49643…
Size
169.3 MB
Last updated
about 1 year ago
docker pull samaharrison/shadelight-scanner