strix
strix copied to clipboard
Open-source AI agents for penetration testing
Added support for routing traffic through SOCKS and HTTP proxies. This helps when running strix behind corporate firewalls or when you need to route different types of traffic through different...
As discussed on discord . It will be great to add a feature that also allows users to scan entire IP ranges or CIDR . strix -n --target 192.168.1.1/16 --instruction...
Strix does not perform automated scans with Ollama2 local model on Windows 11 Describe the bug When trying to use Strix with Ollama2 as the local model on Windows 11,...
Bumps [starlette](https://github.com/Kludex/starlette) from 0.46.2 to 0.49.1. Release notes Sourced from starlette's releases. Version 0.49.1 This release fixes a security vulnerability in the parsing logic of the Range header in FileResponse....
## Summary This development proposal introduces a Target Complexity Index (TCI) and an adaptive ScanPlanner to generate dynamic, context-aware vulnerability scanning plans for the Strix agent. The change moves the...
Integrating OpenAI's Codex plugin into the software would enable a smooth connection and potentially several hundred rounds per day for ChatGPT subscribers — after Codex's recent upgrade, the results look...
Request: Please add an option to restore or continue a scan that suddenly crashed (for example, due to a computer shutdown). Currently, without this option, the software exits completely, and...
This may be a tall ask but would you be able to add an option for an upstream socks proxy so all the tools on the container flow through a...
# PR Title Make agent waiting timeout configurable via `STRIX_LLM_TIMEOUT` #58 # Summary - teach `BaseAgent` to resolve a waiting-timeout from config or the new `STRIX_LLM_TIMEOUT` env var, falling back...
The timeout is hard coded to 180 [seconds]. When running a low-budget setup, the models can run very slow and timeout. We should have a configurable timeout via ENV variable,...