Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1022 Bytes

File metadata and controls

33 lines (19 loc) · 1022 Bytes

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!