mirror of
https://github.com/usestrix/strix.git
synced 2026-09-08 22:21:05 +00:00
Update README.md
This commit is contained in:
parent
7979b84cc3
commit
9e7c133bbf
1 changed files with 12 additions and 0 deletions
12
README.md
12
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue