IpeeInfo

Powerful Ip Info Script made in Python with both command-line argument or in-app input

MIT License

Stars
5
Committers
1
  • ⒈ Clone the repository
git clone https://github.com/Kourva/IpeeInfo
  • ⒉ Navigate to IpeeInfo directory
cd IpeeInfo
  • ⒊ Install IpeeInfo using python or bash
sudo python installer.py
sudo bash installer.sh
  • ⒋ Get usage for IpeeInfo
ipeeinfo [-h / --help]
  • ⒈ Using python installer
sudo python installer.py --uninstall
  • ⒉ Using bash installer
sudo bash installer.sh --uninstall
usage: ipeeinfo.py [-h] [-f {text,json,csv}] [-o] [ip ...]

Powerful Ip Info Script made in Python

positional arguments:
  ip                  iP address(es) to lookup

options:
  -h, --help          show this help message and exit
  -f {text,json,csv}  output format (text or json or csv)
  -o                  save result(s) of scan

  • ⒈ Using Multiple Ip addresses
ipeeinfo 1.1.1.1 2.2.2.2 3.3.3.3
  • ⒉ Using Csv Format or Output
ipeeinfo -f csv 1.1.1.1 2.2.2.2
  • ⒊ Using Save option for result
ipeeinfo -f json -o 1.2.3.4 11.22.33.44

Note that result will save into curent working directory