This project is coded by Amir Siah chal. Please do not copy.
- Termux/Android :
apt update
apt upgrade
pkg install python
pkg install git
git clone https://github.com/black-spell/ip-information
cd ip-information
pip inatall argparse
pip install requests
python ip.py -h
-
python ip.py -v 104.16.148.244
-
Kali/Linux
apt-get update
apt-get upgrade
pkg install python3
apt install git
git clone https://github.com/black-spell/ip-information
cd ip-information
pip inatall argparse
pip install requests
python3 ip.py -h
python3 ip.py -v 104.16.148.244
- -Thank you for your use