mirror of
https://github.com/usestrix/strix.git
synced 2026-08-28 05:25:00 +00:00
docs: add file-based instruction example (#165)
Co-authored-by: 0xallam <ahmed39652003@gmail.com>
This commit is contained in:
parent
c97ff94617
commit
919cb5e248
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue