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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
kasketis avatar

kasketis/netfox

0
View on GitHub↗
3,754 stars·401 forks·Swift·MIT·18 views

Netfox

Netfox is an iOS and macOS network debugging library designed to intercept and monitor HTTP traffic. It functions as an in-app HTTP traffic inspector that captures request headers and response bodies for real-time network analysis.

The tool provides a network performance monitor to calculate response times and data sizes, as well as a network log exporter for sharing captured request and response data via email.

The project covers network analysis capabilities including traffic filtering to exclude specific URLs, request body capture, and a debug interface that can be toggled via programmatic calls or device gestures.

Features

  • Traffic Interception - Intercepts network traffic by hooking into session configurations to capture outgoing and incoming HTTP data.
  • Network Traffic Monitors - Provides an in-app tool for monitoring network traffic in real-time to debug HTTP requests and responses.
  • Request-Response Buffers - Buffers intercepted HTTP messages in memory to allow for real-time inspection and statistics calculation.
  • API Response Inspection - Provides tools for analyzing and verifying the structure and content of network API responses in real time.
  • HTTP Request Inspectors - Functions as an in-app overlay that captures and inspects HTTP requests for debugging and development.
  • iOS Network Debugging - Captures and analyzes network traffic generated by native iOS applications to identify API issues.
  • macOS Network Debugging - Intercepts and analyzes network traffic on macOS to debug connectivity and payload data during development.
  • Network Traffic Logs - Provides a system for searching and analyzing persistent logs of intercepted network request and response data.
  • Real-Time Traffic Monitoring - Tracks outgoing network requests and response times in real time using an on-screen debugging interface.
  • Performance Metric Aggregators - Computes average response times and total payload sizes to provide performance metrics for network requests.
  • Network Statistics APIs - Exposes calculated network performance and timing statistics for specific request types.
  • Network Performance Analyzers - Audits the timing and payload size of network requests to analyze application network statistics.
  • Predicate-Based Request Filtering - Evaluates boolean predicates to exclude specific URLs or hosts from the captured network logs.
  • Traffic Log Exporters - Serializes captured network traffic logs into plain text formats for sharing via email.
  • Network Traffic Analysis - Isolates and filters network data by excluding specific URLs or hosts to reduce debugging noise.
  • Application Performance Profiling - Measures average response times and data sizes to identify performance bottlenecks in the network layer.
  • Network Archive Exports - Exports captured HTTP network traffic into formats that facilitate the reproduction and debugging of API failures.
  • Payload Capturers - Captures and stores HTTP body data to bypass logging limitations for detailed network analysis.
  • Networking Frameworks - Provides one-line network debugging and interception.
  • Debugging Tools - Lightweight network debugging library.
  • iOS and macOS Utilities - Lightweight network debugging library for iOS and macOS.
  • Network Analysis and Proxies - Lightweight network debugging library for mobile apps.

Star history

Star history chart for kasketis/netfoxStar history chart for kasketis/netfox

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Netfox

Similar open-source projects, ranked by how many features they share with Netfox.
  • yagiz/bagelyagiz avatar

    yagiz/Bagel

    4,422View on GitHub↗

    Bagel is a native network debugging and inspection system designed to capture and monitor HTTP traffic from iOS simulators and physical hardware. It functions as an HTTP traffic inspector and device-based monitor that organizes captured network requests by project and device. The tool enables the interception of network requests directly within the operating system, removing the requirement for manual proxy configurations or the installation of custom security certificates. It provides capabilities for mobile traffic analysis and network debugging, including the ability to group intercepted

    Swiftalamofiredebugios
    View on GitHub↗4,422
  • pmusolino/wormholypmusolino avatar

    pmusolino/Wormholy

    2,600View on GitHub↗

    iOS network debugging, like a wizard 🧙‍♂️

    Swift
    View on GitHub↗2,600
  • flipboard/flexFlipboard avatar

    Flipboard/FLEX

    14,610View on GitHub↗

    FLEX is an in-app debugging tool and runtime exploration environment for iOS applications. It provides an integrated suite for inspecting and modifying the internal state of a running process without the use of an external debugger. The project includes a runtime inspector for browsing the memory heap and calling methods dynamically, alongside a view hierarchy debugger for visualizing and adjusting layout structures in real time. It features a network traffic monitor to log and analyze HTTP request history, headers, and responses, as well as a sandbox manager for viewing and editing files and

    Objective-C
    View on GitHub↗14,610
  • square/ponydebuggersquare avatar

    square/PonyDebugger

    5,854View on GitHub↗

    PonyDebugger is a suite of iOS-specific debugging tools that provides web-based interfaces for network inspection, data browsing, log streaming, and view hierarchy analysis. It enables the remote examination of a running iOS application through a browser. The project integrates with the Chrome DevTools protocol to bring network traffic inspection and proxying capabilities to native iOS applications. It also provides a read-only web interface for browsing managed objects and local data entities stored on the device. Additional capabilities include a remote logging console for streaming text a

    Objective-C
    View on GitHub↗5,854
See all 30 alternatives to Netfox→

Frequently asked questions

What does kasketis/netfox do?

Netfox is an iOS and macOS network debugging library designed to intercept and monitor HTTP traffic. It functions as an in-app HTTP traffic inspector that captures request headers and response bodies for real-time network analysis.

What are the main features of kasketis/netfox?

The main features of kasketis/netfox are: Traffic Interception, Network Traffic Monitors, Request-Response Buffers, API Response Inspection, HTTP Request Inspectors, iOS Network Debugging, macOS Network Debugging, Network Traffic Logs.

What are some open-source alternatives to kasketis/netfox?

Open-source alternatives to kasketis/netfox include: yagiz/bagel — Bagel is a native network debugging and inspection system designed to capture and monitor HTTP traffic from iOS… pmusolino/wormholy — iOS network debugging, like a wizard 🧙‍♂️. flipboard/flex — FLEX is an in-app debugging tool and runtime exploration environment for iOS applications. It provides an integrated… square/ponydebugger — PonyDebugger is a suite of iOS-specific debugging tools that provides web-based interfaces for network inspection,… oisf/suricata — Suricata is an open-source network intrusion detection and prevention engine that analyzes live network traffic in… dstotijn/hetty — Hetty is an HTTP intercepting proxy and web security research toolkit used to capture, inspect, and modify traffic…