From 919cb5e248744388f335b318e34c2ffa5aecc078 Mon Sep 17 00:00:00 2001 From: Vincent Yang <48404862+Vincent550102@users.noreply.github.com> Date: Wed, 3 Dec 2025 13:59:59 -0500 Subject: [PATCH] docs: add file-based instruction example (#165) Co-authored-by: 0xallam --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 851c8fb..7b70706 100644 --- a/README.md +++ b/README.md @@ -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