Discover and explore top open-source AI tools and projects—updated daily.
MousewwAI-driven desktop app for automated web protocol analysis
New!
Top 21.8% on SourcePulse
Summary Anything Analyzer automates web protocol reverse engineering, encryption analysis, and security auditing. It targets developers, security researchers, and crawler engineers by leveraging an embedded browser and AI to analyze web traffic, significantly reducing manual effort and generating detailed API documentation, authentication flows, and code reproductions.
How It Works The application embeds a browser controlled via Chrome DevTools Protocol (CDP) to capture network requests, JS execution, and storage changes. A two-stage AI pipeline filters irrelevant traffic (Phase 1) then performs deep analysis (Phase 2). It features JS hooking for dynamic analysis of functions and encryption libraries, and supports external LLM providers.
Quick Start & Requirements
cd, pnpm install.Highlighted Details
fetch, XMLHttpRequest, crypto.subtle, document.cookie, and popular JS encryption libraries (CryptoJS, JSEncrypt, node-forge, SM2/3/4).Maintenance & Community Community engagement is encouraged via the LinuxDo platform for technical exchanges and AI information sharing.
Licensing & Compatibility Licensed under the MIT License, permitting broad use, including commercial applications and integration into closed-source projects.
Limitations & Caveats This tool is for analysis only; it does not modify or intercept requests (not a man-in-the-middle proxy) and is not an automated testing framework. Analysis is limited to HTTP/HTTPS, WebSocket, and SSE. Users are responsible for legal compliance, as the tool requires external LLMs and cannot perform illegal operations.
23 hours ago
Inactive