Skip to content
Go back

Game 1 - Untitled Game

Updated:  at  02:55 PM

Game 1 - Untitled Game 🎮

Final Points: 100

Description

We made a game.

Flag format: KashiCTF{your_flag_here};

Drive Link {Download the game from here} ==> Challgame.exe


Writeup

On downloading the files, I ran the command

grep -r "KashiCTF{"

Which showed that this string existed inside the binary Challgame.exe

so I ran

grep -a "KashiCTF{" Challgame.exe

Which gave the flag. solution


The Game

I ran it using wine.

wine

It was a simple same where the objective was to escape the trap.

game

on clicking let’s begin game


Flag

KashiCTF{N07_1N_7H3_G4M3}

Suggest Changes

Previous Post
Final Game
Next Post
SuperFast API