v3.0.0 Current
Released: January 2026 • Production ReadyMajor Changes
- Fact-Extraction Architecture: Custom validation layer prevents hallucinations by grounding all answers in actual tool output
- Model Upgrade: Switched to Qwen 2.5 14B (Q5_K_M GGUF) via llama-cpp-python. No Ollama required
- Metasploit Integration: Full module browser, Ruby metadata parser, source code viewer, RC script builder, and interactive msfconsole launcher
- Validated Accuracy: 9.27/10 current internal benchmark average across the scored tool set
- PyInstaller EXE: Paid editions ship as self-contained Windows EXEs. No Python setup required
- Airgapped Licensing: HMAC-based offline licence validation
New Features
- YARA detection analysis: 9.84/10 accuracy (5/5 tests)
- NetExec (NXC) analysis: 9.2/10 accuracy
- PCAP network analysis tool page
- Ask Syd AI chat on every tool page
- Auto-detect CPU cores (no longer hardcoded to 16 threads)
- Thread-safe Tkinter UI: all background updates via
self.after(0, callback) - Token budget management: 8192 context window with intelligent truncation
- LLM inference lock: prevents concurrent model access from multiple tool tabs
Metasploit (3 Phases)
- Phase 1: Knowledge base (20 docs), fact extractor, GUI page, Ask Syd chat
- Phase 2: Module browser: split-pane treeview, Ruby metadata parser, source code viewer, CVE search normalisation, "Ask Syd About Module"
- Phase 3: Launch tab: RC script builder, interactive msfconsole via subprocess, live output streaming, ANSI stripping, Save/Load .rc files, "Use Output" for analysis
Bug Fixes
- Thread safety: all Tkinter ops from background threads fixed
- Exploit deduplication in Metasploit module browser
- Hashdump whitespace parsing
- CVE count/score extraction
- Service deduplication in Nmap analysis
- Token overflow handling for large tool outputs
- Interactive command input for msfconsole (
--no-readlineflag)
Benchmark Scores (Internal)
| Tool | Score | Tests | Status |
|---|---|---|---|
| Nmap | 9.1/10 (96.7%) | 4/4 scan types | Production Ready |
| YARA | 9.84/10 | 5/5 tests | Production Ready |
| BloodHound | 10/10 | 1 test | Production Ready |
| Volatility | 8.13/10 | 15/15 questions | Production Ready |
| NetExec | 9.2/10 | 2/2 tests | Production Ready |
| PCAP | Functional | Functional test | Production Ready |
| Average | 9.27/10 | Scored benchmark modules | Internal Benchmark |