| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 1.1.0 - 2026-02-08 source code.tar.gz | 2026-02-08 | 130.1 MB | |
| 1.1.0 - 2026-02-08 source code.zip | 2026-02-08 | 130.3 MB | |
| README.md | 2026-02-08 | 3.0 kB | |
| Totals: 3 Items | 260.4 MB | 0 | |
Added
- Attack Path System — agent now supports dynamic attack path selection with two built-in paths:
- CVE Exploit — automated Metasploit module search, payload configuration, and exploit execution
- Brute Force Credential Guess — service-level brute force with configurable wordlists and max attempts per service
- Agent Guidance — send real-time steering messages to the agent while it works, injected into the system prompt before the next reasoning step
- Agent Stop & Resume — stop the agent at any point and resume from the last LangGraph checkpoint with full context preserved
- Project Creation UI — full frontend project form with all configurable settings sections:
- Naabu (port scanner), Httpx (HTTP prober), Katana (web crawler), GAU (passive URLs), Kiterunner (API discovery), Nuclei (vulnerability scanner), and agent behavior settings
- Agent Settings in Frontend — transferred agent configuration parameters from hardcoded
params.pyto PostgreSQL, editable via webapp UI - Metasploit Progress Streaming — HTTP progress endpoint (port 8013) for real-time MSF command tracking with ANSI escape code cleaning
- Metasploit Session Auto-Reset —
msf_restart()MCP tool for clean msfconsole state; auto-reset on first use per chat session - WebSocket Integration — real-time bidirectional communication between frontend and agent orchestrator
- Markdown Chat UI — react-markdown with syntax highlighting for agent chat messages
- Smart Auto-Scroll — chat only auto-scrolls when user is at the bottom of the conversation
- Connection Status Indicator — color-coded WebSocket connection status (green/red) in the chat interface
Changed
- Unified Docker Compose — replaced per-module
.envfiles andstart.sh/stop.shscripts with a single rootdocker-compose.ymlanddocker-compose.dev.ymlfor full-stack orchestration - Settings Source of Truth — migrated all recon and agent settings from hardcoded
params.pyto PostgreSQL via Prisma ORM, fetched at runtime via webapp API - Recon Pipeline Improvements — multi-level improvements across all recon modules for reliability and accuracy
- Orchestrator Model Selection — fixed model selection logic in the agent orchestrator
- Frontend Usability — unified RedAmon primary crimson color (#d32f2f), styled message containers with ghost icons and gradient backgrounds, improved markdown heading and list spacing
- Environment Configuration — added root
.env.examplewith all required keys; forwarded NVD_API_KEY and Neo4j credentials from recon-orchestrator to spawned containers - Webapp Header — replaced Crosshair icon with custom logo.png image, bumped logo text size
Fixed
- Double Approval Dialog — fixed duplicate approval confirmation with ref-based state tracking
- Orchestrator Model Selection — corrected model selection logic when switching between AI providers