Skip to content

j3ssie/cinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cinfo

Extract domain from SSL Information

Install

GO111MODULE=on go get -u github.com/j3ssie/cinfo

Usage

# Basic Usage
echo '1.2.3.4:443' | cinfo
echo '1.2.3.4:443' | cinfo -v -json


# probe for common SSL ports like 443 and 8443 too
echo '1.2.3.4' | cinfo -e

# get alexa rank of IPs / domains
echo '1.2.3.4' | cinfo -e -a
echo 'sub.example.com' | cinfo -e -a

Donation

paypal

"Buy Me A Coffee"

About

Extract domain from SSL Information

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages