Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 332 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 332 Bytes

Local Network Scanner

A small python script that pings IP's based on your local network to see if hosts are online.

Requires

  • Python 2.7
  • Ping Module (Included in Package)

To run just type:

  python scanner.py

Update Log

  • July 15 Fixed regex bug, Was not entertaining IPs outside 192.168.SingleDigit range