certip
v0.0.0
Published
> 🕵 Lookup IPs behind domain via SSL Cert
Downloads
2
Readme
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
- https://www.iculture.cc/cybersecurity/pig=3185
License
Apache-2.0 © yelo, 2023 - present