Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 216 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 216 Bytes

Python Exploitgen

Generates x86 shellcode payload for setuid(0) and arbritrary command without arguments

Usage example for shell

import exploitgen

payload = exploitgen.generatePayload("/bin/bash")