From 706bb193c004540e18e4fc6fc108d92c2beba335 Mon Sep 17 00:00:00 2001 From: 0xallam Date: Sat, 3 Jan 2026 17:58:34 -0800 Subject: [PATCH] chore: update website links to strix.ai --- README.md | 6 +++--- scripts/install.sh | 2 +- strix/interface/main.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1e6c662..c8895f8 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ [![GitHub Stars](https://img.shields.io/github/stars/usestrix/strix)](https://github.com/usestrix/strix) [![Discord](https://img.shields.io/badge/Discord-%235865F2.svg?&logo=discord&logoColor=white)](https://discord.gg/YjKFvEZSdZ) -[![Website](https://img.shields.io/badge/Website-usestrix.com-2d3748.svg)](https://usestrix.com) +[![Website](https://img.shields.io/badge/Website-strix.ai-2d3748.svg)](https://strix.ai) usestrix%2Fstrix | Trendshift @@ -89,7 +89,7 @@ strix --target ./app-directory ## ☁️ Run Strix in Cloud -Want to skip the local setup, API keys, and unpredictable LLM costs? Run the hosted cloud version of Strix at **[app.usestrix.com](https://usestrix.com)**. +Want to skip the local setup, API keys, and unpredictable LLM costs? Run the hosted cloud version of Strix at **[app.strix.ai](https://strix.ai)**. Launch a scan in just a few minutes—no setup or configuration required—and you’ll get: @@ -98,7 +98,7 @@ Launch a scan in just a few minutes—no setup or configuration required—and y - **CI/CD and GitHub integrations** to block risky changes before production - **Continuous monitoring** so new vulnerabilities are caught quickly -[**Run your first pentest now →**](https://usestrix.com) +[**Run your first pentest now →**](https://strix.ai) --- diff --git a/scripts/install.sh b/scripts/install.sh index 92dcf85..0f72b15 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -318,7 +318,7 @@ echo "" echo -e " ${CYAN}2.${NC} Run a penetration test:" echo -e " ${MUTED}strix --target https://example.com${NC}" echo "" -echo -e "${MUTED}For more information visit ${NC}https://usestrix.com" +echo -e "${MUTED}For more information visit ${NC}https://strix.ai" echo -e "${MUTED}Join our community ${NC}https://discord.gg/YjKFvEZSdZ" echo "" diff --git a/strix/interface/main.py b/strix/interface/main.py index 1da6e54..5714938 100644 --- a/strix/interface/main.py +++ b/strix/interface/main.py @@ -444,7 +444,7 @@ def display_completion_message(args: argparse.Namespace, results_path: Path) -> console.print("\n") console.print(panel) console.print() - console.print("[dim]🌐 Website:[/] [cyan]https://usestrix.com[/]") + console.print("[dim]🌐 Website:[/] [cyan]https://strix.ai[/]") console.print("[dim]💬 Discord:[/] [cyan]https://discord.gg/YjKFvEZSdZ[/]") console.print()