Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- pwnable.kr
- anti
- Toddler's Bottle
- Bug
- Read
- Rookiss
- pwnable
- reversing
- practicalmalwareanalysis
- ASM
- Reverse
- FSB
- toddler
- Leak
- picoCTF
- CANARY
- pwn
- TUCTF
- CTF
- writeup
- string
- pico
- BOF
- format
- rev
- shellcraft
- Bottle
- 2018
- shellcode
- PMA
Archives
- Today
- Total
목록카나리 (1)
제리의 블로그
bof - 5 pt Nana told me that buffer overflow is one of the most common software vulnerability. Is that true? Download : http://pwnable.kr/bin/bof Download : http://pwnable.kr/bin/bof.c Running at : nc pwnable.kr 9000 #include #include #include void func(int key){ char overflowme[32]; printf("overflow me : "); gets(overflowme); // smash me! if(key == 0xcafebabe){ system("/bin/sh"); } else{ printf..
Wargame/pwnable.kr
2018. 8. 24. 23:42