Skip to content

Tk-Ryoichi/IPLOC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

IP Info Lookup Tool

Overview

This Python script allows users to gather information about a target IP address using the ip-api.com API. The gathered information includes details such as IP address, city, ISP, country, region, latitude, longitude, and timezone.

Disclaimer

This tool is intended for educational purposes only. Misuse of this tool for illegal activities is strictly prohibited. The author is not responsible for any unauthorized or malicious use of the script.

Usage

  1. Ensure you have Python installed on your system.
  2. Run the script using the command: python iploc.py.
  3. Enter the target IP address when prompted.
  4. Review the gathered information.

Dependencies

  • Python 3.x
  • urllib library (included in Python standard library)
  • json library (included in Python standard library)

License

This script is provided under the MIT License.

Author

tk.ryoichi

Feel free to contribute to and improve this tool. Pull requests are welcome!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages