From 9e7c133bbfe10e6d1ff4a52c8e4872c810c5e5bd Mon Sep 17 00:00:00 2001 From: Ahmed Allam Date: Sun, 28 Sep 2025 21:04:40 -0700 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index d725038..1dedfab 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,15 @@ Strix are autonomous AI agents that act just like real hackers - they run your c --- +### 🎯 Use Cases + +- Detect and validate critical vulnerabilities in your applications. +- Get penetration tests done in hours, not weeks, with compliance reports. +- Automate bug bounty research and generate PoCs for faster reporting. +- Run tests in CI/CD to block vulnerabilities before reaching production. + +--- + ### 🚀 Quick Start Prerequisites: @@ -97,6 +106,9 @@ strix --target https://your-app.com # Focused testing strix --target api.your-app.com --instruction "Prioritize authentication and authorization testing" + +# Testing with credentials +strix --target https://your-app.com --instruction "Test with credentials: testuser/testpass. Focus on privilege escalation and access control bypasses." ``` ### ⚙️ Configuration