alcanza-check
v1.0.20
Published
A comprehensive network connectivity checker CLI (ICMP, TCP, DNS, SSL).
Maintainers
Readme
alcanza-check 🔍
A fast, beautiful, and comprehensive network connectivity checker CLI.
alcanza-check helps you verify if an application is reachable by running multiple checks in parallel:
- ICMP Ping: Checks if the host responds to pings.
- DNS Lookup: Verifies if the hostname resolves to an IP.
- TCP Connection: Checks if a specific port is open.
- SSL/TLS Validation: Verifies the validity of the SSL certificate.
Installation
You can run it directly without installing using npx:
npx alcanza-check example.com 443Or install it globally:
npm install -g alcanza-checkUsage
alcanza-check <host> [port]Default port is 443 if not specified.
Example
alcanza-check google.com 443Output:

Development
- Clone the repo
- Install dependencies:
npm install - Build:
npm run build - Run locally:
node dist/index.js <host> <port>
License
MIT
