Network diagnostics CLI — DNS, ping, HTTP check, SSL certs, latency
Project description
netcheck-cli
Network diagnostics from the command line — DNS lookup, ping, HTTP check, SSL cert info, latency, port scan, and IP lookup.
Install
pip install netcheck-cli
Usage
# DNS lookup
netcheck dns example.com
netcheck dns example.com --type MX
# Ping
netcheck ping example.com -c 4
# HTTP endpoint check
netcheck http https://example.com
netcheck http api.example.com --method HEAD
# SSL certificate info
netcheck cert example.com
netcheck cert example.com --port 8443
# TCP latency measurement
netcheck latency example.com -n 10
# Port scan
netcheck scan example.com -p 80,443,8080
# Public + local IP
netcheck ip
All commands support --json for machine-readable output:
netcheck --json dns example.com
netcheck --json cert example.com
For AI Agents
See SKILL.md for agent-optimized documentation.
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file netcheck_cli-0.1.0.tar.gz.
File metadata
- Download URL: netcheck_cli-0.1.0.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c62710acdf0bee3d7ad79d16e5b15c4fd6f3ab6ea3aa26734fd8bb36565001d8
|
|
| MD5 |
65e191350a518e7434b38060f9a0a293
|
|
| BLAKE2b-256 |
62faabd41a68e69eb5c37cfac5e5ad14c47de8930505e5b3c739595df475488f
|
File details
Details for the file netcheck_cli-0.1.0-py3-none-any.whl.
File metadata
- Download URL: netcheck_cli-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
758c8f8461b50edeba1e6f9da6143196d4528aba1d88731aecf1d56f29d35575
|
|
| MD5 |
6ef42f3d6109ef34b24549a333fe38c1
|
|
| BLAKE2b-256 |
224bfb439790039d1227e23ae04abb7c761312ae42d91573fd61461a1f7a3d78
|