Skip to content

Commit 3906cdc

Browse files
digitalandrewclaude
andcommitted
Update banner image and use WAIRZ branding on docs site
Replace wairz_secrets.png with wairz_banner.png in README and docs, and uppercase WAIRZ throughout the MkDocs homepage. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7a51f59 commit 3906cdc

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="frontend/src/assets/wairz_secrets.png" alt="Wairz - Every Firmware Has Secrets... WAIRZ Finds Them" width="400">
2+
<img src="frontend/src/assets/wairz_banner.png" alt="Wairz - Every Firmware Has Secrets... WAIRZ Finds Them" width="400">
33
</p>
44

55
---

docs/assets/wairz_banner.png

174 KB
Loading

docs/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<p align="center">
2-
<img src="assets/wairz_secrets.png" alt="Wairz - Every Firmware Has Secrets... WAIRZ Finds Them" width="400">
2+
<img src="assets/wairz_banner.png" alt="Wairz - Every Firmware Has Secrets... WAIRZ Finds Them" width="400">
33
</p>
44

5-
# Wairz
5+
# WAIRZ
66

77
**AI-assisted firmware reverse engineering and security assessment platform.**
88

99
Upload firmware images, unpack them, explore the filesystem, analyze binaries, and conduct security assessments — all powered by AI analysis via [Model Context Protocol (MCP)](https://modelcontextprotocol.io/).
1010

11-
Connect [Claude Code](https://docs.anthropic.com/en/docs/claude-code) or [Claude Desktop](https://claude.ai/download) to Wairz's 60+ analysis tools through MCP, and use your own Claude subscription for AI-driven firmware security research.
11+
Connect [Claude Code](https://docs.anthropic.com/en/docs/claude-code) or [Claude Desktop](https://claude.ai/download) to WAIRZ's 60+ analysis tools through MCP, and use your own Claude subscription for AI-driven firmware security research.
1212

1313
---
1414

@@ -98,12 +98,12 @@ Claude Code / Claude Desktop
9898
```
9999

100100
1. **Upload** a firmware image through the web UI
101-
2. **Wairz unpacks** the firmware automatically (SquashFS, JFFS2, UBIFS, CramFS, ext, CPIO)
101+
2. **WAIRZ unpacks** the firmware automatically (SquashFS, JFFS2, UBIFS, CramFS, ext, CPIO)
102102
3. **Explore** the extracted filesystem, analyze binaries, and assess security — through the browser or AI
103103
4. **Connect Claude** via MCP to run autonomous analysis with 60+ specialized tools
104104

105105
---
106106

107107
## License
108108

109-
Wairz is open source under the [AGPL-3.0 License](https://github.com/digitalandrew/wairz/blob/main/LICENSE).
109+
WAIRZ is open source under the [AGPL-3.0 License](https://github.com/digitalandrew/wairz/blob/main/LICENSE).
174 KB
Loading

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
site_name: Wairz
1+
site_name: WAIRZ
22
site_url: https://wairz.ai
33
site_description: AI-assisted firmware reverse engineering and security assessment platform
44
repo_url: https://github.com/digitalandrew/wairz

0 commit comments

Comments
 (0)