Skip to content

pimg/host-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Host analyzer CLI

GoReportCard example CI tests

Simple CLI tool to retrieve information about a host.

Commands

./host-analyzer
NAME:
   hostname analyzer cli - Let's you query IPs, CNAMEs, MX records and Name servers

USAGE:
   hostname analyzer cli [global options] command [command options] [arguments...]

COMMANDS:
   ns       Looks up the Name Servers for a particular host
   ip       Looks up the IP addresses for a particular host
   cname    Looks up the CNAME for a particular Host
   mx       Looks up the MX records for a particular Host
   txt      Looks up the TXT records for a particular Host
   icmp     Performs an ICMP (ping) on a particual Host
   http     Performs an HTTP call and finds HTTP protocol information
   tls      Performs a TLS handshake to find information about the TLS configuration
   help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --help, -h  show help

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages