ctf 문제1 whitehat cft 문제 whitehat cft 문제 급하게 짜느라고 소스는 엉망이지만 , 나중을 위해 기록^^ from pwn import * from re import findall from subprocess import check_output c = remote("121.78.147.159", 55511) r = c.recvuntil("input Opcode") print r code = "" i=0 eax = 0xeb172f5b ebx = 0x5be4d5fa ecx = 0x8aabb74e edx = 0xca568210 esp = 0xb0a6bd97 ebp = 0x2044ada2 esi = 0xefc7fe7a edi = 0x6f9d6a62 for s in findall(".{3} = 0x.{0,8}", r): s = s... 2016. 10. 10. 이전 1 다음