Favicon of Web-Check

Web-Check

Get deep insights into any website. Analyze IP info, SSL, DNS, headers, open ports, and security configurations to understand, optimize, and secure your site.

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:

  • Security Analysis: Investigate the SSL chain, check for security headers like HSTS and CSP, detect firewalls (WAF), and verify DNS security extensions.
  • Infrastructure Details: Get IP information, view all DNS records, scan for open ports, and run a traceroute to map the network path.
  • Technology Stack: Discover the programming languages, frameworks, and third-party services a website uses.
  • On-Page Data: Examine HTTP headers, cookies, crawl rules (robots.txt), and social meta tags to understand how a site interacts with browsers and crawlers.
  • Domain Information: Access WHOIS records, find the server's physical location, and discover associated hostnames.

Directory Structure

web-check
.env
docker-compose.yml

docker-compose.yml

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

.env

# 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
Categories:

Share:

Ad
Favicon

 

  
 

Similar to Web-Check

Favicon

 

  
  
Favicon

 

  
  
Favicon