1.1.1 • Published 2 months ago

domainprobe-cli v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

domainprobe-cli

The Domainprobe CLI provides a command-line interface for the Domain Info Extractor package, allowing users to perform operations related to IP addresses, hostnames, and domain information.

Installation:

  • npm install domainprobe-cli or npm install -g domainprobe-cli

Usage:

  • Command syntax
  • domainprobe <operation> <input>

Available Operations:

ip: Retrieve the IP address of a domain. hostname: Retrieve hostnames associated with an IP address. domain-info: Retrieve detailed information about a domain.(including longitude and latitude) ip-info: Retrieve detailed information about an IP address.(including longitude and latitude) location you can get exact location with the help of longitude and latitude. mx record get mx record cname get cname --help help command gives you manual of software

Example 1:

  • command-
    domainprobe ip https://github.com/
  • output- Screenshot

Example 2:

  • command-
    domainprobe hostname 157.240.23.35
  • output- Screenshot

Example 3:

  • command-
    domainprobe domain-info https://github.com/
  • Output- Screenshot

Example 4:

  • command-
    domainprobe ip-info 20.207.73.82
  • output- Screenshot

Example 5:

  • command-
    domainprobe location <longitude> <latitude>
    domainprobe location 18.5196 73.8554
  • Output- Screenshot

Example 6:

  • command-
    domainprobe mx https://github.com     
    domainprobe cname https://github.com
1.1.1

2 months ago

1.1.0

4 months ago

1.0.4

4 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago