Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 476 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 476 Bytes

IP-Lookup

IP lookup service is a python script used to list information about any IP. It provides two options: 1) Whois Service. 2) Reverse DNS lookup.

Features

To reduce the time and give you the needed information about IP, Whois Service helps to display only the important whois information. The output will be:
IP:
Type:
Country:
Country Code:
Region:
City:
ASN:
Organization:
ISP:

Requirement

" requests" library.