콘텐츠로 건너뛰기

[고정글] Contact

2025년 2월경부터 스팸 댓글이 달리는 관계로댓글 서비스는 더이상 운영하지 않습니다. 개인적으로 연락을 원하시는 분께서는 wh1te4ever[@]proton[dot]me로 메일을 보내주시거나 X 플랫폼으로 @wh1te4ever에게 DM주세요! 감사합니다. Due to an… 더 보기 »[고정글] Contact

[HITCON CTF 2018] baby_tcache (힙내용 출력없는 malloc/free 기능만 있는 케이스2)

Source https://github.com/integeruser/on-pwning/tree/master/2018-hitcon/Baby-Tcache checksec Decompiled-src / Analysis main 전에 봤던 childheap 문제와 같이 2가지 메뉴만 존재하고 print_heap 같은 힙 내용 출력을 할 수 없다. 1. new_heap… 더 보기 »[HITCON CTF 2018] baby_tcache (힙내용 출력없는 malloc/free 기능만 있는 케이스2)

[HackCTF] childheap (힙내용 출력없는 malloc/free 기능만 있는 케이스)

Source https://github.com/koharin/pwnable2/tree/main/hackCTF/pwnable/childheap 환경 checksec Decompiled-src / Analysis main 프로그램을 실행시키면, 딱 2가지 메뉴밖에 존재하지 않는다. 1. Malloc 인덱스 0~3개까지, 크기는 0x80보다 크면 안된다는 조건하에메모리를 할당시킨… 더 보기 »[HackCTF] childheap (힙내용 출력없는 malloc/free 기능만 있는 케이스)

CVE-2024-54498 (1day)

Source Code https://github.com/wh1te4ever/CVE-2024-54498-PoC/ Write-up https://github.com/wh1te4ever/CVE-2024-54498-PoC/blob/main/CVE-2024-54498_1day_%E1%84%87%E1%85%AE%E1%86%AB%E1%84%89%E1%85%A5%E1%86%A8.pdf