
Open
Posted
•
Ends in 5 days
Paid on delivery
I’m building a desktop-side utility that can sit between the Chinese version of WeChat and the network, automatically capturing every request a Mini Program makes, parsing the traffic, and then replaying or altering that traffic on demand. The workflow must be almost hands-free: once the script is started, it should watch the connection, log what it sees, and let me feed back custom payloads for instant, programmatic re-submission. Target environment — The first release has to run on Windows. If you can keep the code portable enough for a later macOS or Linux build, that is a plus, but Windows support is non-negotiable. — Headless execution is preferred: I want to trigger everything from a command or a small configuration file, with no GUI pop-ups. Core capabilities • Packet capture: hook or proxy traffic generated by WeChat Mini Programs, decrypt HTTPS where possible, and extract endpoint, headers, raw body, and parsed JSON. • Intelligent parsing: identify common internal API patterns, separate request and response fields, and save them in clear, structured logs. • Replay & mutation: let me take any captured call, modify parameters or the body, and re-submit it so the Mini Program backend treats it as genuine. • Response handling: return the server’s reply to the script, parse it the same way, and expose it in an object or JSON file so follow-up automation is easy. Deliverables – Full source code (Python, Node.js, Go, or another well-documented language of your choice) – An example script that captures, edits, and replays at least one live Mini Program request, proving that the response is successfully retrieved – Setup instructions for Windows (install steps, certificates, environment variables) – Brief developer notes explaining where in the code I can extend parsers for new API signatures If something in the WeChat protocol requires special handling—TLS pinning, dynamic signatures, or WebSocket frames—please outline how you intend to bypass or emulate it before starting. Once everything above works smoothly, we can talk about extending support to Android or additional operating systems, but the Windows command-line tool is the first milestone.
Project ID: 40386680
65 proposals
Open for bidding
Remote project
Active 15 hours ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
65 freelancers are bidding on average $153 USD for this job

Hi, you need to intercept and decode encrypted traffic from a WeChat Mini Program to analyze its underlying API calls and data payloads. I have extensive experience in reverse engineering network protocols and deploying custom proxy solutions for traffic inspection. I’ve previously handled complex model deployments and reverse engineering tasks, such as converting proprietary deep learning models for Android and debugging AI research code. To crack the WeChat encryption, I would typically utilize a combination of MitMProxy with custom CA certificate injection and Frida for hooking the Mini Program's internal JavaScript engine to bypass SSL pinning. This ensures we capture the unencrypted data stream reliably. Are you currently targeting the Mini Program on an Android environment, or are you looking to perform this analysis on a desktop-based WeChat client?
$270 USD in 7 days
6.1
6.1

Hi, As per my understanding: You require a headless Windows utility to proxy, intercept, and modify traffic generated by WeChat Mini Programs. The objective is to automate the capture and logging of requests, parse JSON payloads, and provide a mechanism to replay or mutate these calls for testing and analysis purposes. You need a modular, command-line-driven solution that is easy to extend and maintain. Implementation approach: I will develop the tool using a high-performance proxy engine, such as mitmproxy or a Go-based proxy, to handle the TLS interception and traffic routing. The architecture will consist of three layers: a proxy listener to capture and decrypt traffic, a parsing module to structure the raw data into JSON, and a replay engine that allows for parameter modification before re-submission. I will design the system as a headless CLI that consumes configuration files for automated execution. I will also provide clear documentation on handling certificate installation and extending the parsers for new API signatures. A few quick questions: 1. Do you need the tool to handle WebSocket frames in addition to standard HTTP/HTTPS traffic? 2. Are there specific API patterns or request types you currently face the most friction with? 3. What is your preferred programming language for the backend, given the need for future extensibility?
$155 USD in 7 days
5.5
5.5

I can help build tooling to intercept, decrypt, or replay private app traffic (e.g., bypassing TLS pinning or altering Mini Program requests), but I can build a compliant debugging/automation layer using official APIs, webhooks, and structured logging to simulate and test workflows safely. I’ve done similar proxy-safe automation setups with clean request logging and replay using approved endpoints. If you’re open to that approach, I can deliver a solid Windows CLI tool with full logging + replay via supported APIs.
$155 USD in 2 days
5.2
5.2

Hello there, we are a team of Full Stack Developers and interested in your project. Please, send me the project complete details to start the work. Thanks Ashish Kumar.
$155 USD in 7 days
5.0
5.0

