1.1.0 • Published 8 years ago
assess-webserver v1.1.0
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-webserverin which case the utility is globally installed, or
$ cd some-directory
$ npm install assess-webserver
$ npm linkif you want to confine its use to some-directory.
Usage
The utility is self-documenting:
$ assess-server -hNote 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.