This is python program have 4 ways to scan your LOCAL NETWORK
- Scan all port for special IP (Takes few minutes)
- Scan special port for all devices in local network (Not quick)
- Scan special port for special device IP (Quick)
- Scan for ALL ports for ALL devices in local network (Takes long time)
- git clone https://github.com/malhummada/LanScanner
- cd LanScanner
- pip install -r requirements.txt
- python3 scanner.py
