Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 392 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 392 Bytes

Python Network Scanner

Simple network scanner to check devices inside network.

Before run

Before running script please check ip_range variable to match your network.

  ip_range = "192.168.1.1/24"

Scanner needs to be run with root/sudo access

Next steps

  • add ability to run from cmd with arguments

License

MIT