Pick the option that fits your setup β no technical knowledge required for any of them.
Use any scanner right in your browser. No account needed.
π» Free downloadDownload and run from any terminal. Works on any computer.
π¦ OptionalInstall tools via OpenClaw. Great for automation and scheduling.
π₯οΈ Coming soonOne-click install for Windows and macOS. No terminal needed.
No account, no download, no setup. Just open your browser and start scanning.
Go to edgeiqlabs.com and click any tool in the Free Scanner section.
Type the URL or domain you want to check. For subdomain scans, just enter your domain (like example.com).
Results appear instantly. That's it. No signup, no API key, no waiting.
Download a tool, run it from your terminal. Takes about 2 minutes. Works on Windows, macOS, and Linux.
Open your terminal and run:
curl -sL https://edgeiqlabs.com/dl/edgeiq-ssl-checker.py -o edgeiq-ssl-checker.py
Point Python at the downloaded file:
python3 edgeiq-ssl-checker.py --domain example.com
Results print directly in your terminal. That's all there is to it.
Tests websites for XSS vulnerabilities using 40+ payloads and WAF bypass techniques.
curl -sL https://edgeiqlabs.com/dl/edgeiq-xss-scanner.py -o edgeiq-xss-scanner.py
python3 edgeiq-xss-scanner.py --target "https://example.com/search?q=test"
Scans IP addresses and domains for open ports, running services, and known CVE vulnerabilities.
curl -sL https://edgeiqlabs.com/dl/edgeiq-network-scanner.py -o edgeiq-network-scanner.py
python3 edgeiq-network-scanner.py --target example.com --ports 1-1000
Checks SSL certificate expiry, TLS versions, and security HTTP headers.
curl -sL https://edgeiqlabs.com/dl/edgeiq-ssl-checker.py -o edgeiq-ssl-checker.py
python3 edgeiq-ssl-checker.py --domain example.com
Discovers subdomains via public Certificate Transparency logs and checks for takeover risks.
curl -sL https://edgeiqlabs.com/dl/edgeiq-subdomain-hunter.py -o edgeiq-subdomain-hunter.py
python3 edgeiq-subdomain-hunter.py --domain example.com
Checks if an email address or domain appears in known data breaches.
curl -sL https://edgeiqlabs.com/dl/edgeiq-credential-checker.py -o edgeiq-credential-checker.py
python3 edgeiq-credential-checker.py --email [email protected]
If you prefer, install tools via pip so you can update them easily:
# Install all tools at once
pip install edgeiq-tools
# Or install tools individually
pip install edgeiq-xss-scanner edgeiq-ssl-watcher edgeiq-subdomain-hunter
# Update to latest version anytime
pip install --upgrade edgeiq-tools
Run scans on a schedule so you don't have to remember:
# Linux/macOS β schedule a daily SSL check at 9am
(crontab -l 2>/dev/null; echo "0 9 * * * python3 ~/edgeiq-ssl-checker.py --domain example.com --quiet") | crontab -
# Windows β open Task Scheduler and add a task pointing to:
# python C:\tools\elliq-ssl-checker.py --domain example.com
OpenClaw is an AI agent platform that runs on your computer. EdgeIQ tools are published on ClawHub so you can install them as OpenClaw skills. This is great if you want to automate scans, chain tools together, or run them on a schedule with your own AI assistant.
# macOS / Linux β paste in your terminal:
curl -fsSL https://openclaw.ai/install.sh | bash
# Windows β download from https://openclaw.ai
# Run the installer and follow the prompts
All EdgeIQ tools are published on ClawHub β search for "edgeiq" to see the full list:
# Search for all EdgeIQ tools
openclaw skills search edgeiq
# Install a specific tool
openclaw skills install edgeiq-xss-scanner
# Install multiple tools at once
openclaw skills install edgeiq-ssl-watcher edgeiq-network-scanner edgeiq-subdomain-hunter
# Run from your terminal β just talk to OpenClaw:
openclaw run edgeiq-xss-scanner --target "https://example.com/search?q=test"
# Or let OpenClaw's AI assistant choose the right tool:
openclaw "scan example.com for XSS vulnerabilities"
# Schedule a daily subdomain scan β OpenClaw runs it automatically
openclaw schedule add \
--name "Daily Subdomain Check" \
--skill edgeiq-subdomain-hunter \
--args "--domain example.com" \
--cron "0 8 * * *" \
--notify discord
# Install the EdgeIQ alerting system
openclaw skills install edgeiq-alerting-system
# Configure your Discord webhook
openclaw config set edgeiq-alerting-system DISCORD_WEBHOOK https://discord.com/api/webhooks/your-webhook
# Now any scan can send alerts to Discord automatically
openclaw run edgeiq-ssl-watcher --domain example.com --alert
When you upgrade a tool through OpenClaw, your Pro API key is shared across all installed EdgeIQ tools automatically. No need to configure each tool separately.
Native apps for Windows and macOS. One-click install, graphical interface, no terminal required.
π¦ Desktop app installer β in development. Email us to get notified when it's ready and get early access pricing.
No account, no download, no commitment. Try the free web scanners or download a terminal tool.
Browse free tools β