/ipvoid-com-find-ip

IP Address Finder This Python script allows you to find the IP addresses associated with a given hostname or website using the IPVoid service. It also provides a simple graphical user interface (GUI) for entering the hostname and displaying the IP addresses.

Primary LanguagePython

IP Address Finder

This Python script allows you to find the IP addresses associated with a given hostname or website using the IPVoid service. It also provides a simple graphical user interface (GUI) for entering the hostname and displaying the IP addresses.

Usage

  1. Run the script:

    python script.py
  2. The script will open a GUI window.

  3. Enter the hostname or website for which you want to find IP addresses in the input field.

  4. Press the Enter key, and the IP addresses associated with the hostname will be displayed in the text area below.

Dependencies

  • This script relies on the PyQt6 library for the graphical user interface and the requests and BeautifulSoup libraries for web scraping.

License

This script is provided under the MIT License.

Author

  • Author: DMS

Please adapt the script and README.md to your specific use case or requirements.


Make sure to include the appropriate dependencies, and you can modify the author section with your name or details.