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.
npm install domainprobe-cli or npm install -g domainprobe-clidomainprobe <operation> <input>ip: Retrieve the IP address of a domain. hostname: Retrieve hostnames associated with an IP address. domain-info: Retrieve detailed information about a domain. ip-info: Retrieve detailed information about an IP address.
domainprobe ip https://github.com/

domainprobe hostname 157.240.23.35

domainprobe domain-info https://github.com/

domainprobe ip-info 20.207.73.82
