We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Created gRPC API Discovery (markdown)
Updated _Sidebar (markdown)
docs(wiki): describe two crawler backends; drop stale Katana references Crawler now uses a headless Chrome backend (go-rod, default) or a dependency-free stdlib net/http engine (--headless=false). Updates Architecture, FAQ, and Home to match the current code; removes obsolete 'powered by Katana' wording.
Updated wiki pages from marketing
Rewrite wiki for SEO and accuracy Replace 11 stale pages (described old probe-based architecture) with 14 pages matching the actual two-stage pipeline tool. Page titles target long-tail search queries for API discovery, Burp Suite import, OpenAPI generation, GraphQL introspection, and SOAP/WSDL workflows.
docs(wiki): add keyword-rich documentation pages for SEO Add comprehensive wiki pages with SEO-optimized content: - Configuration.md: Complete YAML configuration reference - Probe-Architecture.md: Technical deep-dive into probe system - OpenAPI-Discovery-Guide.md: OpenAPI/Swagger discovery guide - GraphQL-Introspection-Guide.md: GraphQL enumeration guide - gRPC-Reflection-Guide.md: gRPC service discovery guide All content based on actual source code analysis per enforcing-evidence-based-analysis skill.
docs: add comprehensive wiki documentation Add 6 wiki pages for SEO and discoverability: - Home: Overview and navigation - Installation: Setup instructions - Probes: Detailed probe documentation - Output-Formats: JSON, SARIF, NDJSON options - Use-Cases: Security assessment examples - Troubleshooting: Common issues and solutions
Initial Home page