strix icon indicating copy to clipboard operation
strix copied to clipboard

Open-source AI agents for penetration testing

Results 99 strix issues
Sort by recently updated
recently updated
newest added

Strix deployed on Windows, with the large model also deployed locally—how to integrate it?

Configuration and compatibility errors occur when setting up the `strix-agent` CLI tool locally. The errors happen when connecting to various LLM providers (AgentRouter, ZhipuAI, and Google Gemini). The setup instructions...

bug

its suddenly show this error after a while of scanning on multiple agents as well as the master too screenshot: https://imgur.com/a/MXynlYk **System Information:** - OS: mac os - Strix Version...

bug

## **📝 PR Description** This Pull Request delivers a comprehensive upgrade across multiple layers of the Strix platform, including the core agent framework, documentation, structured vulnerability exports, Telegram bot integration,...

Addresses #158 Added unit tests for the argument_parser module. Noticed there weren't any tests yet, so I started with argument_parser since it has clean, testable functions. **What's included:** - Basic...

Hey, I noticed the project has pytest configured in pyproject.toml with coverage requirements, but the tests/ directory is empty. I'd like to help add some unit tests starting with modules...

**Describe the bug** After running a scan on a local repo and asking for follow up questions, the agent was stuck in a loop, repeating itself. **To Reproduce** Steps to...

bug

Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.59.1 to 4.61.0. Release notes Sourced from fonttools's releases. 4.61.0 [varLib.main]: SECURITY Only use basename(vf.filename) to prevent path traversal attacks when running fonttools varLib command-line script, or...

dependencies
python

- LogicMappingAgent prompt (`strix/prompts/coordination/logic_mapping.jinja`) - ClientSideReverseAgent prompt (`strix/prompts/technologies/client_side_reverse.jinja`) - AST Analysis Tool (`strix/tools/js_analysis/js_analyzer.py`) - Adaptive WAF Evasion Middleware (`strix/tools/proxy/waf_evasion.py`) integrated into `send_request` - Context-Aware Smart Fuzzer (`strix/tools/fuzzing/context_fuzzer.py`) - Critic/Proof workflow...

**Describe the bug** On macOS with Docker Desktop running, Strix reports "DOCKER NOT AVAILABLE" and fails to start, even though `docker ps` works and containers are running. This happens because...

bug