https://github.com/yanbrasiliano/discovery-host
This script is designed to discover IP addresses of valid hosts. The user inputs a valid address, and the script searches for the corresponding IP addresses. The result will be the identified IP addresses, providing a straightforward method for network scanning and host discovery.
https://github.com/yanbrasiliano/discovery-host
discovery host python python3 script
Last synced: 9 months ago
JSON representation
This script is designed to discover IP addresses of valid hosts. The user inputs a valid address, and the script searches for the corresponding IP addresses. The result will be the identified IP addresses, providing a straightforward method for network scanning and host discovery.
- Host: GitHub
- URL: https://github.com/yanbrasiliano/discovery-host
- Owner: yanbrasiliano
- License: mit
- Created: 2021-01-31T16:21:47.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-03T20:29:21.000Z (over 1 year ago)
- Last Synced: 2024-12-28T17:31:08.312Z (11 months ago)
- Topics: discovery, host, python, python3, script
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discovery hosts IP 🕵️♂️
This script has the function of discovering ip addresses of valid hosts.
The user will enter the valid address and the script will search for the valid ip address.
The result will be IP.
Step by step: installation and use
1. Clone the repository
git clone https://github.com/yanbrasiliano/discovery-host.git
2. If you have not installed the pip package, install via terminal.
sudo apt install python3-pip
3. Install requirements.txt
pip3 install -r requirements.txt
Enjoying the script 🏁
All shared scripts can be used and improved.