inaz2 / minipwn

mini library for exploitation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minipwn

some scripts for exploitation

Files

all python scripts work with Python 3.6.

  • minipwn.py: main library (usage: example.py)
  • objdump.py: objdump with annotations
  • patchgot.py: patch a GOT entry (e.g. alarm) to ret instruction
  • gadgets.py: search the addresses of common ROP gadgets
  • one-gadget-rce.sh: grep one-gadget-rce ROP gadget
  • unstrip.py: try to find library symbols from static linked and stripped binaries (x86-64 only)
  • genrop.py: generate a boilerplate code of typical rop chain

About

mini library for exploitation


Languages

Language:Python 95.2%Language:Ruby 4.3%Language:Shell 0.5%