https://github.com/ivaylo-vasilev/networkscanner
Discover the IP address and hostname of the devices connected in the network.
https://github.com/ivaylo-vasilev/networkscanner
cli linux mapper network python scanner windows
Last synced: 3 months ago
JSON representation
Discover the IP address and hostname of the devices connected in the network.
- Host: GitHub
- URL: https://github.com/ivaylo-vasilev/networkscanner
- Owner: ivaylo-vasilev
- License: mit
- Created: 2025-01-27T22:02:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-22T00:09:57.000Z (6 months ago)
- Last Synced: 2025-12-23T11:19:57.373Z (6 months ago)
- Topics: cli, linux, mapper, network, python, scanner, windows
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NetworkScanner
Discover the IP address and hostname of the devices connected in the network.
---
**NetworkScanner** is CLI program whose purpose is to discover devices connected in the network by a given range of IP addresses. The program returns on screen the IP of the device and also the hostname. It works on both Linux and Windows systems.
*Screenshots:*


*Run **NetworkScanner** on supported systems:*
***Windows systems:*** use the Python interpreter:
`PS > python netscan.py`
***Linux systems:***
\* make the *netscan.py* file executable:
`$ chmod +x netscan.py`
and run it:
`$ ./netscan.py`
\* use the Python interpreter:
`$ python3 netscan.py`