@mazhu/webprobe
v1.0.1
Published
CLI website health check tool — monitor availability, performance, SSL, DNS and HTTP headers
Maintainers
Readme
@mazhu/webprobe
🔍 CLI website health check tool — monitor availability, performance, SSL, DNS and HTTP headers
Installation
npm install -g @mazhu/webprobeCommands
webprobe check <url>
Check website status — status code, response time, and SSL certificate info.
webprobe check https://example.com
webprobe check https://example.com --method GET
webprobe check https://example.com --timeout 15webprobe monitor <url>
Continuously monitor a website with live stats. Press Ctrl+C to stop and see a summary.
webprobe monitor https://example.com
webprobe monitor https://example.com --interval 10webprobe ssl <domain>
Detailed SSL certificate inspection — issuer, validity, protocol, SANs.
webprobe ssl example.com
webprobe ssl example.com --port 8443webprobe headers <url>
View HTTP response headers with security assessment.
webprobe headers https://example.comwebprobe dns <domain>
DNS lookup for common record types (A, AAAA, MX, NS, TXT) or a specific type.
webprobe dns example.com
webprobe dns example.com --type MXFeatures
- 🚀 Zero dependencies — uses Node.js native modules
- 🎨 Colored terminal output
- 📊 Live monitoring with uptime stats
- 🔒 SSL certificate inspection
- 🌐 DNS record queries
- 📋 Security header assessment
- ⏱️ Response time tracking
License
MIT
