osu!gaming CTF 2024 – pwn/betterthanu
Description I bet you can’t beat a single one of my plays! nc chal.osugaming.lol 7279 Decompiled-src (challenge) 이미 소스코드 파일인 challenge.c가 있으나 그냥 한번 디컴파일해보았다.… 더 보기 »osu!gaming CTF 2024 – pwn/betterthanu
Description I bet you can’t beat a single one of my plays! nc chal.osugaming.lol 7279 Decompiled-src (challenge) 이미 소스코드 파일인 challenge.c가 있으나 그냥 한번 디컴파일해보았다.… 더 보기 »osu!gaming CTF 2024 – pwn/betterthanu
Description During his sophomore year of high school, enscribe made a really bad osu!catch clone for his final project in his Exploring Computer Science class.… 더 보기 »osu!gaming CTF 2024 – reverse/ecs!catch
Description Jessie recently acquired new computers and set them up with Debian, ensuring to incorporate the most current security enhancements. Nevertheless, two weeks following this… 더 보기 »GCC CTF 2024 – reverse/rAnSoM
Description I made the lightest string cutting tool! Some people reported bugs, but anyway you can’t exploit them as there is no libc. Author: Drahoxx nc… 더 보기 »GCC CTF 2024 – Pwn/Cuttin’String
README.txt ReversingKr KeygenMe Find the Name when the Serial is 76876-77776This problem has several answers. Password is ***p Exeinfo PE Not Packed Analysis 시험삼아 Name에… 더 보기 »Position
Exeinfo PE Analysis 그림을 그릴 수 있고, Check 버튼을 누르면 올바른 그림인지 확인하는 프로그램인 듯 하다. Wrong을 띄우는 문자열을 역참조해서,Wrong을 띄우는 메시지 박스를 호출하는 주소에… 더 보기 »ImagePrc
Exeinfo PE 패킹되어있지 않다. 아무 패스워드를 입력하고 “Check” 버튼을 누르면 충돌이 발생한다. 한번 분석해보자. Analysis 단순히 충돌 원인에 대해서만 살펴보자면, 1234를 입력하고 Check 버튼을 눌렀을때60160A9D… 더 보기 »Replace
Description 이 문제는 작동하고 있는 서비스(environ)의 바이너리와 소스코드가 주어집니다.Environ ptr 기법을 통해 스택 주소를 유출하고 익스플로잇해 셸을 획득한 후, “flag” 파일을 읽으세요.“flag” 파일의 내용을 워게임… 더 보기 »environ
Description Exploit Tech: Master Canary에서 실습하는 문제입니다. checksec Source Code mc_thread.c thread_routine 함수에서 buf로부터 사용자 입력을 받을 수 있는데,이때 입력받을 수 있는 크기를 지정할 수… 더 보기 »Master Canary