Command Line tool for finding IP address, Domain Names, Location and whole Look up service, Mac Address of device, Your Private Ip address and Public Visible Address.
# clone repo
$ ~ git clone https://github.com/xadhrit/8IP.git
# change directory
$ ~ cd 8IP
# install all required libraries
# on Linux
$ ~ python3 -m pip install -r requirements.txt
# on Windows
> python -m pip install -r requirements.txt
#linux Users
$~ python3 8ip.py
# Windows Users
> python 8ip.py
Enter Following option give following results
-
Option '1': for finding a remote server IP address
-
Option '2': for lookup of an IP(using apiKey from 'https://ip-geolocation.whoisxmlapi.com/', you can grab one for yourself also.)
-
Option '3': for Finding your Public IP addr
-
Option '4': for Finding your Domain Server Name from an IP addr
-
Option '5' : for Your Machine's Local IP (private IP)
-
Option '6' : for checking if a IP address is really valid or not (running through socket search)
-
Option '7': for Getting your Media Access Control (MAC) address, which is a unique identifier assigned to a network interface controller (NIC) for use as a network address in communications within a network segment.
-
Option '0': for Reading 2 lines about me and Exiting the Program.
Thanks for reading.