Web-Check – 🌐 All-in-one website OSINT tool for analyzing any website
Currently the dashboard will show: IP info, SSL chain, DNS records, cookies, headers, domain info, search crawl rules, page map, server location, redirect ledger, open ports, traceroute, DNS security extensions, site performance, trackers, associated hostnames, carbon footprint. Stay tuned, as I’ll add more soon!
The aim is to help you easily understand, optimize and secure your website.
Screenshot
Live Demo
A hosted version can be accessed at: web-check.as93.net
Mirror
The source for this repo is mirrored to CodeBerg, available at: codeberg.org/alicia/web-check
Motivation
Often when I’m looking into a website, there’s several things I always check first. None of this is hard, and can usually be done with a series of curl commands, or using a combination of online tools. But it’s so much easier to have everything presented clearly and visible in one place.
Features
Expand to see all features
Read more here: web-check.as93.net/about
Note that not all checks will work for all sites. Sometimes it’s not possible to determine some information, and there are limitations imposed by Netlify for the lambda functions.
Building
Developing
You’ll need Node.js (V 18.16.1 or later) installed.
- Clone the repo,
git clone git@github.com:Lissy93/web-check.git
- Cd into it,
cd web-check
- Install dependencies:
npm i
- Populate environmental variables, in the
.env
- Start the dev server, with
npx netlify-cli dev