Skip to content

Latest commit

 

History

History
25 lines (25 loc) · 762 Bytes

README.md

File metadata and controls

25 lines (25 loc) · 762 Bytes

📡 RusseIP

forthebadge made-with-python

  • Convert an address to an ip
  • Convert an ip to a hostname
  • Perform a WHOIS on a hostname
  • Get all informations of an IP or a hostname(Lat/Lon, TimeZone, Organization, ISP, Country Code, Region, City, Country)
  • Tested on Windows and Linux with Python 3

🛠 Installation

Linux

git clone https://github.com/JeSuisRusse/RusseIP.git
cd RusseIP
pip3 install -r requirements.txt
python3 RusseIP.py

Windows

Download RusseIP.zip
Extract RusseIP.zip
Open a CMD in RusseIP-master\
pip install -r requirements.txt
python RusseIP.py

✨ Other

  • This project is free and Open Source so use it as you want