Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dms-codes/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.
https://github.com/dms-codes/ipvoid-com-find-ip
finder ipaddress ipfinder python
Last synced: 2 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/dms-codes/ipvoid-com-find-ip
- Owner: dms-codes
- Created: 2022-10-26T14:47:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-01T10:32:15.000Z (over 1 year ago)
- Last Synced: 2023-10-01T11:47:01.738Z (over 1 year ago)
- Topics: finder, ipaddress, ipfinder, python
- Language: Python
- Homepage: https://github.com/dms-codes/ipvoid-com-find-ip
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```bash
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](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.