Skip to content

Repository files navigation

Discovery Domain — Client Tool

Real-time domain discovery. First to know, first to act.

Monitor newly registered domains as they appear — streamed directly to your terminal and saved to a local file.


Download

Platform Architecture File
Windows x64 (64-bit) discovery-windows-x64.exe
macOS Apple Silicon (M1/M2/M3) discovery-mac-arm64
macOS Intel discovery-mac-x64
Linux x64 (64-bit) discovery-linux-x64
Linux ARM64 discovery-linux-arm64

Not sure which to pick?

  • Windows PC → discovery-windows-x64.exe
  • MacBook M1 or newer → discovery-mac-arm64
  • MacBook Intel → discovery-mac-x64
  • Linux server / VPS → discovery-linux-x64

Requirements

  • A valid Discovery Domain license key
  • Internet connection
  • No installation required — single binary, runs anywhere

Quick Start

Windows

  1. Download discovery-windows-x64.exe
  2. Double-click, or open Command Prompt / PowerShell in the same folder and run:
    discovery-windows-x64.exe
  3. Enter your license key when prompted

macOS

  1. Download the correct binary for your Mac
  2. Open Terminal, navigate to the download folder:
    cd ~/Downloads
    chmod +x discovery-mac-arm64   # or discovery-mac-x64
    ./discovery-mac-arm64
  3. If macOS blocks the file: System Settings → Privacy & Security → Open Anyway
  4. Enter your license key when prompted

Linux

chmod +x discovery-linux-x64
./discovery-linux-x64

First Run — Device Activation

On first launch, you will be asked for your license key:

  ╔══════════════════════════════════════════════╗
  ║          DISCOVERY DOMAIN  v2               ║
  ╚══════════════════════════════════════════════╝

  Device Activation
  ──────────────────────────────────────────────

  License key  : XXXX-XXXX-XXXX-XXXX

Your device will be registered automatically. The session is saved locally — you won't need to enter the key again on the same device.


Stream Filters

After activation, you can configure what domains to receive:

  ┌─────────────────────────────────────────┐
  │  1  All domains         (receive everything)  │
  │  2  Filter by TLD       (e.g. com, id, net)   │
  │  3  Filter by keyword   (e.g. shop, api)       │
  │  4  TLD + keyword       (combine both)         │
  └─────────────────────────────────────────┘

Examples:

  • TLD filter com,id,net → only .com, .id, .net domains
  • Keyword shop → any domain containing "shop"
  • Combined: TLD com + keyword login → only *.com with "login"

Live Stream Output

  ╔══════════════════════════════════════════════════════╗
  ║   DISCOVERY DOMAIN  ●  LIVE STREAM                  ║
  ╠══════════════════════════════════════════════════════╣
  ║  Plan    PRO                                         ║
  ║  Filter  all domains                                 ║
  ║  Output  /path/to/output/2025-07-18_live.txt        ║
  ║  Server  https://discover.xreverselabs.org          ║
  ╠══════════════════════════════════════════════════════╣
  ║  Connecting to live feed...  Press Ctrl+C to stop.  ║
  ╚══════════════════════════════════════════════════════╝

  › example-domain.com
  › newstartup.io
  › myshop-online.id
  ⠸  00m12s  1,847 total  153/s

All discovered domains are also saved to an output/ folder next to the binary, organized by date:

output/
  2025-07-18_live.txt
  2025-07-19_live.txt
  ...

Plan Limits

Plan Devices Simultaneous Streams API Access
Starter 1 1
Pro 3 3
Business 5 5
Enterprise Unlimited Unlimited
  • Each device receives a unique, non-overlapping subset of the domain stream
  • Running the tool twice on the same license on Starter will be rejected — close the first session first

Troubleshooting

"Activation failed: device limit reached" → Your plan's device slots are full. Go to the dashboard to manage devices, or upgrade your plan.

"Stream limit reached for your plan" → Another session is already running on this license. Close it first, then retry.

"Authentication failed" → Delete device.json in the same folder as the binary and re-run to activate again.

macOS: "cannot be opened because the developer cannot be verified" → Right-click the binary → Open → Open anyway. Or run: xattr -d com.apple.quarantine ./discovery-mac-arm64

Connection drops / reconnecting → Normal — the tool reconnects automatically. No domains are missed during reconnection.


Support


Discovery Domain is a commercial product. Unauthorized redistribution of license keys is prohibited.

About

New Discovery Domain Engine, Fast, Reliable

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors