/lanScanner

Simple python script to scan LAN

Primary LanguagePython

Simple python(2.7) script to scan LAN network. Click the image above to see a demo of it in action !

Features

  • Finds live hosts and show their IP, MAC adresses and more
  • Easy to use
  • Save scan

Upcoming features

  • OS Detection
  • Hostname detection
  • Open ports and services

Install

  • Clone the repository
  • Install the dependencies (pip install -r requirements.txt)

How to use

  • Run the script (sudo python japanet.py)
  • Do whatever you want

Troubleshooting

  • If theres no internet connection, it will throw an error when consulting mac vendor's api.
  • You need root permissions to run this script