Launch Week Day 2: Introducing Reports: An Extensible Reporting Framework for Socket Data.Learn More
Socket
Book a DemoSign in
Socket

domain-info-cli

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

domain-info-cli

simple domain information tool cli

latest
Source
npmnpm
Version
0.0.10
Version published
Maintainers
1
Created
Source

domain-info-cli

Build Status

domain-info command-line tools.

install

npm install --global domain-info-cli

Usage

domain --help

  simple domain information tool cli

  Usage
    $ domain <command> <domain or ip address> <option>

  Command
    groper   - dig commnad. alias dig
    reverse  - reverse DNS lookup
    whois    - whois command
    punycode - convert ascii domain to uicode

  Options
    groper
      -t --type     resourse type
      -s --server   ip address
      -p --port     server port
      -o --timeout  wait for the request

    whois
      -s --server hostname
      -p --port   server port

  Examples
    $ domain groper example.com --type A
    $ domain dig example.com --type A
    $ domain reverse example.com
    $ domain whois example.com --server whois.verisign-grs.com
    $ domain punycode 日本語.jp

domain-info

License

MIT © kazu69

Keywords

domain

FAQs

Package last updated on 28 Mar 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts