Video coming soon…
🛠️ Setup Web-Check — All-in-One Website OSINT Analyzer
Deploy Web-Check on Ubuntu with Docker — enter any domain and get DNS, SSL, headers, tech stack, and dozens of other checks on one dashboard, on port 8185.
⚠️ This script is provided for demo and testing purposes only. Not intended for production use.
📦 Resources & Setup Scripts
Grab the automated bash script from GitHub to follow along with the video.
Quick Install:
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/tools/web-check/web-check-ubuntu.sh
chmod +x web-check-ubuntu.sh
sudo bash web-check-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/tools/web-check/web-check-ubuntu.sh
2 Make it Executable
chmod +x web-check-ubuntu.sh
3 Run the Installer
The script installs Docker if needed and starts lissy93/web-check on port 8185. There's no database and no configuration — it's a single container that runs checks on demand.
sudo bash web-check-ubuntu.sh
4 Analyze a Domain
Open Web-Check, enter any domain, and watch the dashboard fill in with dozens of checks:
http://<your-server-ip>:8185
Ports Used
| Port | Purpose |
|---|---|
| 8185 | Web UI (host → container 3000) — no authentication |
| storage | None — no database, no volumes, stateless |