awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
alufers avatar

alufers/mitmproxy2swagger

0
View on GitHub↗
9,530 estrellas·364 forks·HTML·2 vistas

Mitmproxy2swagger

mitmproxy2swagger is a tool that transforms captured mitmproxy network traffic into structured OpenAPI schemas for reverse-engineering REST APIs. It functions as an OpenAPI schema converter and network traffic documentation utility, extracting API endpoints and data structures from captured network packets to create formal technical references.

The tool enables the reconstruction of undocumented APIs by converting intercepted HTTP request and response patterns into specifications. It supports merging multiple traffic capture files into a single schema to incrementally expand an API map and utilizes templates to filter specific network paths for the final output.

The system employs heuristic-based type inference to determine data structures and pairs matching network transactions to integrate concrete request and response examples into the generated documentation. These capabilities automate the conversion of raw network traffic analysis into standardized API definitions.

Features

  • Traffic-Based Generation - Converts HTTP traffic from flow files into OpenAPI schemas to reverse-engineer REST APIs.
  • Schema Mapping - Maps intercepted HTTP properties to the structured fields of the OpenAPI specification format.
  • API Documentation Generators - Generates technical specifications for APIs by capturing real-world usage instead of manual writing.
  • OpenAPI Specification Generators - Creates structured OpenAPI schemas from captured HTTP flows to automate the documentation of REST endpoints.
  • Traffic-to-Specification Conversion - Transforms intercepted network traffic into structured OpenAPI specifications to document API endpoints.
  • Traffic Documentation Tools - Extracts API endpoints and data structures from captured network packets to create technical API references.
  • Network Traffic Analyzers - Converts raw mitmproxy captures into readable API definitions to analyze request and response patterns.
  • Traffic Flow Parsing - Extracts HTTP request and response data from binary capture archives to reconstruct network interactions.
  • API Reverse-Engineering Tools - Documents undocumented APIs by converting intercepted HTTP request and response patterns into formal specifications.
  • Traffic-Based Reverse Engineering - Reconstructs API documentation from intercepted network traffic to understand how undocumented services work.
  • Type Inference Engines - Employs heuristic-based type inference to determine data structures for API parameters by analyzing captured traffic.
  • Traffic-to-Schema Conversion - Turns mitmproxy flow files and traffic archives into standardized API documentation with request and response examples.
  • Specification Merging - Combines data from multiple capture files into a single schema to incrementally expand an API specification.
  • Schema Merging - Combines multiple capture datasets into a single schema to build a comprehensive API map over time.
  • URI Pattern Filtering - Uses a predefined list of URI patterns to include or exclude specific endpoints from the final output.
  • OpenAPI Example Document Generation - Adds sample headers and body data from captured network traffic to the resulting OpenAPI specification.
  • Transaction Pairing - Pairs matching network transactions to generate concrete example bodies and headers for each endpoint.
  • Path Filters - Provides templates to select specific network paths to include or ignore in the final API specification.
  • REST API Security Tools - Reverse-engineers REST APIs by capturing and analyzing traffic.

Historial de estrellas

Gráfico del historial de estrellas de alufers/mitmproxy2swaggerGráfico del historial de estrellas de alufers/mitmproxy2swagger

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Mitmproxy2swagger

Proyectos open-source similares, clasificados según cuántas características comparten con Mitmproxy2swagger.
  • surnet/swagger-jsdocAvatar de Surnet

    Surnet/swagger-jsdoc

    1,787Ver en GitHub↗

    Swagger-jsdoc is a documentation utility that automates the creation of standardized interface specifications for web services and RESTful endpoints. It functions as a documentation builder that extracts metadata directly from source code comments and configuration files to maintain synchronized interface definitions alongside application logic. The tool parses code structures and merges disparate configuration files to produce machine-readable documentation that adheres to industry standards. By utilizing rule-based validation, it ensures that the generated output complies with formal struct

    JavaScriptjsdocopenapiswagger
    Ver en GitHub↗1,787
  • wireshark/wiresharkAvatar de wireshark

    wireshark/wireshark

    9,477Ver en GitHub↗

    Wireshark is a network protocol analyzer and traffic inspector used for capturing and inspecting network traffic. It functions as a packet capture tool that intercepts live data from network interfaces and a TCP/IP dissector that decodes network protocol layers to translate raw binary packets into human-readable fields. The system provides capabilities for protocol stream reconstruction, grouping related packets into cohesive conversations between endpoints. It also operates as a packet file converter, allowing for the reading, modification, and conversion of network capture files across vari

    Cpacket-capturestratosharktshark
    Ver en GitHub↗9,477
  • andrewwalsh/openapi-devtoolsAvatar de AndrewWalsh

    AndrewWalsh/openapi-devtools

    4,295Ver en GitHub↗

    openapi-devtools is a browser extension and OpenAPI specification generator that captures network traffic to automatically document the API structures of websites and applications. It functions as an HTTP traffic capturer and browser-based documentation tool, mapping real-time network requests into standardized API specifications. The tool enables API reverse engineering by intercepting outbound HTTP traffic and using heuristic-based merging to combine headers, bodies, and parameters from multiple requests into unified endpoint definitions. These captured definitions can be visualized as huma

    TypeScript
    Ver en GitHub↗4,295
  • domaindrivendev/swashbuckle.aspnetcoreAvatar de domaindrivendev

    domaindrivendev/Swashbuckle.AspNetCore

    5,492Ver en GitHub↗

    Swashbuckle.AspNetCore is an API specification tool and documentation generator for ASP.NET Core. It extracts metadata from source code and models to produce standardized OpenAPI specifications and interactive browser interfaces for exploring and testing web APIs. The project integrates a middleware component to serve these specifications and a Swagger UI for interactive API testing directly from a running application. It also provides a command-line exporter to extract specification files from application assemblies for use in CI/CD pipelines. The tool covers a wide range of capabilities in

    C#
    Ver en GitHub↗5,492
Ver las 30 alternativas a Mitmproxy2swagger→

Preguntas frecuentes

¿Qué hace alufers/mitmproxy2swagger?

mitmproxy2swagger is a tool that transforms captured mitmproxy network traffic into structured OpenAPI schemas for reverse-engineering REST APIs. It functions as an OpenAPI schema converter and network traffic documentation utility, extracting API endpoints and data structures from captured network packets to create formal technical references.

¿Cuáles son las características principales de alufers/mitmproxy2swagger?

Las características principales de alufers/mitmproxy2swagger son: Traffic-Based Generation, Schema Mapping, API Documentation Generators, OpenAPI Specification Generators, Traffic-to-Specification Conversion, Traffic Documentation Tools, Network Traffic Analyzers, Traffic Flow Parsing.

¿Qué alternativas de código abierto existen para alufers/mitmproxy2swagger?

Las alternativas de código abierto para alufers/mitmproxy2swagger incluyen: andrewwalsh/openapi-devtools — openapi-devtools is a browser extension and OpenAPI specification generator that captures network traffic to… wireshark/wireshark — Wireshark is a network protocol analyzer and traffic inspector used for capturing and inspecting network traffic. It… surnet/swagger-jsdoc — Swagger-jsdoc is a documentation utility that automates the creation of standardized interface specifications for web… integuru-ai/integuru — Integuru is a system of AI-driven agents and frameworks designed to document undocumented APIs and convert network… encode/apistar — APIStar is an OpenAPI framework providing a toolkit for building and verifying web APIs. It functions as an API schema… domaindrivendev/swashbuckle.aspnetcore — Swashbuckle.AspNetCore is an API specification tool and documentation generator for ASP.NET Core. It extracts metadata…