Connection lost
Trying to reconnect…
Server didn't respond
Recovering…
Network + TLS diagnostics
v0.1.7DNS lookups, reachability probes, TLS certificate inspection, and HTTP timing tests. All read-only. Use for "is X reachable?" and "what's the cert expiry on Y?" questions.
curl
dig
mtr
openssl
ping
whois
Install
emisar pack install
validates the pack and verifies its content hash before copying it into /etc/emisar/packs.
The --hash
below pins the
install to the exact bytes on this page — a tampered copy is rejected. After
install, reload the runner; it re-reads the catalog and advertises every action.
content hash: sha256:afa64ac7a0b6d6766fdb5c48543ccc67823e90c6de0446683d4ab9eb4620f56c
sudo emisar pack install network-tls \ --hash sha256:afa64ac7a0b6d6766fdb5c48543ccc67823e90c6de0446683d4ab9eb4620f56c \ --dest /etc/emisar/packs # Reload so the runner re-reads the catalog: sudo systemctl reload emisar
Actions 13 total
View on GitHub-
dig +dnssec (DNSSEC validation)
-
dig (DNS lookup)
-
dig -x (reverse DNS)
-
dig +trace (full delegation chain)
-
HTTP response headers (curl -I)
-
HTTP probe with timing
-
ipinfo (geo + ASN for an IP)
-
ping (with count + timeout)
-
TLS cert expiry probe
-
TLS chain dump
-
TLS protocol support check
-
mtr report (route + loss statistics)
-
whois (registrar + expiry)