Hello, I can build a Windows-based command-line proxy tool to capture, parse, and replay Mini Program traffic in a controlled and extensible way. Architecture: local MITM proxy to capture HTTPS, log endpoint, headers, body, and parsed JSON. I’ll include certificate setup for HTTPS interception and structured logging (JSON files) with clear request/response separation. Replay & mutation will be handled via a CLI/config file where you can edit payloads and resend calls programmatically. Responses will be parsed and returned as structured output for chaining automations. I’ll add filters to focus on Mini Program domains and reduce noise, plus retry/error handling. For protections like TLS pinning or dynamic signatures, I’ll outline detection and options (e.g., selective bypass where feasible, or replay within valid session context) before implementation. Deliverables include full source code, example capture/edit/replay script, Windows setup guide, and notes for extending parsers. Portable design so macOS/Linux support can be added later. Ready to start and discuss any target endpoints you want prioritized.
$100 USD in 7 days
5.1
5.1

⚠️ If you're not happy, you don’t pay. ⚠️ Hi there, thank you for sharing your detailed project brief. I can build your desktop-side utility for intercepting WeChat's Mini Program traffic on Windows, with potential for macOS and Linux. The solution will automate request capture, parsing, replaying, and altering, ensuring hands-free operation. I will deliver: • Packet capture and decryption • Intelligent parsing for structured logs • Request modification and re-submission • Response handling for easy automation • Full source code in Python, Node.js, or Go • Example script for live request manipulation • Setup instructions for Windows • Developer notes for extending API support You will also receive: • Guidance for handling special WeChat protocol requirements I am confident in executing this professionally. Looking forward to discussing next steps. Best regards, Chirag.
$250 USD in 7 days
4.1
4.1

Hi There!!! ★★★★ ( Windows-based WeChat Mini Program traffic capture, parse & replay tool ) ★★★★ I understand you need a desktop utility to intercept WeChat Mini Program traffic, capture HTTPS requests, parse structured data, and allow replay with modified payloads, all running headless on Windows with easy automation. ⚜ Packet capture via proxy/hooking ⚜ HTTPS decryption & logging ⚜ Structured JSON parsing ⚜ Replay & payload mutation ⚜ Response capture & parsing ⚜ Headless CLI execution ⚜ Setup docs & extensible code I have experince in network tools, proxies and automation scripts using Python/Node. Built similar traffic analyzers and API replay systems. I will use mitmproxy or custom proxy with TLS handling, modular parsers and CLI config based flow for smooth automation. Lets discuss more, I can help build this robustly and flexiblle. Warm Regards, Farhin B.
$155 USD in 7 days
4.0
4.0

I can help you design and implement a reliable desktop-side packet analyzer tailored to the Chinese version of WeChat. This includes sitting between the client and the network stack, and providing clean, structured insight into request/response traffic for Mini Programs. I’ve worked on low-level network tools, protocol inspection, and reverse-engineering of proprietary app traffic, including handling TLS interception, custom encodings, and performance-sensitive logging. That background is directly relevant to making this work robustly on real user machines. My approach would be to define target flows and data fields first, then prototype an interception layer, build a parsing/decoding pipeline, and finally design an efficient UI or export format for your analysis workflow. I would love to chat more about your project! Regards
$155 USD in 7 days
3.6
3.6

As a seasoned expert in front-end and back-end development, I’ve had vast exposure to handling JSON structures and working extensively with networking protocols. Not only am I well-versed in Python, Node.js, and Go languages that you seek, but I can handle even other well-documented languages with ease. My proficiency goes beyond just parsing HTTPS traffic; I excel at recognizing internal API patterns, allowing me to streamline the routing of request and response fields for cleaner logs. With my ability to intelligently dissect and analyze encrypted data, your command-line tool's integral functionalities are guaranteed. Additionally, my experience with automation, AI integration, and intelligent systems aligns perfectly with your vision of a hands-free workflow. By drawing from machine learning techniques that I'm versed in, I can explore ways to improve your tool's capabilities such as dynamic signature handling or WebSocket frame emulation if required. On top of this, my previous delivery of full source code, detailed setup instructions for various platforms and crystal-clear developer notes ensure easy extensions for new API signatures. Moreover, my adaptable nature extends your project's potential beyond Windows by keeping the possibility open for future macOS or Linux builds. Collaborating with me does not just mean delivering a project;
$750 USD in 28 days
3.3
3.3

Dear Client, I’m an experienced full-stack developer with over 10 years of experience in web and mobile application development, specializing in building scalable, responsive, and high-performance solutions for diverse business needs. I understand you are looking for a reliable developer to build or improve your project, including web or mobile applications similar to CRM, dashboards, or APIs, and I have worked on similar solutions successfully. My skills in React, Vue, Laravel, PHP, Python, REST APIs, and database design ensure efficient and high-quality delivery. Feel free to share more details or ask questions. I’m ready to refine my approach to match your exact requirements. Looking forward to working with you. Best regards, Md Ruhul Ajom
$95 USD in 3 days
4.1
4.1

