Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bkbilly/pingscanner
CLI for scanning your network through Ping packages.
https://github.com/bkbilly/pingscanner
device-scanner network-devices ping scanner
Last synced: 25 days ago
JSON representation
CLI for scanning your network through Ping packages.
- Host: GitHub
- URL: https://github.com/bkbilly/pingscanner
- Owner: bkbilly
- Created: 2021-03-04T02:19:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-04T23:57:42.000Z (almost 4 years ago)
- Last Synced: 2024-10-25T10:02:27.122Z (2 months ago)
- Topics: device-scanner, network-devices, ping, scanner
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ping Scanner
This is a package that can scan the network for devices using ICMP (Ping).# Features
* Fast pings using coroutines.
* Works with Windows and Linux systems alike.
* Can be used as a package
* Resolve:
* IP Address
* Mac Address
* Vendor
* Hostname# Credits
This is a modified version of the [Networkscan](https://pypi.org/project/networkscan/) by *Eric ORAIN*.
The Nornir support has been dropped and I've added the mac, vendor and hostname attributes.