Lissy93 / web-check

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

Login page #65

Closed NVA-1986 closed 7 months ago

NVA-1986 commented 11 months ago

Is it possible to put a login page in order to put the tool online on a VPS

MladenSU commented 8 months ago

No need for a login page, just use Reverse Proxy (either Nginx or Apache) and protect the page with Basic Auth: https://httpd.apache.org/docs/2.4/howto/auth.html

Alternatively you can add Firewall rules at your VPS provider and allow IP ranges of your home, ISP or institution.

Lissy93 commented 7 months ago

Not in-scope for something natively included in Web Check, by as @MladenSU mentioned, you can use a reverse proxy + an auth provider of your choice. Alternatively, VPN connection to access. Or if you're hosting on Netlify / Vercel, they both provide a login and/or password-protected sites feature.