Whois

Whois IP or Host Coded with Python v3

  • Python

    • Install Python from here.
  • Pip

    • Install pip from here.

How to run? ?

Install Whois

In Windows

In PowerShell

git clone https://github.com/I3L4CK-H4CK3l2/Whois.git

In Linux

In Terminal

git clone https://github.com/I3L4CK-H4CK3l2/Whois.git

Requirements

Install socket

pip install socket

Install ipwhois

pip install ipwhois

Usage

In Windows

python whois.py [ip or host]

In Linux

python3 whois.py [ip or host]

Example

python3 whois.py 127.0.0.1

GitHub

View Github