Gain a comprehensive understanding of any website's inner workings. This open-source intelligence (OSINT) tool provides a detailed dashboard to help you analyze, optimize, and secure your online presence. Uncover potential attack vectors, examine server architecture, and view security configurations with a single, easy-to-use interface.
The analysis covers a wide range of data points, providing a complete picture of a site's infrastructure and configuration. Key insights include:
services:
web-check:
image: lissy93/web-check:latest
container_name: web-check
ports:
- "3000:3000"
environment:
- SHODAN_API_KEY=${SHODAN_API_KEY}
- VIRUSTOTAL_API_KEY=${VIRUSTOTAL_API_KEY}
- GOOGLE_API_KEY=${GOOGLE_API_KEY}
restart: unless-stopped
# Optional API keys for enhanced OSINT capabilities
# Leave blank or remove if you do not have these keys
SHODAN_API_KEY=your_shodan_api_key_here
VIRUSTOTAL_API_KEY=your_virustotal_api_key_here
GOOGLE_API_KEY=your_google_api_key_here
Auto-fetched about 22 hours ago
Auto-fetched about 22 hours ago