Skip to content

This Python script scans a range of IP addresses within a specified network to check their online status using the ping command. It's useful for network administrators to quickly identify active hosts on a network. The script allows users to input a network address and a range of IPs to scan, providing real-time online/offline status updates.

Notifications You must be signed in to change notification settings

vigneshcsengineer/network-status-update-using-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Network Ping Scanner

This project is a Python script that scans a range of IP addresses within a given network to check their online or offline status using the ping command. The script prompts the user to enter a network address in CIDR format and a range of host IP addresses to scan. It then pings each IP in the specified range and reports whether the host is online or offline.

About

This Python script is designed to perform a network scan by pinging a specified range of IP addresses within a network. It helps network administrators or users quickly identify which hosts are online or offline. The script uses the subprocess module to execute the ping command and parses the output to determine the status of each IP address.

Features

  • Network Scanning: Scans a specified range of IP addresses within a network.
  • Ping Test: Uses the ping command to check if an IP address is online or offline.
  • User Input: Allows the user to specify the network and range of IPs to scan.
  • Real-Time Status: Continuously monitors the status of the specified IP range.

Installation

  1. Clone the repository:
    git clone https://github.com/vigneshcsengineer/network-status-update-using-python/tree/main.git
    cd main.git
    

2.Run the script python network_ping_scanner.py

About

This Python script scans a range of IP addresses within a specified network to check their online status using the ping command. It's useful for network administrators to quickly identify active hosts on a network. The script allows users to input a network address and a range of IPs to scan, providing real-time online/offline status updates.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published