Webamon CLI

Search & Threat Hunt across the web at scale. Access millions of scanned domains, IPs, and threat indicators with unbiased & unfiltered results directly from your terminal.

CLI Features

Search & Hunt

Search domains, IPs, URLs, and malware across millions of scanned records. Advanced Lucene query support for precise threat hunting.

Website Scanning

Initiate website scans and retrieve detailed reports with screenshots. Perfect for security research and evidence collection.

Infostealer Data

Search for compromised credentials by domain. Access leaked passwords, usernames, and sensitive data from infostealer campaigns.

Multiple Formats

Output results in table, JSON, or CSV formats. Export data for further analysis or integration with other security tools.

Free & Pro Tiers

Start with 20 free daily calls. Upgrade to Pro for 1,000+ calls, pagination, and complete infostealer data access.

Easy Installation

Install via pip or pipx. Cross-platform support for Windows, macOS, and Linux with simple configuration.

Installation & Setup

Get started with Webamon CLI in minutes. Choose your preferred installation method and start querying threat intelligence data.

From PyPI (Recommended)

Install via pip for the most up-to-date version with full feature support and automatic updates.

# Install Webamon CLI
pip install webamon-cli
# Verify installation
webamon --version

Install from Source

Clone from GitHub and install from source for development or custom builds.

# Clone repository
git clone https://github.com/webamon-org/webamon-cli.git
# Install from source
cd webamon-cli && pip install -e .
# Verify installation
webamon --version

Usage Examples

Explore common use cases and advanced query patterns with real-world examples

Command Examples

Search Commands
# Basic search
webamon search example.com
# Search in specific fields
webamon search example.com domain.name,resolved_url
# Lucene query
webamon search --lucene 'domain.name:"bank*" AND scan_status:success'
Scan & Report
# Scan domain
webamon scan example.com
# Get report by ID
webamon report bf18c02d-ff0e-46a9-9a59-5b7b94fb27fb
# Get screenshot
webamon screenshot bf18c02d-ff0e-46a9-9a59-5b7b94fb27fb
Infostealer Data
# Search compromised credentials
webamon infostealers example.com
# Export to CSV
webamon infostealers example.com --format csv
# Get more results (Pro)
webamon infostealers example.com --size 50
Utility Commands
# Check API status
webamon status
# List available fields
webamon fields
# Configure API key
webamon configure

Ready to Get Started?

Install Webamon CLI today and start querying threat intelligence data from your terminal