Metadata-Version: 2.4
Name: ct-radar
Version: 0.1.2
Summary: CT Radar CLI - Search Certificate Transparency logs for domains
Project-URL: Homepage, https://github.com/imfht/ct-radar-cli
Project-URL: Issues, https://github.com/imfht/ct-radar-cli/issues
Author: CT Radar
License: MIT
Keywords: certificate-transparency,ct-logs,recon,security,subdomain
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Security
Requires-Python: >=3.8
Requires-Dist: requests>=2.28
Description-Content-Type: text/markdown

# ct-radar

Python CLI for CT Radar - search Certificate Transparency logs for domains.

## Install

```bash
pip install ct-radar
```

## Usage

```bash
export CT_RADAR_KEY=your_api_key
ct-radar example.com --limit 200
```

Pipe-friendly: prints one unique domain per line, sorted. Plays well with `httpx`, `nuclei`, etc.

```bash
ct-radar example.com | httpx -silent
```
