Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 238 Bytes

File metadata and controls

12 lines (9 loc) · 238 Bytes

ping several hosts

A simple ping tool to look for active hosts in a class C local network

OUTPUT:

Reachable hosts: 2
 ['192.168.0.10', '192.168.0.13']

Unreachable hosts: 3
 ['192.168.0.11', '192.168.0.12', '192.168.0.14']