Modular web analysis ecosystem — cybersecurity, scraping, auditing and more
| Tool | Focus | Status |
|---|---|---|
| samurai | Web cybersecurity analysis | Released (v2.5.0) |
| shinobi | Stealth web scraping with anti-blocking | Released (v0.1.0) |
| tengu | Web quality auditor | Released (v0.2.0) |
| kensei | Web technology stack profiler | In development (v0.3.0) |
| kabuki | WAF and CDN analysis | In development (v0.1.0) |
| yari | API security testing | In development (v0.1.0) |
| musha | Web content and DOM analysis | In development (v0.2.0) |
| azuma | Web form and authentication flow analyzer | In development (v0.3.0) |
- xwa-sdk — shared data schemas and API contracts (v0.2.0)
- meta — documentation, roadmap and orchestration
Every tool runs 100% locally with SQLite:
git clone https://github.com/xwebanalysis/<tool>.git
cd <tool>
./<tool>.sh localWith all repositories checked out side by side, ./xwa.sh up starts the whole suite on distinct ports.