Tag

mitmproxy

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Jul 2, 2022 · Backend Development

Guide to Capturing and Parsing Douyin User Data with Fiddler, mitmproxy, and Python

This tutorial explains how to set up Fiddler and mitmproxy to intercept Douyin traffic, automatically save JSON responses using custom scripts, and then parse and store the extracted user information in CSV files with Python, providing step‑by‑step instructions and code examples.

CSVDouyinFiddler
0 likes · 6 min read
Guide to Capturing and Parsing Douyin User Data with Fiddler, mitmproxy, and Python
360 Quality & Efficiency
360 Quality & Efficiency
Jun 10, 2022 · Information Security

Applying mitmproxy for Mobile Advertising Testing and Custom Field Validation

This article introduces mitmproxy, explains its proxy modes and MITM operation, and demonstrates how to use Python scripts with mitmproxy to automate multi‑field validation and encryption handling in mobile advertising testing, offering a flexible alternative to traditional capture tools.

EncryptionMobile AdvertisingProxy
0 likes · 6 min read
Applying mitmproxy for Mobile Advertising Testing and Custom Field Validation
Python Programming Learning Circle
Python Programming Learning Circle
Jan 18, 2022 · Mobile Development

Automated Douyin Video Scraping with Python, mitmproxy, and Appium

This tutorial explains how to set up Python, mitmproxy, and Appium on Windows to automatically capture Douyin video URLs, download the videos, and automate scrolling on an Android device, providing a complete end‑to‑end solution for mobile video scraping.

DouyinVideo DownloadWeb Scraping
0 likes · 7 min read
Automated Douyin Video Scraping with Python, mitmproxy, and Appium
DeWu Technology
DeWu Technology
Jan 29, 2021 · Backend Development

Non‑Intrusive HTTP Mock Platform (Hulk): Architecture, Implementation, and Deployment

Hulk is a non‑intrusive HTTP mock platform built with Django, mitmproxy, Vue, MongoDB and MySQL that lets teams mock client‑side, gateway-level and inter‑service APIs via configurable responses, without modifying production code, thereby reducing test‑data creation effort, stabilizing automation and improving overall testing efficiency.

BackendDjangoHTTP
0 likes · 14 min read
Non‑Intrusive HTTP Mock Platform (Hulk): Architecture, Implementation, and Deployment
Efficient Ops
Efficient Ops
Aug 1, 2019 · Operations

Mastering Packet Capture: When to Use Wireshark, Tcpdump, Charles, or mitmproxy

This guide compares five popular packet‑capture tools—Wireshark, Tcpdump, Charles, and mitmproxy—explaining their strengths, weaknesses, installation steps, filter syntax, and best‑use scenarios for developers and testers needing efficient network debugging.

CharlesWiresharkmitmproxy
0 likes · 14 min read
Mastering Packet Capture: When to Use Wireshark, Tcpdump, Charles, or mitmproxy
360 Tech Engineering
360 Tech Engineering
Aug 30, 2018 · Mobile Development

Mobile H5 Performance Testing: Challenges, Solutions, and Tool Comparisons

This article examines the difficulties of mobile H5 performance testing—including root‑required tcpdump, JavaScript injection, HTTPS pcap parsing, and white‑screen timing—provides background on mobile browsers, outlines performance metrics, compares four testing approaches, and describes a WebView monitoring workflow with data conversion and visualization.

H5TestingWebView
0 likes · 10 min read
Mobile H5 Performance Testing: Challenges, Solutions, and Tool Comparisons
360 Quality & Efficiency
360 Quality & Efficiency
Aug 29, 2018 · Frontend Development

Mobile H5 Performance Testing: Challenges, Solutions, and Tool Comparison

This article examines the difficulties of automating mobile H5 performance testing—such as root‑required tcpdump, HTTPS pcap parsing, and ambiguous white‑screen timing—and presents background on mobile browsers, W3C performance metrics, and a comparative review of practical testing tools and a custom WebView monitoring workflow.

TestingWebViewfrontend
0 likes · 10 min read
Mobile H5 Performance Testing: Challenges, Solutions, and Tool Comparison
转转QA
转转QA
Aug 29, 2018 · Mobile Development

Using Mitmproxy for Automated Mobile H5 Performance Testing

The article introduces a comprehensive H5 performance automation platform for mobile devices that combines a management console, agents, mitmproxy, and Harviewer to capture, process, and visualize HTTP/HTTPS traffic, addressing limitations of traditional tools like Charles and Fiddler.

H5 performanceProxyautomation
0 likes · 5 min read
Using Mitmproxy for Automated Mobile H5 Performance Testing