Web-Check

Get an insight into the inner-workings of a given website: uncover potential attack vectors, analyse server architecture, view security configurations, and learn what technologies a site is using.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: '3.9'
services:
  web-check:
    container_name: Web-Check
    image: lissy93/web-check
    ports:
      - 3000:3000
    restart: unless-stopped

Resources

Website: https://web-check.xyz/

GitHub: https://github.com/lissy93/web-check

Docker Hub: https://hub.docker.com/r/lissy93/web-check

Configuration: https://github.com/lissy93/web-check#configuring