Go to file
2023-06-29 23:40:26 +01:00
public Adds logo I made badly on Gimp 2023-06-29 23:40:26 +01:00
server/lambda Adds lambda function for checking response times 2023-06-29 23:40:06 +01:00
src Adds components for displaying redirect and txt results 2023-06-29 00:30:06 +01:00
.env 🔧 Adds .env file for API keys 2022-07-20 13:18:07 +01:00
.gitignore 🎉 Initialized React TypeScript app 2022-06-11 21:59:03 +01:00
netlify.toml Adds lambda function for checking response times 2023-06-29 23:40:06 +01:00
package.json Adds got 2023-06-29 00:30:19 +01:00
README.md Updates readme 2023-06-27 22:51:04 +01:00
tsconfig.json 🏗 Sets up TSConfig 2022-06-11 22:30:46 +01:00
yarn.lock Adds got 2023-06-29 00:30:19 +01:00

Web-Check


Comprehensive, on-demand open source intelligence for any website
🌐 web-check.as93.net


About

Get info on a websites SSL certs, domain, headers, cookies, DNS records, technologies used, performance, hostnames, crawl rules, server info and more

Screenshot

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

  • Server Location
  • SSL Info
  • Headers
  • Associated hostnames
  • Domain Whois
  • DNS records
  • Cookies
  • Server info
  • Crawl rules
  • Performance metrics
  • Screenshot
  • Tech stack
  • Site response times

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.

Architecture

It's just a very simple web app (React + TypeScript), with results calculated using a series of Lambda functions. Everything is deployed on Netlify. Most things are done with the native http interface, but there's a few instances where this wasn't possible alone, so is combined with some external APIs, like Shodan for hostnames, IP Info for geolocation, and Google Cloud for performance metrics.


Building

Developing

You'll need Node.js (V 18.16.1 or later) installed.

  1. Clone the repo, git clone git@github.com:Lissy93/web-check.git
  2. Cd into it, cd web-check
  3. Install dependencies: npm i
  4. Populate environmental variables, in the .env
  5. Start the dev server, with npx netlify-cli dev

Deploying

Click the button below, to deploy to Netlify 👇

Deploy to Netlify


Community

Contributing

Contributions of any kind are very welcome, and would be much appreciated. For Code of Conduct, see Contributor Convent.

To get started, fork the repo, make your changes, add, commit and push the code, then come back here to open a pull request. If you're new to GitHub or open source, this guide or the git docs may help you get started, but feel free to reach out if you need any support.

Submit a PR

Reporting Bugs

If you've found something that doesn't work as it should, or would like to suggest a new feature, then go ahead and raise a ticket on GitHub. For bugs, please outline the steps needed to reproduce, and include relevant info like system info and resulting logs.

Raise an Issue

Supporting

Sponsor Lissy93 on GitHub


License

Lissy93/Web-Check is licensed under MIT © Alicia Sykes 2023.
For information, see TLDR Legal > MIT

Expand License
The MIT License (MIT)
Copyright (c) Alicia Sykes <alicia@omg.com> 

Permission is hereby granted, free of charge, to any person obtaining a copy 
of this software and associated documentation files (the "Software"), to deal 
in the Software without restriction, including without limitation the rights 
to use, copy, modify, merge, publish, distribute, sub-license, and/or sell 
copies of the Software, and to permit persons to whom the Software is furnished 
to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included install 
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANT ABILITY, FITNESS FOR A
PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

© Alicia Sykes 2023
Licensed under MIT

Thanks for visiting :)