项目作者: milesrack

项目描述 :
CLI for IP lookups.
高级语言: Python
项目地址: git://github.com/milesrack/ipinfo.git
创建时间: 2021-03-27T18:43:45Z
项目社区:https://github.com/milesrack/ipinfo

开源协议:

下载


ipinfo :mag:

Python
Get information on IP addresses from the command line

:pushpin: Installation

  1. git clone https://github.com/milesrack/ipinfo.git
  2. cd ipinfo
  3. pip3 install -r requirements.txt

:pushpin: Usage

  1. python3 ipinfo.py [IP]

Multiple IP addresses can be specified as arugments. Use a space to seperate each IP address. If no argument is given, the program will return information on your IP address. This tool is useful to get quick information an IP address or to figure out the IP of a box you are on.