Sirius: Open-Source Vulnerability Scanner with Real-time Monitoring
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
Sirius is an open-source, comprehensive vulnerability scanner that integrates community-driven security intelligence and automated penetration testing. Its latest v0.4.0 release introduces robust system monitoring and observability features, enhancing its capabilities. The platform offers a user-friendly interface and a quick Docker-based setup, making it accessible for security professionals.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
Sirius is an open-source, comprehensive vulnerability scanner designed to empower security professionals with advanced penetration testing capabilities. It leverages community-driven security intelligence to provide robust vulnerability detection and risk management. The latest v0.4.0 release significantly enhances its capabilities by introducing comprehensive system monitoring and observability features, alongside improved reliability and production-ready Docker configurations. Get started quickly with its straightforward Docker-based setup.
Installation
Getting Sirius up and running is designed to be simple and fast, primarily using Docker Compose.
Prerequisites
- Docker Engine: Version 20.10.0+ with Docker Compose V2.
- System Requirements: Minimum 4GB RAM, 10GB free disk space.
- Network Access: Internet connectivity for vulnerability database updates.
- Supported Platforms: Linux, macOS, Windows (with WSL2).
One-Command Setup
Clone the repository and start Sirius using Docker Compose. This uses prebuilt images for a quick deployment.
git clone https://github.com/SiriusScan/Sirius.git
cd Sirius
docker compose up -d
Once started, access the web interface by opening http://localhost:3000 in your browser. Default login credentials are admin / password, which should be changed immediately in production environments.
Examples
Sirius offers a wide array of features for comprehensive security assessments.
Core Capabilities
- Network Discovery: Automated host discovery and service enumeration.
- Vulnerability Assessment: CVE-based vulnerability detection with CVSS scoring.
- Risk Management: Comprehensive risk scoring and remediation guidance.
- Automated Scanning: Scheduled and continuous security assessments.
- Real-time Dashboards: Live scanning progress and vulnerability metrics.
Supported Scan Types
- Network Scanning (Nmap-based)
- Vulnerability Scanning (NSE script-based)
- SMB/Windows Assessment
- Custom Workflows
- Agent-based Scanning
API Integration Example
Sirius provides a robust REST API for integration into existing security workflows. Here's how to initiate a network scan via the API:
curl -X POST http://localhost:9001/api/scans \
-H "Authorization: Bearer $TOKEN" \
-H "Content-Type: application/json" \
-d '{"target": "192.168.1.0/24", "scan_type": "network"}'
Why Use Sirius
Sirius stands out as a powerful tool for several reasons:
- Comprehensive Security: Offers end-to-end vulnerability scanning, from network discovery to detailed risk assessment and remediation guidance.
- Real-time Insights: Provides live dashboards, system monitoring, and centralized logging for immediate visibility into security posture and system health.
- Ease of Deployment: With its Docker-based setup, you can get a full scanning environment running in minutes.
- Scalable Architecture: Built on a microservices architecture (Go, Next.js, PostgreSQL), it's designed for performance and scalability across various environments.
- Extensible and Integrable: Features a comprehensive REST and WebSocket API, allowing seamless integration with other security tools and custom workflows.
- Community-Driven: Benefits from community intelligence, ensuring up-to-date vulnerability databases and evolving capabilities.
Links
- Official GitHub Repository: SiriusScan/Sirius
- Quick Start Guide: Get started in 5 minutes
- Detailed Installation Guide: Comprehensive setup instructions
- Join the Community: Discord Community
- Report Issues: GitHub Issues
Related repositories
Similar repositories that may be relevant next.

code-session-memory: Automatic Vector Memory for AI Coding Sessions
August 15, 2026
code-session-memory provides automatic vector memory for various AI coding tools like OpenCode, Claude Code, Cursor, VS Code, Codex, and Gemini CLI. It indexes new messages into a vector database after each AI agent turn, enabling semantic search across all your past coding sessions. This tool ensures memory is shared across different platforms, enhancing developer productivity.

Cloudflare Computer: Give Your Agent a Virtual Filesystem
August 14, 2026
Cloudflare Computer is an innovative project that provides a virtual filesystem within a Durable Object, allowing agents to interact with a persistent state. It offers pluggable execution backends, including containerized Linux environments and serverless Workers, enabling flexible and powerful agent computing. Currently in preview, it's ideal for experiments and prototypes leveraging Cloudflare's edge infrastructure.

SwarmClaw: Self-Hosted AI Agent Runtime for Autonomous Swarms
August 13, 2026
SwarmClaw is an open-source, self-hosted AI agent runtime and multi-agent framework designed for autonomous agent swarms. It offers durable agent memory, MCP tools, schedules, and delegation, supporting over 23 LLM providers including Claude, GPT, Gemini, OpenRouter, and Ollama. This platform serves as a practical alternative to solutions like Claude Code and LangChain for those seeking self-hosted AI agent orchestration.

json-render: The Generative UI Framework for Dynamic Interfaces
August 12, 2026
json-render is a powerful Generative UI framework that allows developers to create dynamic, personalized user interfaces from natural language prompts. It ensures reliability by constraining AI-generated output to predefined components and actions, offering a predictable and safe way to build cross-platform UIs.
Source repository
Open the original repository on GitHub.
11 counted GitHub visits