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
- shellcraft
- CANARY
- Reverse
- Toddler's Bottle
- format
- pwnable
- Leak
- writeup
- picoCTF
- CTF
- shellcode
- PMA
- Bottle
- TUCTF
- anti
- FSB
- Rookiss
- Bug
- pwnable.kr
- rev
- pico
- reversing
- Read
- toddler
- pwn
- ASM
- BOF
- string
- 2018
- practicalmalwareanalysis
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