NAME

rdapper - a command-line RDAP client.

DESCRIPTION

rdapper is a command-line client for the Registration Data Access Protocol (RDAP), the successor protocol to Whois (RFC 3912). RDAP is currently being developed by the WEIRDS IETF working group, and has not yet been finalized.

This tool will send an RDAP query to an RDAP server over HTTP or HTTPS, parse the JSON response, and display it in human-readable form.

INSTALLING

To install this program type the following commands in the source directory:

perl Makefile.PL
make
make install

USAGE

rdapper [OPTIONS] QUERY

OPTIONS

USE OF RDAP.ORG

Unless instructed otherwise (via the --host argument), rdapper will send all queries to rdap.org: this server is an aggregator of RDAP services, and will provide an HTTP redirect where available.

SEE ALSO

COPYRIGHT

rdapper is Copyright 2012 CentralNic Ltd. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.