diff --git a/.github/README.md b/.github/README.md index 9f49060..87c46c2 100644 --- a/.github/README.md +++ b/.github/README.md @@ -726,9 +726,7 @@ This may be useful to see what a given website looks like, free of the constrain -Read more here: **[web-check.as93.net/about](https://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 the demo instance has some limitations imposed by Netlify for the lambda functions._ +Read more here: **[web-check.xyz/about](https://web-check.xyz/about)** --- @@ -748,7 +746,7 @@ Click the button below, to deploy to Vercel 👇 ### Deploying - Option #3: Docker -Run `docker run -p 3000:3000 lissy93/web-check`, then open `http://localhost:3000` +Run `docker run -p 3000:3000 lissy93/web-check`, then open [`localhost:3000`](http://localhost:3000)
Docker Options @@ -778,8 +776,6 @@ By default, no configuration is needed. But there are some optional environmental variables that you can set to give you access to some additional checks, or to increase rate-limits for some checks that use external APIs. -Note that keys that are prefixed with `REACT_APP_` are used client-side, and as such they must be scoped correctly with minimum privileges. - **API Keys & Credentials**: - `GOOGLE_CLOUD_API_KEY` - A Google API key ([get here](https://cloud.google.com/api-gateway/docs/authenticate-api-keys)). This can be used to return quality metrics for a site - `REACT_APP_SHODAN_API_KEY` - A Shodan API key ([get here](https://account.shodan.io/)). This will show associated host names for a given domain @@ -802,6 +798,9 @@ Note that keys that are prefixed with `REACT_APP_` are used client-side, and as The above can be added into an `.env` file in the projects root, or via the Netlify UI, or by passing directly to the Docker container with the --env flag. All variables are optional. +Note that keys that are prefixed with `REACT_APP_` are used client-side, and as such they must be scoped correctly with minimum privileges. + + ### Developing 1. Clone the repo, `git clone git@github.com:Lissy93/web-check.git` diff --git a/package.json b/package.json index d39639c..dcd8562 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": false, "description": "All-in-one OSINT tool for analyzing any website", "repository": "github:lissy93/web-check", - "homepage": "https://web-check.as93.net", + "homepage": "https://web-check.xyz", "license": "MIT", "author": { "name": "Alicia Sykes", diff --git a/public/index.html b/public/index.html index 9d1bf45..4c8bce5 100644 --- a/public/index.html +++ b/public/index.html @@ -18,7 +18,7 @@ - + diff --git a/src/pages/Results.tsx b/src/pages/Results.tsx index 3e21841..259d91c 100644 --- a/src/pages/Results.tsx +++ b/src/pages/Results.tsx @@ -863,7 +863,7 @@ const Results = (): JSX.Element => { } - { address?.includes(window?.location?.hostname || 'web-check.as93.net') && } + { address?.includes(window?.location?.hostname || 'web-check.xyz') && } job.state !== 'loading').length < 5} /> { showFilters ? <>