OOB
[Dreamhack] out of bound - write up
Index문제보호기법 확인out_of_bound.c문제 풀이익스플로잇 out_of_boundDescription 이 문제는 서버에서 작동하고 있는 서비스(outofbound)의 바이너리와 소스 코드가 주어집니다. 프로그램의 취약점을 찾고 익스플로잇해 셸을 획득하세요. "flag" 파일을 읽어 워게임 사이트에 인증하면 점수를 획득할 수 있습니다. 플래그의 형식은 DH{...} 입니다.https://dreamhack.io/wargame/challenges/11/문제보호기법 확인NX와 Canary가 걸려있고, 32비트 바이너리이다. out_of_bound.c#include #include #include #include #include char name[16]; char *command[10] = { "cat..