domainprobe-cli
Version:
A CLI for the Domainprobe package
61 lines (56 loc) • 1.85 kB
HTML
<h1>domainprobe-cli</h1>
<p>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.</p>
<h2>Installation:</h2>
<ul>
<li><code>npm install domainprobe-cli</code> or <code>npm install -g domainprobe-cli</code></li>
</ul>
<h2>Usage:</h2>
<ul>
<li><strong>Command syntax</strong></li>
<li><code>domainprobe <operation> <input></code></li>
</ul>
<h2>Available Operations:</h2>
<p><strong>ip:</strong> Retrieve the IP address of a domain.
<strong>hostname:</strong> Retrieve hostnames associated with an IP address.
<strong>domain-info:</strong> Retrieve detailed information about a domain.
<strong>ip-info:</strong> Retrieve detailed information about an IP address.</p>
<h2>Example 1:</h2>
<ul>
<li><em><strong>command</strong></em>-</li>
</ul>
<pre><code class="language-bash"> domainprobe ip https://github.com/
</code></pre>
<ul>
<li><em><strong>output</strong></em>-
<img src="image-3.png" alt="Screenshot"></li>
</ul>
<h2>Example 2:</h2>
<ul>
<li><em><strong>command</strong></em>-</li>
</ul>
<pre><code class="language-bash"> domainprobe hostname 157.240.23.35
</code></pre>
<ul>
<li><em><strong>output</strong></em>-
<img src="image.png" alt="Screenshot"></li>
</ul>
<h2>Example 3:</h2>
<ul>
<li><em><strong>command</strong></em>-</li>
</ul>
<pre><code class="language-bash"> domainprobe domain-info https://github.com/
</code></pre>
<ul>
<li><em><strong>Output</strong></em>-
<img src="image-1.png" alt="Screenshot"></li>
</ul>
<h2>Example 4:</h2>
<ul>
<li><em><strong>command</strong></em>-</li>
</ul>
<pre><code class="language-bash"> domainprobe ip-info 20.207.73.82
</code></pre>
<ul>
<li><em><strong>output</strong></em>-
<img src="image-2.png" alt="Screenshot"></li>
</ul>