Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 731 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 731 Bytes

Host-Discovery

Python3 script to discover diferent hosts on a /24 Network by ICMP protocol and save it in a text file. It can also detect the operative system running on it (Windows or Linux) and work in both operative systems.

How to install it

wget https://raw.githubusercontent.com/CronoX1/Host-Discovery/main/Host-Discovery.py

Usage

python3 Host-Discovery.py your_IP_Address

Example

alt text

Notes

In Linux, the script can discover all the hosts in under a minute and a half, in Windows unfortunatly takes up to 15 min., still in development to improve this, if someone knows how to do it, please, let me know!!