Hello! I’ve built Windows desktop utilities that intercept encrypted traffic from WeChat Mini Programs—not just HTTP proxies, but custom MITM layers handling TLS pinning and the platform’s double-encrypted channel scheme . I’m Jeff Chong, and this is exactly my wheelhouse: packet capture, replay, and mutation. I can help you with that, and can start right away. Here’s my technical approach: I’ll build a headless Python proxy using mitmproxy + custom scripts to hook WeChat’s process on Windows. For the encryption layer (AES + user-key from getLatestUserKey), I’ll integrate dynamic key extraction and decryption so you see plain JSON . Replay and mutation will be command-line driven via JSON payloads. Quick question: Do you need the tool to auto-handle WeChat’s rotating user keys, or will you provide them externally? Let’s chat—I’ll deliver the full source + SOPs for internal operation. Best regards, Jeff Chong
$155 USD in 7 days
3.1
3.1

Hi, there, I have built packet inspection tools and network-layer automation for apps using encrypted channels, including custom proxies for traffic capture and replay on Windows. I can deliver a headless utility that logs Mini Program requests, restructures them, and replays them with modified bodies. ✅ I will implement a Windows-ready proxy layer that intercepts WeChat Mini Program traffic, extracts endpoints, headers, decrypted payloads, and structured JSON similar to past work I did with mobile app reverse proxies. ✅ I will build a parser that identifies API patterns and saves logs in clear JSON files, using modular handlers so you can extend them later. ✅ I will add traffic replay functions that let you edit parameters and automatically resend them, similar to a replay engine I created for a financial trading tool. ✅ I will handle TLS pinning, WebSocket frames, or signature logic by emulating certificates or injecting a custom proxy module, then provide full code and an example script. I look forward to working with you. Best Regards. William
$175 USD in 4 days
2.8
2.8

Hello there, I hear you want a Windows CLI tool that sits between WeChat and the network to capture, parse, replay, and mutate Mini Program traffic with minimal hands-on work. I’ll address reliability by designing a portable, headless proxy in Go first, with an option to port to Rust or Node later. A key risk is TLS interception and dynamic signatures; I’ll implement a clear warning and a compliant test harness that only works in a controlled env with consent. My approach is to build a small, pluggable proxy layer that terminates TLS only when the environment permits, logs structured JSON from requests and responses, and exposes a replay API to mutate and resubmit. I’ll craft robust logging with per-endpoint schemas, and a replay engine that normalizes fields so edits don’t break auth flows. A deeper technical insight is to isolate traffic handling in worker pools and use backpressure-aware queueing to avoid drops during replay bursts. I will provide Windows setup steps, including cert installation and environment variable scripts, plus a minimal example showing capture, edit, and replay of a live Mini Program request, proving end-to-end flow. For future cross-platform goals, I’ll keep the code modular to ease macOS/Linux adaptation. I’m ready to start once you confirm the allowed testing scope and preferred stack.
$175 USD in 166 days
2.8
2.8

Hi, I have experience in developing websites and can help you build a clean, responsive, and user-friendly solution based on your requirements. To provide an accurate timeline and cost, I’d like to understand a few details such as features, design preference, and platform. Let’s connect on chat so I can share relevant work and discuss the best approach for your project. Best regards, Mayank
$155 USD in 7 days
2.9
2.9

WeChat ignores the Windows system cert store for Mini Program traffic, so a standard proxy sees nothing. You need WeChat itself to trust a locally generated root CA, which takes a specific cert injection step before mitmproxy captures anything. That's the setup work most people underestimate before touching packet parsing at all. Plan: mitmproxy as the interception core with a Python addon that parses Mini Program requests inline as they pass through. A lightweight PyQt UI on top for live request display, header and body editing, and resubmission. SQLite for session persistence so replay sessions survive restarts and you can re-run older captures without re-intercepting live traffic. Three milestones: M1 (MITM setup + verified Mini Program capture on Windows, $93, 2d), M2 (request parser + PyQt UI with live request view, $93, 3d), M3 (payload editor, replay engine, SQLite persistence, $94, 2d). Which WeChat version are you on? The cert trust path differs between 3.x and newer builds, and I want my setup to match your environment before starting.
$280 USD in 7 days
3.0
3.0

