docs: add file-based instruction example (#165)

Co-authored-by: 0xallam <ahmed39652003@gmail.com>
This commit is contained in:
Vincent Yang
2025-12-03 13:59:59 -05:00
committed by GitHub
parent c97ff94617
commit 919cb5e248

View File

@@ -159,6 +159,9 @@ strix -t https://github.com/org/app -t https://your-app.com
# Focused testing with custom instructions
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
```
### 🤖 Headless Mode