Back to Strix

Agent Tools

docs/tools/overview.mdx

0.8.31.1 KB
Original Source

Strix agents use specialized tools to test your applications like a real penetration tester would.

Core Tools

<CardGroup cols={2}> <Card title="Browser" icon="globe" href="/tools/browser"> Playwright-powered Chrome for interacting with web UIs. </Card> <Card title="HTTP Proxy" icon="network-wired" href="/tools/proxy"> Caido-powered proxy for intercepting and replaying requests. </Card> <Card title="Terminal" icon="terminal" href="/tools/terminal"> Bash shell for running commands and security tools. </Card> <Card title="Sandbox Tools" icon="toolbox" href="/tools/sandbox"> Pre-installed security tools: Nuclei, ffuf, and more. </Card> </CardGroup>

Additional Tools

ToolPurpose
Python RuntimeWrite and execute custom exploit scripts
File EditorRead and modify source code
Web SearchReal-time OSINT via Perplexity
NotesDocument findings during the scan
ReportingGenerate vulnerability reports with PoCs