mirror of
https://github.com/usestrix/strix.git
synced 2026-08-24 03:42:37 +02:00
Rewrite OSS docs for ASD-STE100 Simplified Technical English
This commit is contained in:
+15
-15
@@ -1,9 +1,9 @@
|
||||
---
|
||||
title: "Introduction"
|
||||
description: "Open-source AI hackers to secure your apps"
|
||||
description: "Open-source AI agents for application security"
|
||||
---
|
||||
|
||||
Strix are autonomous AI agents that act like real hackers—they run your code dynamically, find vulnerabilities, and validate them with proof-of-concepts. Built for developers and security teams who need fast, accurate security testing without the overhead of manual pentesting or the false positives of static analysis tools.
|
||||
Strix agents test applications like security professionals. They run code dynamically, find vulnerabilities, and validate each finding with a proof of concept. Strix helps developers and security teams test applications without manual pentesting or static-analysis false positives.
|
||||
|
||||
<Frame>
|
||||
<img src="/images/screenshot.png" alt="Strix Demo" />
|
||||
@@ -26,21 +26,21 @@ Strix are autonomous AI agents that act like real hackers—they run your code d
|
||||
|
||||
## Use Cases
|
||||
|
||||
- **Application Security Testing** — Detect and validate critical vulnerabilities in your applications
|
||||
- **Rapid Penetration Testing** — Get penetration tests done in hours, not weeks
|
||||
- **Bug Bounty Automation** — Automate research and generate PoCs for faster reporting
|
||||
- **CI/CD Integration** — Block vulnerabilities before they reach production
|
||||
- **Application Security Testing:** Detect and validate critical application vulnerabilities
|
||||
- **Rapid Penetration Testing:** Complete penetration tests in hours, not weeks
|
||||
- **Bug Bounty Automation:** Automate research and generate PoCs for faster reports
|
||||
- **CI/CD Integration:** Block vulnerabilities before they reach production
|
||||
|
||||
## Key Capabilities
|
||||
|
||||
- **Full hacker toolkit** — Browser automation, HTTP proxy, terminal, Python runtime
|
||||
- **Real validation** — PoCs, not false positives
|
||||
- **Multi-agent orchestration** — Specialized agents collaborate on complex targets
|
||||
- **Developer-first CLI** — Interactive TUI or headless mode for automation
|
||||
- **Security toolkit:** Browser automation, HTTP proxy, terminal, and Python runtime
|
||||
- **Finding validation:** Proofs of concept help reduce false positives
|
||||
- **Multi-agent orchestration:** Specialized agents collaborate on complex targets
|
||||
- **Developer-focused CLI:** Use the interactive TUI or headless mode
|
||||
|
||||
## Security Tools
|
||||
|
||||
Strix agents come equipped with a comprehensive toolkit:
|
||||
Strix agents include a complete security toolkit:
|
||||
|
||||
| Tool | Purpose |
|
||||
|------|---------|
|
||||
@@ -65,11 +65,11 @@ Strix agents come equipped with a comprehensive toolkit:
|
||||
|
||||
## Multi-Agent Architecture
|
||||
|
||||
Strix uses a graph of specialized agents for comprehensive security testing:
|
||||
Strix uses a graph of specialized agents for complete security testing:
|
||||
|
||||
- **Distributed Workflows** — Specialized agents for different attacks and assets
|
||||
- **Scalable Testing** — Parallel execution for fast comprehensive coverage
|
||||
- **Dynamic Coordination** — Agents collaborate and share discoveries
|
||||
- **Distributed Workflows:** Specialized agents test different attacks and assets
|
||||
- **Scalable Testing:** Parallel execution provides broad coverage
|
||||
- **Dynamic Coordination:** Agents collaborate and share discoveries
|
||||
|
||||
## Quick Example
|
||||
|
||||
|
||||
Reference in New Issue
Block a user