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

Fixes #58 This PR adds configurable timeout support for LLM requests via the `STRIX_LLM_TIMEOUT` environment variable, while maintaining 180 seconds as the default. ## Changes - Added `resolve_timeout()` helper function...

**Is your feature request related to a problem? Please describe.** Currently, Strix requires LLM API keys (OpenAI, Anthropic API, etc.) which adds operational overhead - managing API keys, tracking usage/costs,...

enhancement

## Changes - **[configurable timeout]** Warm-up now respects `STRIX_LLM_TIMEOUT` environment variable so local models (Ollama, LMStudio) don't timeout prematurely - **[IP/CIDR targets]** [StrixAgent](cci:2://file:///c:/Users/ayush/OneDrive/Music/open%20source/strix-project/strix/strix/agents/StrixAgent/strix_agent.py:6:0-100:59) now includes `ip_address` and `ip_range` targets in...

## 🎯 Problem Strix has a beautiful CLI interface and powerful features, but running it requires remembering and typing complex command-line arguments. Users need to know: - The exact `--target`...

Simple Refactor for easier understanding/better structure

Summary This pull request addresses the “TOOL server connectivity” issue (#74) where Strix failed to connect to the Docker daemon and LLM backend. Problem The CLI displayed: - ❌ Docker...

Bumps [starlette](https://github.com/Kludex/starlette) from 0.46.2 to 0.49.1. - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/starlette/compare/0.46.2...0.49.1) --- updated-dependencies: - dependency-name: starlette dependency-version: 0.49.1 dependency-type: indirect ...

**Describe the bug** When I am trying to do a static code analysys on both a local repository or a public github repository I got the error in the screenshot...

bug

**Is your feature request related to a problem? Please describe.** I'd like for this to have the ability to craft blind XSS payloads, or blind XXE payloads. **Describe the solution...

enhancement

I tried using the Gemini 2.5 Pro and Gemini 2.5 Flash models but got rate limited so early. Is there any feature to use multiple API keys at once?

bug