reverse-traffic-triage

Trace encrypted parameters from network traffic to their code origin.

3|2|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/woxiangyangzhimao/skills --skill reverse-traffic-triage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reverse-traffic-triage
Source: https://github.com/woxiangyangzhimao/skills/tree/main/reverse-traffic-triage
Command: npx skills add https://github.com/woxiangyangzhimao/skills --skill reverse-traffic-triage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps in identifying the origin of encrypted parameters in a web application by tracing them from the traffic to the point where they are calculated in the code.

Core Features & Use Cases

  • Parameter Tracing: Identifies the source of encrypted parameters in web applications.
  • Traffic Analysis: Analyzes network traffic to locate the origin of parameters.
  • Code Analysis: Traces parameters back to their origin in the code.
  • Use Case: When you have captured a target request but are unsure of the location where the encryption parameter is generated, this skill can help locate the entry point.

Quick Start

Run the reverse-traffic-triage skill to trace the origin of the 'sign' parameter from the captured traffic.

Frequently Asked Questions about reverse-traffic-triage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I trace the origin of an encrypted parameter in web traffic?

Parameter tracing involves analyzing captured network traffic and applying reverse engineering to trace the encrypted value back to its origin in the code where it is calculated.

What is reverse traffic triage for code analysis?

Reverse traffic triage is a code analysis technique that identifies the origin of encrypted parameters in web applications by tracing them from network traffic to the point of calculation.

How to find where a sign parameter is generated from captured network traffic?

You can find the generation point by running a reverse traffic triage skill, which analyzes the captured network traffic and traces the sign parameter back to its origin in the application code.

Do I need reverse engineering skills to trace encrypted web traffic parameters?

Yes, identifying the origin of encrypted parameters requires debugging and reverse engineering skills to trace the calculation from network traffic back to the code.

When do I need to trace parameters from traffic to their origin in code?

You need parameter tracing when you have captured a target request but are unsure of the location where the encryption parameter is generated, helping you locate the entry point.