Scan a website and identify all the cloud providers it uses — domain registration, DNS, CDN, hosting, SSL/TLS, email, and third-party services.
npx cloudtracer example.comOr install globally for repeated use:
npm install -g cloudtracercloudtracer example.com| Flag | Description |
|---|---|
--json |
Output as JSON |
--yaml |
Output as YAML |
--markdown |
Output as Markdown with Mermaid diagram |
--verbose |
Show debug information |
--timeout <ms> |
Per-scanner timeout in milliseconds (default: 10000) |
Apache 2.0