Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 709 Bytes

README.md

File metadata and controls

22 lines (21 loc) · 709 Bytes

Assess web servers

Command-line utility to assess web servers. A web server 'consents' to be assessed by returning its domain when it is sent a request for the /assess_me URL.

Installation

  $ npm install -g assess-webserver

in which case the utility is globally installed, or

  $ cd some-directory
  $ npm install assess-webserver
  $ npm link

if you want to confine its use to some-directory.

Usage

The utility is self-documenting:

  $ assess-server -h

Note the difference between the name of the module and the command.

Invoking assess-server with the -h or --help flag results in a list and brief description of the subcommands. all-checks combines all checks.