/Exploitgen

Python execve Payload Generator for x86 *nix systems

Primary LanguagePythonMIT LicenseMIT

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")