Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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

  • 0.0.10
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
increased by200%
Maintainers
1
Weekly downloads
 
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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc