1.1.0 • Published 6 years ago

assess-webserver v1.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

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.

1.1.0

6 years ago

1.0.0

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago

0.0.1

6 years ago