An open API service indexing awesome lists of open source software.

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.

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.