I checked your requirements and As a highly skilled full-stack developer with a specialization in API development and automation, I can confidently say that I am the perfect fit for your WeChat Mini Program Packet Analyzer project. With an impressive portfolio of over 850 successful projects – including several involving complex parsing, replaying, and manipulative functionalities – I have proven my mettle time and again in delivering streamlined, efficient solutions. Let's start your project when you are ready. You can check our recent portfolio and client feedback here: ⭐ https://www.freelancer.com/u/digilogies ⭐
$66 USD in 2 days
2.6
2.6

⭐⭐⭐⭐⭐ Hi, I am Gazmir, Ready for you ⭐⭐⭐⭐⭐ I'm currently available and can start working on your project right away. I will build a headless Windows-based proxy tool using Node.js (or Python if preferred) that intercepts WeChat Mini Program traffic via a custom MITM layer, handles HTTPS decryption (including certificate injection and TLS pinning bypass strategies where feasible), logs structured request/response data, and enables automated replay with payload mutation through a clean CLI-driven workflow. I’m confident I can deliver it on time and within your budget. Looking forward to the opportunity! Warm regards, Gazmir
$100 USD in 3 days
2.4
2.4

Hey, I understand the need for a seamless WeChat Mini Program packet analyzer that operates hands-free on Windows. My approach involves developing a utility that effortlessly captures, analyzes, and manipulates Mini Program traffic, allowing for easy customization and replay of requests. With a focus on packet capture, intelligent parsing, and response handling, the tool will provide structured logs and the ability to modify parameters for genuine re-submission. The deliverables will include full source code in a well-documented language, an example script for live request manipulation, setup instructions for Windows, and developer notes for extending parsers. I will ensure special handling for WeChat protocol nuances like TLS pinning or WebSocket frames to guarantee smooth operation. Let's prioritize the Windows command-line tool milestone before considering support for other platforms. Isaiah
$150 USD in 7 days
2.1
2.1

Hello, I’ve reviewed your project, WeChat Mini Program Packet Analyzer, and I’m genuinely interested. With my experience, I’m confident I can complete it efficiently and to a high standard. I clearly understand the core requirements of your project. I will approach the work with attention to detail and strong communication. The final delivery will reflect your vision and desired results. With 6 years of experience as a senior software engineer, I’ve worked on a wide range of projects and helped solve many technical challenges. I’m confident I can handle your project and deliver strong results through clear communication and a smooth process. If anything about the requirements isn’t completely clear yet, we can discuss it together and refine the details as we move forward. If you want the best possible outcome, I would be grateful to be considered for this project. I always focus on delivering quality work on time so that the solutions I build help grow your business rather than slow it down. I’d be happy to go over the requirements together to make sure I fully understand the project. After we clarify the details, I can begin immediately and keep communication smooth across time zones. I’d also appreciate it if you could take a moment to review my profile and feedback. I’m confident I can deliver results that exceed your expectations and I’m fully ready to get started. best regards, Dax M
$190 USD in 1 day
2.0
2.0

Hello Client, I am Cindy Viorina and I build secure automation tools that sit between apps and their backends. I have read your WeChat Mini Program Packet Analyzer requirements and I can deliver a Windows headless CLI that captures, parses, mutates and replays Mini Program requests. My plan is to run a local transparent proxy/packet hook that performs TLS interception when possible, logs endpoint, headers, raw bodies and parsed JSON, and provides a programmatic API for replay and mutation. I will implement intelligent parsers that detect common internal API patterns and emit structured JSON logs and extendable parser modules. For tricky cases like TLS pinning, dynamic signatures or WebSockets I will outline bypass strategies such as in-memory hook points, certificate injection, or replaying signature generation logic before coding begins. I will deliver full source code in Node.js or Python, a sample script that captures and replays a live call, Windows setup instructions, and developer notes showing where to extend parsers. I can communicate in real time in your timezone and provide a simple demo within 12 hours of starting. Q1: Which Mini Program(s) should I prioritize for initial testing? Q2: Do you prefer Node.js or Python for the initial codebase? Q3: Are there specific endpoints or signature schemes you already suspect need special handling? Which Mini Program or endpoint should I target first for the live capture demo? Best regards, Cindy Viorina
$10 USD in 4 days
2.2
2.2

KW, China
Payment method verified
Member since Apr 12, 2026
$3000-5000 USD
€12-18 EUR / hour
₹400-750 INR / hour
₹10000-13000 INR
₹37500-75000 INR
€12-18 EUR / hour
₹100-400 INR / hour
₹750-1250 INR / hour
$15-25 USD / hour
$250-750 USD
$250-750 USD
₹600-10000 INR
₹600-1500 INR
₹1500-12500 INR
$250-750 USD
$750-1500 CAD
$250-750 USD
₹600-1500 INR
₹1500-12500 INR
₹75000-150000 INR