0.0.0 • Published 2 years ago

certip v0.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

certip

🕵 Lookup IPs behind domain via SSL Cert

Get Started

npx certip github.com

Usage

Shell Command

npx certip <domain> --port <port?=443> --timeout <timeout?=10000>

# e.g.
npx certip github.com --port 443 --timeout 10000

Programmatic API

import { getCertIPs } from 'certip'

const { serial, ips } = await getCertIPs('github.com')

console.log(serial, ips)

References

License

Apache-2.0 © yelo, 2023 - present