★ 0 stars
Python
🔒 Security
Updated today
Orthrus — automated vulnerability discovery & exploitation-confirmation framework for authorized security testing. 41 scanners (web, API, LLM/OWASP-LLM-Top-10, unauth-service), IaC audit, recon, exploit confirmation; CVSS+OWASP/CWE/PCI/KEV/EPSS; REST API + MCP server + dashboard; JSON/CSV/HTML/PDF/SARIF/MD reports. Python 3.11+.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"orthrus": {
"command": "uvx",
"args": [
"orthrus"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add orthrus uvx orthrus
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"orthrus": {
"command": "uvx",
"args": [
"orthrus"
]
}
}
}
📋 Copy
Or install with pip: pip install orthrus
README Excerpt
**Automated vulnerability discovery & exploitation-confirmation framework for authorized security testing.** ORTHRUS crawls a target, fingerprints its stack, runs 56 vulnerability scanners, and then **re-proves** the interesting findings with a dedicated exploitation-confirmation phase — so a report distinguishes "this looks
Tools (8)
ORTHRUS_DATA_DIR ORTHRUS_DB_URL ORTHRUS_ENCRYPTION_KEY ORTHRUS_LOG_LEVEL ORTHRUS_PLUGINS_DIR ORTHRUS_REDIS_URL confirmed info
Topics
appsec cvss dast ethical-hacking llm-security mcp offensive-security owasp penetration-testing pentest python sarif security security-tools vulnerability-scanner