Reversing Network Protocols

Reverse engineer undocumented binary network protocols from packet captures and the client that speaks them — recovering framing and field structure, identifying length prefixes, opcodes, checksums and encryption, and building a Wireshark/Kaitai/scapy parser to replay or fuzz. Use when analyzing a proprietary TCP/UDP protocol, a game or IoT or C2 protocol with no spec, or traffic that Wireshark shows only as raw bytes.

trilwu 0b58246 5.6 KB Updated

File contents

trilwu/secskills/tree/main/secskills-core/skills/reversing-network-protocols commit 0b5824616f

Frequently asked questions

npx skillmds add trilwu/reversing-network-protocols