Lissy93 / web-check

🕵️‍♂️ All-in-one OSINT tool for analysing any website
https://web-check.xyz
MIT License
20.76k stars 1.53k forks source link

Docker-only oriented version #126

Open Marco674 opened 3 months ago

Marco674 commented 3 months ago

Hi, I have created a docker-only oriented version :

  1. Upgrade Node and Change OS Version to alpine
  2. Removing / upgrading highly vulnerable packages(netlify and traceroute)

Some optimizations are still needed but from docker scout vision :

from : lissy93/web-check:latest 365 vulnerabilities found in 77 packages UNSPECIFIED 26
LOW 139
MEDIUM 85
HIGH 103
CRITICAL 12

to : marco674/web-check:0.0.7-alpine3.19-20 3 vulnerabilities found in 2 packages UNSPECIFIED 1
LOW 0
MEDIUM 1
HIGH 1
CRITICAL 0

Next : I'm still working on some issues on screencapture and techstack. Also working on reducing docker image size.

If my fork interest you, feel free to create a custom branch where I can merge on :) https://github.com/Marco674/web-check

Marco674 commented 3 months ago

edit : ScreenCapture and techstack are working

CrazyWolf13 commented 2 months ago

Hi Why don't you create a PR, I'm sure @Lissy93 would be happy to merge that. :)