Configs2026年7月26日·1 分钟阅读

Faraday — Open-Source Vulnerability Management Platform

A collaborative security platform that centralizes vulnerability data from 80+ scanning tools into a single workspace for triage, reporting, and remediation tracking.

Agent 就绪

Agent 可直接安装

这个资产可安装;Agent 先选择当前运行时、检查安装计划,再运行匹配命令。

Native · 98/100策略:允许
Agent 入口
任意 MCP/CLI Agent
类型
Skill
安装
Single
信任
信任等级:Established
入口
Faraday Overview
直接安装命令
npx -y tokrepo@latest install 71dfac21-888b-11f1-9bc6-00163e2b0d79 --target codex

先 dry-run 确认安装计划,再运行此命令。

Introduction

Faraday centralizes vulnerability data from dozens of security scanning tools into a unified workspace. It allows security teams to collaborate on triage, track remediation, and generate reports without manually reconciling outputs from different scanners.

What Faraday Does

  • Imports results from 80+ security tools (Nmap, Burp Suite, Nessus, etc.)
  • Deduplicates and normalizes vulnerability findings into a common data model
  • Provides a web dashboard for collaborative triage and status tracking
  • Generates compliance and executive reports from aggregated findings
  • Offers a REST API and CLI for automation and CI/CD integration

Architecture Overview

Faraday is a Python application with a PostgreSQL backend and a web-based frontend. The server exposes a REST API that plugins use to ingest scan data. Each supported tool has a plugin that parses its output format and maps findings to Faraday's internal vulnerability schema. Workspaces isolate data by project or engagement.

Self-Hosting & Configuration

  • Requires Python 3 and PostgreSQL; install via pip or Docker
  • Initialize the database with faraday-manage initdb
  • Configure server settings in ~/.faraday/config/server.ini
  • Set up LDAP or SAML for enterprise authentication
  • Use Docker Compose for production deployments with Nginx reverse proxy

Key Features

  • Plugin ecosystem supporting 80+ scanners and security tools
  • Workspace-based data isolation for multi-project environments
  • Real-time collaboration with shared triage and annotation
  • Custom fields and tags for organization-specific classification
  • REST API enabling integration with ticketing systems and CI pipelines

Comparison with Similar Tools

  • DefectDojo — Similar vulnerability aggregation; Faraday emphasizes real-time collaboration and has broader plugin support
  • ArcherySec — Lighter weight but fewer integrations; Faraday scales better for large teams
  • Dradis — Focused on pentest reporting; Faraday covers ongoing vulnerability management
  • Nucleus — Commercial platform; Faraday offers an open-source community edition

FAQ

Q: Is Faraday free? A: The community edition is open-source. A commercial edition adds features like advanced reporting, custom dashboards, and priority support.

Q: What output formats does Faraday accept? A: It supports XML, JSON, CSV, and tool-specific formats through its plugin system covering 80+ tools.

Q: Can Faraday integrate with Jira or other ticketing systems? A: Yes. The REST API and webhook support allow integration with Jira, ServiceNow, and custom workflows.

Q: Does Faraday run vulnerability scans itself? A: No. Faraday aggregates and manages results from external scanners; it does not perform scanning directly.

Sources

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产