A module to create Shellcode for different architectures.

Shell

import pwn
payload = pwn.shellcraft.i386.execve('/bin//sh')

Cat Flag

import pwn
payload = pwn.shellcraft.i386.execve('/bin//sh')