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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
alufers avatar

alufers/mitmproxy2swagger

0
View on GitHub↗
9,530 stars·364 forks·HTML·2 vues

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.

Historique des stars

Graphique de l'historique des stars pour alufers/mitmproxy2swaggerGraphique de l'historique des stars pour alufers/mitmproxy2swagger

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Mitmproxy2swagger

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Mitmproxy2swagger.
  • surnet/swagger-jsdocAvatar de Surnet

    Surnet/swagger-jsdoc

    1,787Voir sur 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
    Voir sur GitHub↗1,787
  • wireshark/wiresharkAvatar de wireshark

    wireshark/wireshark

    9,477Voir sur 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
    Voir sur GitHub↗9,477
  • andrewwalsh/openapi-devtoolsAvatar de AndrewWalsh

    AndrewWalsh/openapi-devtools

    4,295Voir sur 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
    Voir sur GitHub↗4,295
  • domaindrivendev/swashbuckle.aspnetcoreAvatar de domaindrivendev

    domaindrivendev/Swashbuckle.AspNetCore

    5,492Voir sur 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#
    Voir sur GitHub↗5,492
Voir les 30 alternatives à Mitmproxy2swagger→

Questions fréquentes

Que fait 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.

Quelles sont les fonctionnalités principales de alufers/mitmproxy2swagger ?

Les fonctionnalités principales de alufers/mitmproxy2swagger sont : Traffic-Based Generation, Schema Mapping, API Documentation Generators, OpenAPI Specification Generators, Traffic-to-Specification Conversion, Traffic Documentation Tools, Network Traffic Analyzers, Traffic Flow Parsing.

Quelles sont les alternatives open-source à alufers/mitmproxy2swagger ?

Les alternatives open-source à alufers/mitmproxy2swagger incluent : 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…