From 2b7a8e3ee72f9b002e2cd4935a057a029c490320 Mon Sep 17 00:00:00 2001 From: purpl3horse <51341062+purpl3horse@users.noreply.github.com> Date: Wed, 12 Nov 2025 00:45:33 +0100 Subject: [PATCH] Update README.md Instruction argument was written in plural in the readme ( a typo ) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af0c00c..a5e1ad0 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ strix --target https://github.com/org/repo strix --target https://your-app.com # Grey-Box Security Assesment -strix --target https://your-app.com --instructions "Perform authenticated testing using the following credentials user:pass" +strix --target https://your-app.com --instruction "Perform authenticated testing using the following credentials user:pass" # Multi-target white-box testing (source code + deployed app) strix -t https://github.com/org/app -t https://your-app.com