Jump to content
Nytro

website-checks

Recommended Posts

website-checks

website-checks checks websites with multiple services.

These are currently:

  • crt.sh
  • CryptCheck
  • HSTS Preload List
  • HTTP Observatory
  • Lighthouse
  • PageSpeed Insights
  • Security Headers
  • SSL Decoder
  • SSLLabs
  • webbkoll
  • webhint

Installation

npm i -g danielruf/website-checks
yarn global add danielruf/website-checks

Usage

website-checks example.com

Change output directory

website-checks example.com --output pdf would save all PDF files to the local pdf directory.

CLI flags

By default all checks (except --ssldecoder) will run. If you want to run only specific checks you can add CLI flags.

Currently the following CLI flags will run the matching checks:

--crtsh
--cryptcheck
--hstspreload
--httpobservatory
--lighthouse
--psi
--securityheaders
--ssldecoder
--ssldecoder-fast
--ssllabs
--webbkoll
--webhint

For example website-checks example.com --lighthouse --securityheaders will run the Lighthouse and Security Headers checks.

Known issues

missing Chrome / Chromium dependency for Windows binary (.exe)

On Windows it may happen that the bundled binary throws the following error:

UnhandledPromiseRejectionWarning: Error: Chromium revision is not downloaded. Run "npm install" or "yarn install" at Launcher.launch

This is a known issue with all solutions like pkg and nexe and expected as Chromium is not bundled with the binary which would make it much bigger.

In most cases it should be solved by globally installing puppeteer or by having Chrome or Chromium installed and in PATH.

 

Sursa: https://github.com/DanielRuf/website-checks

  • Like 1
  • Upvote 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...