anything-analyzer

anything-analyzer

All-in-one protocol analysis tool supporting full-scenario packet capture and AI-powered intelligent analysis.

MCPDevOpen source
Type
MCP
Open source
Yes
GitHub Stars
★ 3.0k
Source
mcp-github

Overview

Anything Analyzer is an all-in-one protocol analysis tool that supports packet capture across various scenarios including web pages, desktop applications, terminal commands, script programs, and mobile apps. It features a built-in MITM proxy and embedded browser, unifying requests from all sources into a single session for automatic reverse analysis via AI. The tool offers multiple analysis modes, including API reverse engineering, security auditing, and performance analysis. Suitable for developers, security researchers, and reverse engineers. Can be accessed by downloading the installer or building from source.

Capabilities

  • Full-scenario packet capture (web, desktop apps, terminal commands, script programs, mobile apps)
  • AI-powered intelligent analysis (API reverse engineering, security auditing, performance analysis)
  • JS Hook injection (intercept encrypted calls)
  • Encryption code extraction (extract encryption-related code from JS files)
  • Streaming output + multi-round questioning

Use cases

Reverse engineering website APIsReverse engineering app protocolsJS encryption reverse engineeringSecurity auditing

Setup

Requires: API Key (OpenAI / Anthropic / 兼容API)Node环境
Download the installer for your platform from the Releases page, or build from source:
```bash
git clone https://github.com/MouseWW/anything-analyzer.git
cd anything-analyzer
npm install
npm dev
```

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

How to configure LLM?

Enter the API Key in Settings → LLM.

How to enable MITM proxy?

Install the CA certificate and enable the proxy in Settings → MITM proxy.

Which platforms are supported?

Supports Windows, macOS (Apple Silicon and Intel), and Linux.

Related skills