Router Reverse Skill Router Pwn Chain

Full-chain engineering methodology for going from reverse engineering to a working exploit. Applicable scenarios: you have the binary + the vulnerability + the target environment, and need to write an exploit that reliably gets through (not a script that only reproduces locally once and crashes the moment it goes remote). Covers three major directions: stack overflow / heap exploitation / kernel pwn. Emphasizes the engineering gap between "CTF passes locally → real remote stable exploitation": libc version mismatch, heap spray timing, SMEP/SMAP/KASLR, stack alignment, remote buffering. Core toolchain: pwntools + GEF/pwndbg + ROPgadget/Ropper + one_gadget + libc-database + qemu-system kernel debugging. Trigger keywords: pwn, stack overflow, heap overflow, ROP, ret2libc, ret2csu, one_gadget, libc-database, heap exploitation, tcache, fastbin, unsorted bin, kernel pwn, kROP, SMEP, SMAP, KASLR, modprobe_path, pwntools, GEF, pwndbg.

netvar1337 Updated

File contents

netvar1337/agent-skill-canon/tree/main/skills/reverse-skill-router/pwn-chain commit 6d76ac840d

Frequently asked questions

npx skillmds@latest add netvar1337/router-reverse-skill-router-pwn-chain