Find hosts listening on specified port in local network
Project description
Host finder
Find hosts listening on specified port in local network
Usage
-
Command line
hostfinder --port 8080
-
Python module
import hostfinder from hostfinder import Options options = Options(port=8080) # first host listening on a port host = hostfinder.find_host(options) # all hosts listening on a port hosts = hostfinder.find_hosts(options)
Installation
pip install hostfinder
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hostfinder-1.0.1.tar.gz
(5.3 kB
view hashes)
Built Distribution
Close
Hashes for hostfinder-1.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3368d5085881f9a46a5236119ddfde4c2cba0623e18d3e5b8b8f35d321174bb3 |
|
MD5 | ca111753d4badde95de7b161ccd7fe64 |
|
BLAKE2b-256 | 79a6a80738bf46512c3596c7eff9b2c10342369543f05c0d0ff530b9a222c782 |