Advertisement
Guest User

Untitled

a guest
Dec 11th, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. from pwn import *
  2. sh = ssh(host='pwnable.kr', user='col', password='guest', port=2222)
  3. proc = sh.process(['/home/col/col', '\xc8\xce\xc5\x06'*4+'\xcc\xce\xc5\x06'])
  4. print proc.recv(1024)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement