Fix/ Long text instruction causes crash (#184)

This commit is contained in:
Alexander De Battista Kvamme
2025-12-08 20:23:51 +01:00
committed by GitHub
parent 1edd8eda01
commit 9fedcf1551
2 changed files with 24 additions and 16 deletions

View File

@@ -161,7 +161,7 @@ strix -t https://github.com/org/app -t https://your-app.com
strix --target api.your-app.com --instruction "Focus on business logic flaws and IDOR vulnerabilities"
# Provide detailed instructions through file (e.g., rules of engagement, scope, exclusions)
strix --target api.your-app.com --instruction ./instruction.md
strix --target api.your-app.com --instruction-file ./instruction.md
```
### 🤖 Headless Mode