You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The most powerful open-source AI autonomous pentesting agent.
πΈ Screenshots
Web UI Dashboard
Live Feed & Vulnerabilities
Vulnerability Details
π Xalgorix β The Most Powerful Open-Source AI Pentesting Agent
Xalgorix is the most comprehensive open-source autonomous penetration testing platform. It combines the power of AI with 70+ security tools to deliver enterprise-grade pentesting β completely free.
Why Xalgorix is #1
Claim
Reality
Most Complete
β Only open-source tool with Web UI + Live Feed + Chat + PDF + Discord
TL;DR: Give it a target URL, and Xalgorix will find vulnerabilities, generate a professional PDF report, and send Discord alerts β all automatically.
What Makes Xalgorix Different?
π Autonomous β Give it a target, watch it work. No human intervention needed.
π§ AI-Powered β Leverages LLMs for intelligent decision-making.
π 100% Free β No SaaS, no per-scan fees, no limits.
π Self-Hosted β Your data never leaves your machine.
β‘ Lightning Fast β Uses maximum threads, comprehensive flags.
π― Precision β Only reports exploitable vulnerabilities, not false positives.
Nebula β CLI assistant, good for quick scans but limited methodology
Why Xalgorix is the Best Choice?
π― Most Complete Web UI
Only tool with full dashboard, live feed, chat, token tracking
See everything in real-time, interact with agent during scan
π Multiple Scan Modes
Single: Quick target scan
DAST: Deep URL vulnerability testing
Wildcard: Subdomain enum β scan each individually
Most comprehensive coverage
π Built-in Notifications
Discord alerts on start/vuln/complete
PDF reports auto-generated
π‘οΈ Production Ready
Rate limiting (protect your IP)
Circuit breaker (auto-block failing tools)
Queue system (scan multiple targets)
Severity filtering (focus on what matters)
π Built-in Research Tools
CVE search (NIST NVD)
Exploit search (Exploit-DB)
Web search (Gemini/Brave/Google)
π° 100% Free & Open Source
No SaaS subscription
No per-scan fees
Your data stays local
Competitive Advantages Summary
What You Get
Xalgorix
Others
Web Dashboard
β
β Most
Live Feed + Chat
β
β
Auto PDF + Discord
β
β
3 Scan Modes
β
β
Tool Auto-Install
β 70+
β οΈ Manual
Production Safety
β
β
Free Forever
β
β
π οΈ Quick Start
1οΈβ£ Install
# Quick install
go install github.com/xalgord/xalgorix/cmd/xalgorix@latest
# Or build from source
git clone https://github.com/xalgord/xalgorix.git
cd xalgorix
./build.sh --install
2οΈβ£ Configure
# Create ~/.xalgorix.env
nano ~/.xalgorix.env
# Required
XALGORIX_LLM=openai/gpt-4.5
XALGORIX_API_KEY=your_api_key
# OR use Anthropic:# XALGORIX_LLM=anthropic/claude-sonnet-4.6# XALGORIX_API_KEY=sk-ant-...# Optional - for custom providers (MiniMax, Ollama, etc.)# XALGORIX_API_BASE=https://api.minimax.io/# Optional
XALGORIX_DISCORD_WEBHOOK=https://discord.com/api/webhooks/...
β οΈNote: Xalgorix will refuse to start if ~/.xalgorix.env is missing or missing required variables (XALGORIX_LLM and XALGORIX_API_KEY).
3οΈβ£ Run
# Web UI (recommended)
xalgorix --web
# Or CLI
xalgorix --target https://example.com
Google β google/gemini-3.1-pro, google/gemini-2.0-flash
Groq β hosts Llama 4, Qwen 3, Mixtral (use model name directly)
Ollama β ollama/llama4, ollama/qwen3 (local)
MiniMax β minimax/M3, minimax/Text-01
π Usage Guide
Web UI Features
Feature
Usage
π― Single Scan
Enter URL, click Start
π DAST Scan
Select "DAST" mode for URL vulnerability testing
π Wildcard Scan
Select "Wildcard" mode for subdomain enum β each subdomain gets full scan
π Multi-Target
Upload a .txt file with one target per line
π― Severity Filter
Check only Critical/High to skip Low/Info
π« Out of Scope
Exclude targets from testing
π¬ Custom Instructions
Tell Xalgorix what to focus on
βοΈ LLM Provider
Switch providers in settings
π Discord
Add webhook for alerts
Example Instructions
# Focus on specific vulns
"Focus on SQL Injection and IDOR. Skip XSS."
# Traditional authenticated testing
"Login with: admin@email.com / Password123"
# API key authentication
"API: am_us_pod_474368638921786eec2228b27f..., username: agentmail"
# Email-based service testing
"AgentMail credentials: api_key=xxx, email=user@agentmail.to"
# Bug bounty rules
"This is a HackerOne program. Out of scope: DoS, social engineering."
# Internal network
"Scan 10.0.0.0/24. Focus on SMB and database services."