본문 바로가기

cdor1's lab

검색하기
cdor1's lab
프로필사진 Cdor1

  • Lab (221)
    • Security (202)
      • Pwnable (146)
      • Reversing (24)
      • Web (27)
      • Network (1)
      • Programming (4)
    • Life (19)
      • IT Issue (0)
      • Daily Life (18)
      • Math (1)
    • Profile (0)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/11   »
일 월 화 수 목 금 토
1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30
Tags
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

cdor1's lab

Study materials

보호되어 있는 글입니다.

Security/Pwnable 2018. 1. 30. 20:03
codegate 2017 review

petshop from pwn import * s = process('./petshop') raw_input() def buy(select): print s.recvuntil('select:\n') s.sendline('1') print s.recvuntil('select:\n') s.sendline(str(select)) def sell(): print s.recvuntil('select:\n') s.sendline('2') def sound(select): print s.recvuntil('select:\n') s.sendline('3') print s.recvuntil('select for sound:\n') s.sendline(str(select)) def set_pet(select, name, ..

Security/Pwnable 2018. 1. 29. 22:51
malloc.c

보호되어 있는 글입니다.

Security/Pwnable 2018. 1. 26. 21:12
Prev 1 2 3 4 5 ··· 74 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바