Skip to content

BillyNoGoat/domains-by-registrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

domains-by-registrar

A simple CLI which takes a domain registrant and provides all domains for the registrant

oclif

Installation

After clone run npm link in the working directory and use domains-by-registrar to use the CLI.

Usage

USAGE
  $ domains-by-registrar

OPTIONS
  -h, --help                   show CLI help
  -p, --pretty
  -r, --registrant=registrant  (required)
  -v, --version                show CLI version

Examples

Email example:

[
  {
    "domain": "discordapp.com",
    "creation": "2015-02-26",
    "registrar": "NAMECHEAP INC."
  },
  {
    "domain": "discordapp.net",
    "creation": "2015-08-14",
    "registrar": "ENOM, INC."
  }
]

Registrant name example:

domains-by-registrar -r "Discord, Inc." -p
[
  {
    "domain": "discordapp.com",
    "creation": "2015-02-26",
    "registrar": "NAMECHEAP INC."
  },
  {
    "domain": "discordapp.net",
    "creation": "2015-08-14",
    "registrar": "ENOM, INC."
  }
]

About

A CLI tool for domain-scout for reverse whois from CLI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published