cyberneticlibrary

Reference security tool commands

tool-usageskillsetup L19
majiayu000/claude-skill-registry-data
What it does

Build ROP chains and analyze binaries for exploitation

Best for

Constructing reliable exploits for memory corruption vulnerabilities.

Inputs
  • · target binary
  • · vulnerability type
  • · shellcode payload
Outputs
  • · ROP chain
  • · exploit payload
  • · gadget list
Requires
  • · pwntools
  • · GDB/pwndbg
  • · ropper
  • · one_gadget
Preconditions

Target binary available; debug symbols recommended.

Failure modes
  • · Stripped binary prevents gadget finding
  • · ASLR/DEP requires leaks
Trust signals
  • · covers pwndbg telescoping
  • · includes one_gadget constraints